|
Class Summary |
| CallableStatement |
CallableStatement is used to execute SQL stored procedures. |
| Connection |
$Id: Connection.java,v 1.1.1.1 2002/01/22 08:52:52 synmscott Exp $
A Connection represents a session with a specific database. |
| DatabaseMetaData |
This class provides information about the database as a whole. |
| PreparedStatement |
A SQL Statement is pre-compiled and stored in a PreparedStatement object. |
| ResultSet |
A ResultSet provides access to a table of data generated by executing a
Statement. |
| ResultSetMetaData |
A ResultSetMetaData object can be used to find out about the types and
properties of the columns in a ResultSet |
| Statement |
A Statement object is used for executing a static SQL statement and
obtaining the results produced by it. |