Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
Interface Summary | |
ArrayLocator | JDBC 2.0
An ArrayLocator is a transaction duration reference to an array in the DBMS server. |
BlobLocator | JDBC 2.0
A BlobLocator is a transaction duration reference to a binary large object in the DBMS server. |
CallableStatement | CallableStatement is used to execute SQL stored procedures. |
ClobLocator | JDBC 2.0
A ClobLocator is a transaction duration reference to a character large object in the DBMS server. |
Connection | A Connection represents a session with a specific database. |
DatabaseMetaData | This class provides information about the database as a whole. |
Driver | The Java SQL framework allows for multiple database drivers. |
PreparedStatement | A SQL statement is pre-compiled and stored in a PreparedStatement object. |
Ref | JDBC 2.0 A Ref is a reference to an SQL structured value in the database. |
ResultSet | A ResultSet provides access to a table of data generated by executing a Statement. |
ResultSetMetaData | A ResultSetMetaData object can be used to find out about the types and properties of the columns in a ResultSet. |
SQLData | JDBC 2.0 The SQLData interface is implemented by a Java class that is registered in a type mapping. |
SQLInput | JDBC 2.0 A SQLInput stream contains a stream of values that represent an SQL UDT instance. |
SQLOutput | |
SQLType | JDBC 2.0 The SQLType interface provides some very basic information about a structured or distinct SQL type: the type's name and type code. |
Statement | A Statement object is used for executing a static SQL statement and obtaining the results produced by it. |
Struct | |
StructLocator | JDBC 2.0
A StructLocator is a transaction duration reference to an array in the DBMS server. |
Class Summary | |
Date | This class is a thin wrapper around java.util.Date that allows JDBC to identify this as a SQL DATE value. |
DriverManager | The DriverManager provides a basic service for managing a set of JDBC drivers. |
DriverPropertyInfo | The DriverPropertyInfo class is only of interest to advanced programmers who need to interact with a Driver via getDriverProperties to discover and supply properties for connections. |
Time | This class is a thin wrapper around java.util.Date that allows JDBC to identify this as a SQL TIME value. |
Timestamp | This class is a thin wrapper around java.util.Date that allows JDBC to identify this as a SQL TIMESTAMP value. |
Types | This class defines constants that are used to identify SQL types. |
Exception Summary | |
BatchUpdateException | JDBC 2.0
The BatchUpdateException class provides information on an error that occurs during a batch update operation. |
DataTruncation | When JDBC unexpectedly truncates a data value, it reports a DataTruncation warning (on reads) or throws a DataTruncation exception (on writes). |
SQLException | The SQLException class provides information on a database access error. |
SQLWarning | The SQLWarning class provides information on a database access warnings. |
Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |