Uses of Package
java.sql
| Package | Description |
|---|---|
| SQLite | |
| SQLite.JDBC2z | |
| java.sql | |
| javax.sql |
-
Classes in java.sql used by SQLite Class Description Connection A connection represents a link from a Java application to a database.Driver An interface to a JDBC driver.DriverPropertyInfo A class holding information about driver properties of a database connection.SQLException An exception that indicates a failed JDBC operation. -
Classes in java.sql used by SQLite.JDBC2z Class Description Array A Java representation of the SQLARRAYtype.Blob A Java interface representing the SQLBLOBtype.CallableStatement An interface used to call Stored Procedures.Clob A Java interface mapping for the SQL CLOB type.Connection A connection represents a link from a Java application to a database.DatabaseMetaData An interface which provides comprehensive information about the database management system and its supported features.Date A class which can consume and produce dates in SQLDateformat.NClob ParameterMetaData An interface used to get information about the types and properties of parameters in aPreparedStatement.PreparedStatement An interface for a precompiled SQL Statement.Ref This interface represents an SQL Ref - a data object containing a cursor or pointer to a result table.ResultSet An interface for an object which represents a database table entry, returned as the result of the query to the database.ResultSetMetaData Provides information about the columns returned in aResultSet.RowId Maps SQL's ROWID type into Java.RowIdLifetime An enumeration to describe the life-time of RowID.Savepoint A savepoint is an instant during the current transaction that can be utilized by a rollback via theConnection.rollback()command.SQLClientInfoException An exception, which is subclass of SQLException, is thrown when one or more client info properties could not be set on a Connection.SQLException An exception that indicates a failed JDBC operation.SQLWarning An exception class that holds information about Database access warnings.SQLXML Maps SQL's XML type into Java.Statement Interface used for executing static SQL statements to retrieve query results.Struct An interface which provides facilities for manipulating an SQL structured type as a Java object.Time Java representation of an SQLTIMEvalue.Timestamp A Java representation of the SQLTIMESTAMPtype.Wrapper This class is an actual usage of the wrapper pattern for JDBC classes. -
Classes in java.sql used by java.sql Class Description Array A Java representation of the SQLARRAYtype.Blob A Java interface representing the SQLBLOBtype.CallableStatement An interface used to call Stored Procedures.ClientInfoStatus An enumeration to describe the reason why a property cannot be set by calling Connection.setClientInfo.Clob A Java interface mapping for the SQL CLOB type.Connection A connection represents a link from a Java application to a database.DatabaseMetaData An interface which provides comprehensive information about the database management system and its supported features.Date A class which can consume and produce dates in SQLDateformat.Driver An interface to a JDBC driver.DriverPropertyInfo A class holding information about driver properties of a database connection.NClob ParameterMetaData An interface used to get information about the types and properties of parameters in aPreparedStatement.PreparedStatement An interface for a precompiled SQL Statement.Ref This interface represents an SQL Ref - a data object containing a cursor or pointer to a result table.ResultSet An interface for an object which represents a database table entry, returned as the result of the query to the database.ResultSetMetaData Provides information about the columns returned in aResultSet.RowId Maps SQL's ROWID type into Java.RowIdLifetime An enumeration to describe the life-time of RowID.Savepoint A savepoint is an instant during the current transaction that can be utilized by a rollback via theConnection.rollback()command.SQLClientInfoException An exception, which is subclass of SQLException, is thrown when one or more client info properties could not be set on a Connection.SQLData An interface for the custom mapping of an SQL User Defined Type (UDT) to a Java class.SQLException An exception that indicates a failed JDBC operation.SQLInput TheSQLInputinterface defines operations which apply to a type of input stream which carries a series of values representing an instance of an SQL structured type or SQL distinct type.SQLNonTransientException SQLOutput The interface for an output stream used to write attributes of an SQL User Defined Type (UDT) to the database.SQLTransientException SQLWarning An exception class that holds information about Database access warnings.SQLXML Maps SQL's XML type into Java.Statement Interface used for executing static SQL statements to retrieve query results.Struct An interface which provides facilities for manipulating an SQL structured type as a Java object.Time Java representation of an SQLTIMEvalue.Timestamp A Java representation of the SQLTIMESTAMPtype.Wrapper This class is an actual usage of the wrapper pattern for JDBC classes. -
Classes in java.sql used by javax.sql Class Description Array A Java representation of the SQLARRAYtype.Blob A Java interface representing the SQLBLOBtype.Clob A Java interface mapping for the SQL CLOB type.Connection A connection represents a link from a Java application to a database.Date A class which can consume and produce dates in SQLDateformat.NClob PreparedStatement An interface for a precompiled SQL Statement.Ref This interface represents an SQL Ref - a data object containing a cursor or pointer to a result table.ResultSet An interface for an object which represents a database table entry, returned as the result of the query to the database.ResultSetMetaData Provides information about the columns returned in aResultSet.RowId Maps SQL's ROWID type into Java.SQLException An exception that indicates a failed JDBC operation.SQLXML Maps SQL's XML type into Java.Time Java representation of an SQLTIMEvalue.Timestamp A Java representation of the SQLTIMESTAMPtype.Wrapper This class is an actual usage of the wrapper pattern for JDBC classes.