|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use java.sql | |
java.sql | Provides the JDBC package. |
Classes in java.sql used by java.sqlArray
|
JDBC 2.0 The mapping in the Java programming language for the SQL type ARRAY .Blob
|
JDBC 2.0 The representation (mapping) in the JavaTM programming language of an SQL BLOB .CallableStatement
|
The interface used to execute SQL stored procedures. Clob
|
JDBC 2.0 The mapping in the JavaTM programming language for the SQL CLOB type.Connection
|
A connection (session) with a specific database. DatabaseMetaData
|
Comprehensive information about the database as a whole. Date
|
A thin wrapper around a millisecond value that allows JDBC to identify this as a SQL DATE. Driver
|
The interface that every driver class must implement. DriverPropertyInfo
|
Driver properties for making a connection. PreparedStatement
|
An object that represents a precompiled SQL statement. Ref
|
JDBC 2.0 A reference to an SQL structured type value in the database. ResultSet
|
A ResultSet provides access to a table of data. ResultSetMetaData
|
An object that can be used to find out about the types and properties of the columns in a ResultSet. SQLData
|
JDBC 2.0 The interface used for the custom mapping of SQL user-defined types. SQLException
|
An exception that provides information on a database access error. SQLInput
|
JDBC 2.0 A input stream that contains a stream of values representing an instance of an SQL structured or distinct type. SQLOutput
|
JDBC 2.0 The output stream for writing the attributes of a user-defined type back to the database. SQLWarning
|
An exception that provides information on database access warnings. Statement
|
The object used for executing a static SQL statement and obtaining the results produced by it. Struct
|
JDBC 2.0 The standard mapping for an SQL structured type. Time
|
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. |
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |