Skip to Main Content
Oracle in a Nutshell
book

Oracle in a Nutshell

by Rick Greenwald, David C. Kreines
December 2002
Intermediate to advanced content levelIntermediate to advanced
928 pages
85h 29m
English
O'Reilly Media, Inc.
Content preview from Oracle in a Nutshell

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

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.
Start your free trial

You might also like

Oracle Internals

Oracle Internals

Donald K. Burleson
Oracle PL/SQL

Oracle PL/SQL

Lewis Cunningham
Oracle Essentials: Oracle9i, Oracle8i and Oracle8, Second Edition

Oracle Essentials: Oracle9i, Oracle8i and Oracle8, Second Edition

Rick Greenwald, Robert Stackowiak, Jonathan Stern

Publisher Resources

ISBN: 0596003366Errata Page