Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
java.sql

Classes in java.sql used by java.sql
Array
          This interface provides methods for accessing SQL array types.
Blob
          This interface specified methods for accessing a SQL BLOB (Binary Large OBject) type.
CallableStatement
          This interface provides a mechanism for calling stored procedures.
Clob
          This interface contains methods for accessing a SQL CLOB (Character Large OBject) type.
Connection
          This interface provides methods for managing a connection to a database.
DatabaseMetaData
           
Date
          This class is a wrapper around java.util.Date to allow the JDBC driver to identify the value as a SQL Date.
Driver
          This interface specifies a mechanism for accessing a JDBC database driver.
DriverPropertyInfo
          This class holds a driver property that can be used for querying or setting driver configuration parameters.
ParameterMetaData
           
PreparedStatement
          This interface provides a mechanism for executing pre-compiled statements.
Ref
          This interface provides a mechanism for obtaining information about a SQL structured type
ResultSet
          This interface provides access to the data set returned by a SQL statement.
ResultSetMetaData
          This interface provides a mechanism for obtaining information about the columns that are present in a ResultSet.
Savepoint
           
SQLData
          This interface is used for mapping SQL data to user defined datatypes.
SQLException
          This exception is thrown when a database error occurs.
SQLInput
          This interface provides methods for reading values from a stream that is connected to a SQL structured or distinct type.
SQLOutput
          This interface provides methods for writing Java types to a SQL stream.
SQLWarning
          This exception is thrown when a database warning occurs.
Statement
          This interface provides a mechanism for executing SQL statements.
Struct
          This interface implements the standard type mapping for a SQL structured type.
Time
          This class is a wrapper around java.util.Date to allow the JDBC driver to identify the value as a SQL Time.
Timestamp
          This class is a wrapper around java.util.Date to allow the JDBC driver to identify the value as a SQL Timestamp.