Interface | Description |
---|---|
Activation |
An activation contains all the local state information necessary
to execute a re-entrant PreparedStatement.
|
LanguageFactory |
Factory interface for the Language.Interface protocol.
|
LanguageProperties |
This is a holder of language properties that are
exposed users.
|
ParameterValueSet |
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 |
The PreparedStatement interface provides methods to execute prepared
statements, store them, and get metadata about them.
|
ResultColumnDescriptor |
A ResultColumnDescriptor describes a result column in a ResultSet.
|
ResultDescription |
The ResultDescription interface provides methods to get metadata on the
results returned by a statement.
|
ResultSet |
The ResultSet interface provides a method to tell whether a statement
returns rows, and if so, a method to get the rows.
|
Row |
The Row interface provides methods to get information about the columns
in a result row.
|
Statement |
The Statement interface provides a way of giving a statement to the
language module, preparing the statement, and executing it.
|
StatementType |
Different types of statements
|
StorablePreparedStatement |
The Statement interface is an extension of exec prepared statement
that has some stored prepared specifics.
|
Class | Description |
---|---|
StatementUtil |
Utilities for dealing with statements.
|
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.