org.apache.derby.iapi.sql |
|
Java Source File Name | Type | Comment |
Activation.java | Interface | An activation contains all the local state information necessary
to execute a re-entrant PreparedStatement. |
LanguageFactory.java | Interface | Factory interface for the Language.Interface protocol.
This is used via the Database API by users, and is presented
as a System Module (not a service module). |
LanguageProperties.java | Interface | This is a holder of language properties that are
exposed users. |
ParameterValueSet.java | Interface | A ParameterValueSet is a set of parameter values that can be assembled by a
JDBC driver and passed to a PreparedStatement all at once. |
PreparedStatement.java | Interface | The PreparedStatement interface provides methods to execute prepared
statements, store them, and get metadata about them. |
ResultColumnDescriptor.java | Interface | A ResultColumnDescriptor describes a result column in a ResultSet. |
ResultDescription.java | Interface | The ResultDescription interface provides methods to get metadata on the
results returned by a statement. |
ResultSet.java | Interface | The ResultSet interface provides a method to tell whether a statement
returns rows, and if so, a method to get the rows. |
Row.java | Interface | The Row interface provides methods to get information about the columns
in a result row. |
Statement.java | Interface | The Statement interface provides a way of giving a statement to the
language module, preparing the statement, and executing it. |
StatementType.java | Interface | |
StatementUtil.java | Class | Utilities for dealing with statements. |
StorablePreparedStatement.java | Interface | The Statement interface is an extension of exec prepared statement
that has some stored prepared specifics. |