org.apache.derby.iapi.sql.execute |
|
Java Source File Name | Type | Comment |
ConstantAction.java | Interface | This interface describes actions that are ALWAYS performed for a
Statement at Execution time. |
CursorActivation.java | Interface | CursorActivation includes an additional method used on cursors. |
CursorResultSet.java | Interface | The CursorResultSet interface is used to provide additional
operations on result sets that can be used in cursors. |
ExecAggregator.java | Interface | An ExecAggregator is the interface that execution uses
to an aggregate. |
ExecCursorTableReference.java | Interface | This is a table name reference that can be retrieved from
an active cursor. |
ExecIndexRow.java | Interface | This is an extension of ExecRow for use
with indexes and sorting. |
ExecPreparedStatement.java | Interface | Execution extends prepared statement to add methods it needs
for execution purposes (that should not be on the Database API). |
ExecRow.java | Interface | Execution sees this extension of Row that provides connectivity
to the Storage row interface and additional methods for manipulating
Rows in execution's ResultSets. |
ExecutionContext.java | Interface | ExecutionContext stores the factories that are to be used by
the current connection. |
ExecutionFactory.java | Interface | This is the factory for creating a factories needed by
execution per connection, and the context to hold them. |
ExecutionStmtValidator.java | Interface | An ExecutionStatementValidator is an object that is
handed a ConstantAction and asked whether it is ok for
this result set to execute. |
NoPutResultSet.java | Interface | The NoPutResultSet interface is used to provide additional
operations on result sets that can be used in returning rows
up a ResultSet tree. |
ResultSetFactory.java | Interface | ResultSetFactory provides a wrapper around all of
the result sets needed in an execution implementation. |
ResultSetStatisticsFactory.java | Interface | ResultSetStatisticsFactory provides a wrapper around all of
the result sets statistics objects needed in building the run time statistics. |
RowChanger.java | Interface | Perform row at a time DML operations of tables and maintain indexes. |
RunTimeStatistics.java | Interface | A RunTimeStatistics object is a representation of the query execution plan and run
time statistics for a java.sql.ResultSet.
A query execution plan is a tree
of execution nodes. |
ScanQualifier.java | Interface | ScanQualifier provides additional methods for the Language layer on
top of Qualifier. |
TargetResultSet.java | Interface | The TargetResultSet interface is used to provide additional
operations on result sets that are the target of a bulk insert
or update. |
TemporaryRowHolder.java | Interface | This is a class that is used to temporarily
(non-persistently) hold rows that are used in
language execution. |
TupleFilter.java | Interface | A TupleFilter is used to qualify rows from a tuple stream. |