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

Quick Search    Search Deep

Uses of Class
org.apache.derby.impl.jdbc.EmbedPreparedStatement

Uses of EmbedPreparedStatement in org.apache.derby.impl.jdbc
 

Subclasses of EmbedPreparedStatement in org.apache.derby.impl.jdbc
 class EmbedCallableStatement
          Local implementation.
 class EmbedCallableStatement169
          CallableStatement implementation for JSR169.
 class EmbedCallableStatement20
          This class extends the EmbedCallableStatement class in order to support new methods and classes that come with JDBC 2.0.
 class EmbedCallableStatement30
          This class extends the EmbedCallableStatement20 in order to support new methods and classes that come with JDBC 3.0.
 class EmbedPreparedStatement169
          PreparedStatement implementation for JSR169.
 class EmbedPreparedStatement20
          This class extends the EmbedPreparedStatement class in order to support new methods and classes that come with JDBC 2.0.
 class EmbedPreparedStatement30
          This class extends the EmbedPreparedStatement20 class in order to support new methods and classes that come with JDBC 3.0.
 

Methods in org.apache.derby.impl.jdbc with parameters of type EmbedPreparedStatement
 void EmbedPreparedStatement.transferParameters(EmbedPreparedStatement newStatement)