Uses of Package
java.sql

Packages that usejava.sql
Package
Description
java.sql
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java programming language.
javax.sql
Provides the API for server side data source access and processing from the Java programming language.
javax.sql.rowset
Standard interfaces and base classes for JDBCRowSet 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 injava.sql used byjava.sql
    Class
    Description
    The mapping in the Java programming language for the SQL typeARRAY.
    The representation (mapping) in the Java programming language of an SQLBLOB value.
    The interface used to execute SQL stored procedures.
    Enumeration for status of the reason that a property could not be set via a call toConnection.setClientInfo
    The mapping in the Java programming language for the SQLCLOB type.
    A connection (session) with a specific database.
    A builder created from aDataSource object, used to establish a connection to the database that thedata source object represents.
    Comprehensive information about the database as a whole.
    A thin wrapper around a millisecond value that allows JDBC to identify this as an SQLDATE value.
    The interface that every driver class must implement.
    An interface that must be implemented when aDriver wants to be notified byDriverManager.
    Driver properties for making a connection.
    Defines the constants that are used to identify generic SQL types, called JDBC types.
    The mapping in the Java programming language for the SQLNCLOB type.
    An object that can be used to get information about the types and properties for each parameter marker in aPreparedStatement object.
    An object that represents a precompiled SQL statement.
    Enumeration for pseudo/hidden column usage.
    The mapping in the Java programming language of an SQLREF value, which is a reference to an SQL structured type value in the database.
    A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
    An object that can be used to get information about the types and properties of the columns in aResultSet object.
    The representation (mapping) in the Java programming language of an SQL ROWID value.
    Enumeration for RowId life-time values.
    The representation of a savepoint, which is a point within the current transaction that can be referenced from theConnection.rollback method.
    Interface used to indicate that this object represents a Sharding Key.
    A builder created from aDataSource orXADataSource object, used to create aShardingKey with sub-keys of supported data types.
    The subclass ofSQLException is thrown when one or more client info properties could not be set on aConnection.
    The interface used for the custom mapping of an SQL user-defined type (UDT) to a class in the Java programming language.
    An exception that provides information on a database access error or other errors.
    The subclass ofSQLException thrown when the SQLState class value is '0A' ( the value is 'zero' A).
    An input stream that contains a stream of values representing an instance of an SQL structured type or an SQL distinct type.
    The subclass ofSQLException thrown when an instance where a retry of the same operation would fail unless the cause of theSQLException is corrected.
    The output stream for writing the attributes of a user-defined type back to the database.
    The subclass ofSQLException is thrown in situations where a previously failed operation might be able to succeed when the operation is retried without any intervention by application-level functionality.
    An object that is used to identify a generic SQL type, called a JDBC type or a vendor specific data type.
    An exception that provides information on database access warnings.
    The mapping in the JavaTM programming language for the SQL XML type.
    The object used for executing a static SQL statement and returning the results it produces.
    The standard mapping in the Java programming language for an SQL structured type.
    A thin wrapper around thejava.util.Date class that allows the JDBC API to identify this as an SQLTIME value.
    A thin wrapper aroundjava.util.Date that allows the JDBC API to identify this as an SQLTIMESTAMP value.
    Interface for JDBC classes which provide the ability to retrieve the delegate instance when the instance in question is in fact a proxy class.
  • Classes injava.sql used byjavax.sql
    Class
    Description
    The mapping in the Java programming language for the SQL typeARRAY.
    The representation (mapping) in the Java programming language of an SQLBLOB value.
    The mapping in the Java programming language for the SQLCLOB type.
    A connection (session) with a specific database.
    A builder created from aDataSource object, used to establish a connection to the database that thedata source object represents.
    A thin wrapper around a millisecond value that allows JDBC to identify this as an SQLDATE value.
    The mapping in the Java programming language for the SQLNCLOB type.
    An object that represents a precompiled SQL statement.
    The mapping in the Java programming language of an SQLREF value, which is a reference to an SQL structured type value in the database.
    A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
    An object that can be used to get information about the types and properties of the columns in aResultSet object.
    The representation (mapping) in the Java programming language of an SQL ROWID value.
    Interface used to indicate that this object represents a Sharding Key.
    A builder created from aDataSource orXADataSource object, used to create aShardingKey with sub-keys of supported data types.
    An exception that provides information on a database access error or other errors.
    The subclass ofSQLException thrown when the SQLState class value is '0A' ( the value is 'zero' A).
    The mapping in the JavaTM programming language for the SQL XML type.
    A thin wrapper around thejava.util.Date class that allows the JDBC API to identify this as an SQLTIME value.
    A thin wrapper aroundjava.util.Date that allows the JDBC API to identify this as an SQLTIMESTAMP value.
    Interface for JDBC classes which provide the ability to retrieve the delegate instance when the instance in question is in fact a proxy class.
  • Classes injava.sql used byjavax.sql.rowset
    Class
    Description
    The mapping in the Java programming language for the SQL typeARRAY.
    The representation (mapping) in the Java programming language of an SQLBLOB value.
    The mapping in the Java programming language for the SQLCLOB type.
    A connection (session) with a specific database.
    A thin wrapper around a millisecond value that allows JDBC to identify this as an SQLDATE value.
    The mapping in the Java programming language for the SQLNCLOB type.
    The mapping in the Java programming language of an SQLREF value, which is a reference to an SQL structured type value in the database.
    A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
    An object that can be used to get information about the types and properties of the columns in aResultSet object.
    The representation (mapping) in the Java programming language of an SQL ROWID value.
    The representation of a savepoint, which is a point within the current transaction that can be referenced from theConnection.rollback method.
    An exception that provides information on a database access error or other errors.
    The mapping in the JavaTM programming language for the SQL XML type.
    A thin wrapper around thejava.util.Date class that allows the JDBC API to identify this as an SQLTIME value.
    A thin wrapper aroundjava.util.Date that allows the JDBC API to identify this as an SQLTIMESTAMP value.
    Interface for JDBC classes which provide the ability to retrieve the delegate instance when the instance in question is in fact a proxy class.
  • Class
    Description
    The mapping in the Java programming language for the SQL typeARRAY.
    The representation (mapping) in the Java programming language of an SQLBLOB value.
    The mapping in the Java programming language for the SQLCLOB type.
    A thin wrapper around a millisecond value that allows JDBC to identify this as an SQLDATE value.
    The mapping in the Java programming language for the SQLNCLOB type.
    The mapping in the Java programming language of an SQLREF value, which is a reference to an SQL structured type value in the database.
    A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
    The representation (mapping) in the Java programming language of an SQL ROWID value.
    The interface used for the custom mapping of an SQL user-defined type (UDT) to a class in the Java programming language.
    An exception that provides information on a database access error or other errors.
    An input stream that contains a stream of values representing an instance of an SQL structured type or an SQL distinct type.
    The output stream for writing the attributes of a user-defined type back to the database.
    The mapping in the JavaTM programming language for the SQL XML type.
    The standard mapping in the Java programming language for an SQL structured type.
    A thin wrapper around thejava.util.Date class that allows the JDBC API to identify this as an SQLTIME value.
    A thin wrapper aroundjava.util.Date that allows the JDBC API to identify this as an SQLTIMESTAMP value.
  • Class
    Description
    A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
    The representation of a savepoint, which is a point within the current transaction that can be referenced from theConnection.rollback method.
    An exception that provides information on a database access error or other errors.
    Interface for JDBC classes which provide the ability to retrieve the delegate instance when the instance in question is in fact a proxy class.