Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.apache.derby.iapi.sql

Classes in org.apache.derby.iapi.sql used by org.apache.derby.iapi.sql
Activation
          An activation contains all the local state information necessary to execute a re-entrant PreparedStatement.
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.
 

Classes in org.apache.derby.iapi.sql used by org.apache.derby.iapi.sql.execute
PreparedStatement
          The PreparedStatement interface provides methods to execute prepared statements, store them, and get metadata about them.