|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use java.sql | |
java.sql | Provides the API for accessing and processing data in a data source using the JavaTM programming language. |
Classes in java.sql used by java.sqlArray
|
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 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
|
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.SQLData
|
The interface used for the custom mapping of SQL user-defined types. 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 or 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 obtaining the results produced by it. Struct
|
The standard mapping in the Java programming language 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
|
A thin wrapper around java.util.Date that allows
the JDBC API to identify this as an SQL TIMESTAMP value. |
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates. All rights reserved.