java.sql
Classes
| Date |
A thin wrapper around a millisecond value that allows JDBC to identify this as an SQL |
| DriverManager |
The basic service for managing a set of JDBC drivers. |
| DriverPropertyInfo |
Driver properties for making a connection. |
| SQLPermission |
Legacy security code; do not use. |
| Time |
A thin wrapper around the |
| Timestamp |
A thin wrapper around |
| Types |
The class that defines the constants that are used to identify generic SQL types, called JDBC types. |
Exceptions
| BatchUpdateException |
The subclass of |
| DataTruncation |
An exception thrown as a |
| SQLClientInfoException |
The subclass of |
| SQLDataException |
The subclass of |
| SQLException |
An exception that provides information on a database access error or other errors. |
| SQLFeatureNotSupportedException |
The subclass of |
| SQLIntegrityConstraintViolationException |
The subclass of |
| SQLInvalidAuthorizationSpecException |
The subclass of |
| SQLNonTransientConnectionException |
The subclass of |
| SQLNonTransientException |
The subclass of |
| SQLRecoverableException |
The subclass of |
| SQLSyntaxErrorException |
The subclass of |
| SQLTimeoutException |
The subclass of |
| SQLTransactionRollbackException |
The subclass of |
| SQLTransientConnectionException |
The subclass of |
| SQLTransientException |
The subclass of |
| SQLWarning |
An exception that provides information on database access warnings. |
Enums
| ClientInfoStatus |
Enumeration for status of the reason that a property could not be set via a call to |
| RowIdLifetime |
Enumeration for RowId life-time values. |