ARRAY

Extends oracle.sql.DatumWithConnection. Implements java.sql.Array.

The constructor for this class is:

ARRAY(ArrayDescriptor type, java.sql.Connection conn,
java.lang.Object elements)

Fields

ACCESS_FORWARD
Static int
ACCESS_REVERSE
Static int
ACCESS_UNKNOWN
Static int

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. ...

Get Oracle in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.