public interface AQSQLArray
Modifier and Type | Method and Description |
---|---|
void |
free()
This method frees the Array object and releases the resources that it holds
After free has been called, any attempt to invoke a method other than free will result in a SQLException being thrown. |
java.lang.String |
getBaseTypeName()
Retrieves the SQL type name of the elements in the array designated by this Array object.
|
java.lang.String getBaseTypeName() throws java.lang.Exception
java.lang.Exception
- If an error occurs while attempting to access the type name.
void free() throws java.lang.Exception
java.lang.Exception
- If an error occurs releasing the Array's resources.
Copyright © 2019 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.