Java Platform 1.2
Beta 4

Uses of Package
java.sql

Packages that use java.sql
java.sql Provides the JDBC package.  
 

Classes in java.sql used by java.sql
Array
          JDBC 2.0 SQL arrays are mapped to the Array interface.
Blob
          JDBC 2.0 By default, a Blob is a transaction duration reference to a binary large object.
CallableStatement
          CallableStatement is used to execute SQL stored procedures.
Clob
          JDBC 2.0 By default, a Clob is a transaction duration reference to a character large object.
Connection
          A Connection represents a session with a specific database.
DatabaseMetaData
          This class provides information about the database as a whole.
Date
          This class is a thin wrapper around a millisecond value that allows JDBC to identify this as a SQL DATE. A milliseconds value represents the number of milliseconds that have passed since January 1, 1970 00:00:00.000 GMT. To conform with the definition of SQL DATE, the millisecond values wrapped by a java.sql.
Driver
          The Java SQL framework allows for multiple database drivers.
DriverPropertyInfo
          The DriverPropertyInfo class is only of interest to advanced programmers who need to interact with a Driver via getDriverProperties to discover and supply properties for connections.
PreparedStatement
          A SQL statement is pre-compiled and stored in a PreparedStatement object.
Ref
          JDBC 2.0 A Ref is a reference to an SQL structured value in the database.
ResultSet
          A ResultSet provides access to a table of data.
ResultSetMetaData
          A ResultSetMetaData object can be used to find out about the types and properties of the columns in a ResultSet.
SQLData
          JDBC 2.0 The SQLData interface is implemented by a Java class that is registered in a type mapping.
SQLException
          The SQLException class provides information on a database access error.
SQLInput
          JDBC 2.0 A SQLInput stream contains a stream of values that represent an SQL structured or distinct type instance.
SQLOutput
           
SQLWarning
          The SQLWarning class provides information on a database access warnings.
Statement
          A Statement object is used for executing a static SQL statement and obtaining the results produced by it.
Struct
          JDBC 2.0 The Struct interface represents the default mapping for an SQL structured type.
Time
          This class is a thin wrapper around java.util.
Timestamp
          This class is a thin wrapper around java.util.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.