Package org.apache.derby.iapi.sql
package org.apache.derby.iapi.sql
-
ClassDescriptionAn activation contains all the local state information necessary to execute a re-entrant PreparedStatement.Factory interface for the Language.Interface protocol.This is a holder of language properties that are exposed users.A ParameterValueSet is a set of parameter values that can be assembled by a JDBC driver and passed to a PreparedStatement all at once.The PreparedStatement interface provides methods to execute prepared statements, store them, and get metadata about them.A ResultColumnDescriptor describes a result column in a ResultSet.The ResultDescription interface provides methods to get metadata on the results returned by a statement.The ResultSet interface provides a method to tell whether a statement returns rows, and if so, a method to get the rows.The Row interface provides methods to get information about the columns in a result row.The Statement interface provides a way of giving a statement to the language module, preparing the statement, and executing it.Different types of statementsUtilities for dealing with statements.The Statement interface is an extension of exec prepared statement that has some stored prepared specifics.