Uses of Package
java.sql

Packages that use 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 SQL ARRAY type.
    Blob
    A Java interface representing the SQL BLOB type.
    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 SQL Date format.
    NClob  
    ParameterMetaData
    An interface used to get information about the types and properties of parameters in a PreparedStatement.
    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 a ResultSet.
    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 the Connection.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 SQL TIME value.
    Timestamp
    A Java representation of the SQL TIMESTAMP type.
    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 SQL ARRAY type.
    Blob
    A Java interface representing the SQL BLOB type.
    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 SQL Date format.
    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 a PreparedStatement.
    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 a ResultSet.
    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 the Connection.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
    The SQLInput interface 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 SQL TIME value.
    Timestamp
    A Java representation of the SQL TIMESTAMP type.
    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 SQL ARRAY type.
    Blob
    A Java interface representing the SQL BLOB type.
    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 SQL Date format.
    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 a ResultSet.
    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 SQL TIME value.
    Timestamp
    A Java representation of the SQL TIMESTAMP type.
    Wrapper
    This class is an actual usage of the wrapper pattern for JDBC classes.