Oracle JDBC API Reference
11g Release 2 ("11.2.0.3.0")

Package oracle.sql

A package of classes that represent java SQL types and Oracle specific SQL types.

See:
          Description

Interface Summary
CustomDatum This is an interface for encapsulating SQL Types into Java types of the user's choice.
CustomDatumFactory This interface complements CustomDatum.
ORAData Oracle interface for customized user-defined types.
ORADataFactory ORAData factory interface.
 

Class Summary
ANYDATA This class is the Java mapping of the SYS.ANYDATA SQL type.
ARRAY This class has two roles.
ArrayDescriptor Describes an array class.
AttributeDescriptor  
BFILE A class for Oracle specific data type BFILE.
BINARY_DOUBLE The BINARY_DOUBLE class is a representation of the Oracle BINARY_DOUBLE datatype.
BINARY_FLOAT The BINARY_FLOAT class is a representation of the Oracle BINARY_FLOAT datatype.
BLOB This class implements the java.sql.Blob interface in JDBC 2.0
CHAR The Oracle specific representation of characters.
CharacterBuffer This class allows the program to construct an array of bytes in some representation using the 32 bit values returned by a CharacterWalker.
CharacterSet This class encapsulates methods and attributes of the character sets defined by Oracle.
CharacterSetWithConverter This is an abstract base class that all character sets that use CharacterConverter are based on.
CharacterWalker A CharacterWalker lets you walk through the characters that are represented as a sequence of bytes in some CharacterSet.
CLOB This class implements java.sql.Clob interface in JDBC.2.0.
ConverterArchive This class allows a program to serialize an object and put it into a regular file or archive it into a zip file.
DATE DATE Class
Datum The root of Oracle native datatype hierarchy.
DatumWithConnection A supper class for some Oracle specific datatypes, such as BFILE, BLOB, etc.
INTERVALDS INTERVALDS Class
INTERVALYM INTERVALYM Class
JAVA_STRUCT A class for structured data type.
NCLOB  
NUMBER NUMBER Class
OPAQUE A class for opaque data type.
OpaqueDescriptor Type descriptor of Opaque data type.
RAW The RAW class is a representation of the Oracle RAW datatype.
REF The REF class is a representation of the Oracle REF datatype, and it implements the java.sql.Ref interface.
ROWID The ROWID class is a representation of the Oracle ROWID datatype.
STRUCT This class has two roles.
StructDescriptor Descriptor of a SQL structured object.
TIMESTAMP TIMESTAMP Class
TIMESTAMPLTZ TIMESTAMPLTZ Class
TIMESTAMPTZ TIMESTAMPTZ Class
TypeDescriptor The descriptor of pre-defined types.
 

Package oracle.sql Description

A package of classes that represent java SQL types and Oracle specific SQL types.


Oracle JDBC API Reference
11g Release 2 ("11.2.0.3.0")

Copyright © 1998, 2007, Oracle. All rights reserved.