ARRAY
Extends oracle.sql.DatumWithConnection. Implements java.sql.Array.
The constructor for this class is:
ARRAY(ArrayDescriptortype, java.sql.Connectionconn, java.lang.Objectelements)
Fields
|
| ||
|
| ||
|
|
Methods
- getAccessDirection( )
Returns int as performance hint.
- getArray( )
Returns as java.lang.Object the contents of the SQL array designated by the object.
- getArray(java.util.Map map )
Returns as java.lang.Object the contents of the SQL array designated by the object.
- getArray(long index , int count )
Returns as java.lang.Object an array containing a slice of the SQL array, beginning with the given index and containing up to count successive elements of the SQL array.
- getArray(long index , int count , java.util.Map map )
Returns as java.lang.Object an array containing a slice of the SQL array, beginning with the given index and containing up to count successive elements of the SQL array.
- getAutoBuffering( )
Returns a Boolean.
- getAutoIndexing( )
Returns a Boolean.
- getBaseType( )
Returns int with the code, from java.sql.Types, of the type of the elements of the array.
- getBaseTypeName( )
Returns as java.lang.String the SQL type name of the elements in the array designated by this Array object.
- getConnection( )
Returns OracleConnection.
- getDescriptor( )
Returns ArrayDescriptor.
- getDoubleArray( )
Returns double[].
- getDoubleArray(long index , int count )
Returns double[] beginning with index for count entries. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access