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

Quick Search    Search Deep

Uses of Package
org.apache.derby.impl.jdbc

Classes in org.apache.derby.impl.jdbc used by org.apache.derby.impl.jdbc
BinaryToRawStream
          Converts a stream containing the Cloudscape stored binary form to one that just contains the application's data.
ConnectionChild
          Any class in the local JDBC driver (ie this package) that needs to refer back to the EmbedConnection object extends this class.
EmbedCallableStatement
          Local implementation.
EmbedCallableStatement20
          This class extends the EmbedCallableStatement class in order to support new methods and classes that come with JDBC 2.0.
EmbedConnection
          Local implementation of Connection for a JDBC driver in the same process as the database.
EmbedConnectionContext
           
EmbedParameterSetMetaData
          This class immitates to implement the ParameterMetaData interface from JDBC3.0 We want to provide the functionality to JDKs before JDBC3.0.
EmbedPreparedStatement
          EmbedPreparedStatement is a local JDBC statement.
EmbedPreparedStatement20
          This class extends the EmbedPreparedStatement class in order to support new methods and classes that come with JDBC 2.0.
EmbedResultSet
          A EmbedResultSet for results from the EmbedStatement family.
EmbedResultSetMetaData
          A ResultSetMetaData object can be used to find out about the types and properties of the columns in a ResultSet.
EmbedStatement
          EmbedStatement is a local JDBC statement.
TransactionResourceImpl
          An instance of a TransactionResourceImpl is a bundle of things that connects a connection to the database - it is the transaction "context" in a generic sense.
UTF8Reader