Oracle10g JDBC

Package oracle.sql

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
ARRAY  
ArrayDescriptor  
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  
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 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  
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  
INTERVALDS INTERVALDS Class
INTERVALYM INTERVALYM Class
JAVA_STRUCT  
NUMBER NUMBER Class
OPAQUE  
OpaqueDescriptor  
RAW The RAW class is a representation of the Oracle RAW datatype.
REF  
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  
 


Oracle10g JDBC

Copyright © 1998,2004, Oracle. All rights reserved