ArrayDescriptor
Extends TypeDescriptor. Implements java.io. Serializable.
Fields
CACHE_ALL |
CACHE_LAST |
CACHE_NONE |
TYPE_NESTED_TABLE |
TYPE_VARRAY |
Inherited fields
The following field is inherited from oracle.sql.TypeDescriptor:
DEBUG_SERIALIZATION |
Methods
- createDescriptor(java.lang.String name , java.sql.Connection conn )
Returns ArrayDescriptor with type name Descriptor factory. Static method.
- descType( )
Returns java.lang.String, which describes the collection type.
- getArrayType( )
Returns int with the database type of the array.
- getBaseName( )
Returns java.lang.String with the fully qualified name of its type if elements are named types, or returns the type name used by the database
- getBaseType( )
Returns int with element’s type code.
- getMaxLength( )
Returns long with the maximum number of elements Array object can hold.
- getTypeCode( )
Returns int. New with Oracle9i.
- toResultSet(ARRAY array , long index , int count , java.util.Map map , boolean saveLocalCopy )
Returns java.sql.ResultSet.
- toResultSetFromImage(ARRAY array , long index , int count , java.util.Map map )
Returns java.sql.ResultSet.
Inherited methods
Inherits all methods from oracle.sql.TypeDescriptor. Also inherits all methods from java.lang.Object except clone, equals, and finalize; in Oracle8i, also inherits equals.
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.