Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Package oracle.adfnmc.java.sql

Interface Summary
Array A Java representation of the SQL ARRAY type.
Blob A Java interface mapping for the SQL BLOB type.
CallableStatement An interface used to call Stored Procedures.
Clob A Java interface mapping for the SQL CLOB type.
Connection A Connection represents a link from a Java application to a database.
DatabaseMetaData An interface which provides comprehensive information about the database.
Driver An Interface to a JDBC Driver.
NativeDBHandleProvider  
ParameterMetaData An interface used to get information about the types and properties of parameters in a PreparedStatement object.
PreparedStatement An interface for a Precompiled SQL Statement.
PreparedStatement2  
Ref A manifestation of the SQL REF type - a reference to an SQL type contained in the database.
ResultSet An interface to an Object which represents a Table of Data, typically returned as the result of a Query to a Database.
ResultSetMetaData Provides information about the columns in a ResultSet.
Savepoint A Savepoint is an instant during the current transaction that can be utilized by a Rollback from the Connection.rollback method.
Statement Interface used for executing static SQL statements and returning their results.
Struct An interface which provides facilities for mapping an SQL structured type to Java.
Types The interface that defines the constants that are used to identify generic SQL types, called JDBC types.
 

Class Summary
BaseDate  
BaseTime  
ConnectionManager A utility class that is used to manage database connections.
Date A Date class which can consume and produce dates in SQL Date format.
DriverManager  
DriverPropertyInfo A class holding information about Driver Properties for making a Connection.
Time Java representation of an SQL TIME value.
Timestamp A Java representation of the SQL TIMESTAMP type.
 

Exception Summary
BatchUpdateException An exception thrown if a problem occurs during a batch update operation.
SQLException An Exception class that is used in conjunction with JDBC operations.
SQLWarning An exception class that holds information about Database access warnings.
 


Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.