Overview Package Class Use Tree Deprecated Index Help
JavaTM 2 Platform
Standard Ed. 5.0
PREV NEXT FRAMES NO FRAMES All Classes

Uses of Package
java.sql

Packages that use java.sql
java.sql Provides the API for accessing and processing data stored in a data source (usually a relational database) using the JavaTM programming language.
javax.sql Provides the API for server side data source access and processing from the JavaTM programming language.
javax.sql.rowset Standard interfaces and base classes for JDBC RowSet implementations.
javax.sql.rowset.serial Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language.
javax.sql.rowset.spi The standard classes and interfaces that a third party vendor has to use in its implementation of a synchronization provider.

Classes in java.sql used by java.sql
Array
The mapping in the Java programming language for the SQL type ARRAY.
Blob
The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
CallableStatement
The interface used to execute SQL stored procedures.
Clob
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 an SQL DATE value.
Driver
The interface that every driver class must implement.
DriverPropertyInfo
Driver properties for making a connection.
ParameterMetaData
An object that can be used to get information about the types and properties of the parameters in a PreparedStatement object.
PreparedStatement
An object that represents a precompiled SQL statement.
Ref
The mapping in the Java programming language of an SQL REF value, which is a reference to an SQL structured type value in the database.
ResultSet
A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
ResultSetMetaData
An object that can be used to get information about the types and properties of the columns in a ResultSet object.
Savepoint
The representation of a savepoint, which is a point within the current transaction that can be referenced from the Connection.rollback method.
SQLData
The interface used for the custom mapping of an SQL user-defined type (UDT) to a class in the Java programming language.
SQLException
An exception that provides information on a database access error or other errors.
SQLInput
An input stream that contains a stream of values representing an instance of an SQL structured type or an SQL distinct type.
SQLOutput
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 returning the results it produces.
Struct
The standard mapping in the Java programming language for an SQL structured type.
Time
A thin wrapper around the java.util.Date class that allows the JDBC API to identify this as an SQL TIME value.
Timestamp
A thin wrapper around java.util.Date that allows the JDBC API to identify this as an SQL TIMESTAMP value.

Classes in java.sql used by javax.sql
Array
The mapping in the Java programming language for the SQL type ARRAY.
Blob
The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
Clob
The mapping in the JavaTM programming language for the SQL CLOB type.
Connection
A connection (session) with a specific database.
Date
A thin wrapper around a millisecond value that allows JDBC to identify this as an SQL DATE value.
Ref
The mapping in the Java programming language of an SQL REF value, which is a reference to an SQL structured type value in the database.
ResultSet
A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
ResultSetMetaData
An object that can be used to get information about the types and properties of the columns in a ResultSet object.
SQLException
An exception that provides information on a database access error or other errors.
Time
A thin wrapper around the java.util.Date class that allows the JDBC API to identify this as an SQL TIME value.
Timestamp
A thin wrapper around java.util.Date that allows the JDBC API to identify this as an SQL TIMESTAMP value.

Classes in java.sql used by javax.sql.rowset
Array
The mapping in the Java programming language for the SQL type ARRAY.
Blob
The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
Clob
The mapping in the JavaTM programming language for the SQL CLOB type.
Connection
A connection (session) with a specific database.
Date
A thin wrapper around a millisecond value that allows JDBC to identify this as an SQL DATE value.
Ref
The mapping in the Java programming language of an SQL REF value, which is a reference to an SQL structured type value in the database.
ResultSet
A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
ResultSetMetaData
An object that can be used to get information about the types and properties of the columns in a ResultSet object.
Savepoint
The representation of a savepoint, which is a point within the current transaction that can be referenced from the Connection.rollback method.
SQLException
An exception that provides information on a database access error or other errors.
Time
A thin wrapper around the java.util.Date class that allows the JDBC API to identify this as an SQL TIME value.
Timestamp
A thin wrapper around java.util.Date that allows the JDBC API to identify this as an SQL TIMESTAMP value.

Classes in java.sql used by javax.sql.rowset.serial
Array
The mapping in the Java programming language for the SQL type ARRAY.
Blob
The representation (mapping) in the JavaTM programming language of an SQL BLOB value.
Clob
The mapping in the JavaTM programming language for the SQL CLOB type.
Date
A thin wrapper around a millisecond value that allows JDBC to identify this as an SQL DATE value.
Ref
The mapping in the Java programming language of an SQL REF value, which is a reference to an SQL structured type value in the database.
ResultSet
A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
SQLData
The interface used for the custom mapping of an SQL user-defined type (UDT) to a class in the Java programming language.
SQLException
An exception that provides information on a database access error or other errors.
SQLInput
An input stream that contains a stream of values representing an instance of an SQL structured type or an SQL distinct type.
SQLOutput
The output stream for writing the attributes of a user-defined type back to the database.
Struct
The standard mapping in the Java programming language for an SQL structured type.
Time
A thin wrapper around the java.util.Date class that allows the JDBC API to identify this as an SQL TIME value.
Timestamp
A thin wrapper around java.util.Date that allows the JDBC API to identify this as an SQL TIMESTAMP value.

Classes in java.sql used by javax.sql.rowset.spi
ResultSet
A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
Savepoint
The representation of a savepoint, which is a point within the current transaction that can be referenced from the Connection.rollback method.
SQLException
An exception that provides information on a database access error or other errors.


Overview Package Class Use Tree Deprecated Index Help
JavaTM 2 Platform
Standard Ed. 5.0
PREV NEXT FRAMES NO FRAMES All Classes

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 2004, 2010 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.

AltStyle によって変換されたページ (->オリジナル) /