Package oracle.sql
package oracle.sql
A package of classes that represent java SQL types and Oracle specific
SQL types.
- Since:
- 9i
-
ClassDescriptionThis class is the Java mapping of the SYS.ANYDATA SQL type.Deprecated.Use java.sql.Array interface for declaration instead of using concrete class oracle.sql.ARRAY.Deprecated.Use factory method OracleConnection.createOracleArray to create an instance of java.sql.Array directly.Deprecated.Use oracle.jdbc.OracleBfile interface for declaration instead of using concrete class oracle.sql.BFILE.The BINARY_DOUBLE class is a representation of the Oracle BINARY_DOUBLE datatype.The BINARY_FLOAT class is a representation of the Oracle BINARY_FLOAT datatype.Deprecated.Use java.sql.Blob interface for declaration instead of using concrete class oracle.sql.BLOB.The BOOLEAN class is a representation of the Oracle BOOLEAN datatype.The Oracle specific representation of characters.This class allows the program to construct an array of bytes in some representation using the 32 bit values returned by a CharacterWalker.This class encapsulates methods and attributes of the character sets defined by Oracle.This is an abstract base class that all character sets that use CharacterConverter are based on.A CharacterWalker lets you walk through the characters that are represented as a sequence of bytes in some CharacterSet.Deprecated.Use java.sql.Clob interface for declaration instead of using concrete class oracle.sql.CLOB.This class has helper methods for all concrete class needs proxification.This class allows a program to serialize an object and put it into a regular file or archive it into a zip file.This is an interface for encapsulating SQL Types into Java types of the user's choice.This interface complements CustomDatum.DATE ClassThe root of Oracle native datatype hierarchy.A supper class for some Oracle specific datatypes, such as BFILE, BLOB, etc.INTERVALDS ClassINTERVALYM ClassA class for structured data type.Deprecated.Use java.sql.NClob interface for declaration instead of using concrete class oracle.sql.NCLOB.NUMBER ClassDeprecated.Use oracle.jdbc.OracleOpaque interface for declaration instead of using concrete class oracle.sql.OPAQUE.Deprecated.OPAQUE types cannot be created on the client side.Oracle interface for customized user-defined types.ORAData factory interface.The RAW class is a representation of the Oracle RAW datatype.Deprecated.Use java.sql.Ref interface for declaration instead of using concrete class oracle.sql.REF.The ROWID class is a representation of the Oracle ROWID datatype.Deprecated.Use java.sql.Struct interface for declaration instead of using concrete class oracle.sql.STRUCT.Deprecated.Use factory method Connection.createStruct to create an instance of java.sql.Struct directly.TIMESTAMP ClassTIMESTAMPLTZ ClassTIMESTAMPTZ ClassThe descriptor of pre-defined types.VECTOR ClassA representation of SPARSE VECTOR data in Oracle Database.A boolean-valued representation of SPARSE VECTOR data in Oracle Database.A byte-valued representation of SPARSE VECTOR data in Oracle Database.A double-valued representation of SPARSE VECTOR data in Oracle Database.A float-valued representation of SPARSE VECTOR data in Oracle Database.