Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03

Package oracle.toplink.platform.database.oracle

Interface Summary
OraclePLSQLType PUBLIC: Marker interface for Oracle PL/SQL types
 

Class Summary
NCharacter This class can be used to define the dataType with an ObjectTypeConverter to have TopLink bind the object string value as an NCHAR Oracle type.
NClob This class can be used to define the dataType with an ObjectTypeConverter to have TopLink bind the object string value as an NCLOB Oracle type.
NString This class can be used to define the dataType with an ObjectTypeConverter to have TopLink bind the object string value as an NCLOB Oracle type.
Oracle10Platform Purpose: Supports usage of certain Oracle JDBC specific APIs.
Oracle11Platform Purpose: Supports usage of certain Oracle JDBC specific APIs for the Oracle 11 database.
Oracle8Platform Purpose: Supports certain new Oracle 8 data types, and usage of certain Oracle JDBC specific APIs.
Oracle9Platform Purpose: Supports usage of certain Oracle JDBC specific APIs.
OracleJDBC10_1_0_2ProxyConnector  
OracleOCIProxyConnector  
OraclePlatform Purpose: Provides Oracle specific behaviour.
PLSQLrecord PUBLIC: describe an Oracle PL/SQL Record type
PLSQLStoredProcedureCall Purpose: Generates an Anonymous PL/SQL block to invoke the specified Stored Procedure with arguments that may or may not have JDBC equivalents
 

Enum Summary
OraclePLSQLTypes PUBLIC: Oracle PL/SQL types
 


Copyright © 1998, 2010, Oracle. All Rights Reserved.