Uses of Interface
org.firebirdsql.jdbc.FirebirdStatement

Packages that use FirebirdStatement
org.firebirdsql.jdbc   
 

Uses of FirebirdStatement in org.firebirdsql.jdbc
 

Subinterfaces of FirebirdStatement in org.firebirdsql.jdbc
 interface FirebirdCallableStatement
          Firebird extension to the CallableStatement interface.
 interface FirebirdPreparedStatement
          Firebird extensions to the PreparedStatement interface.
 

Classes in org.firebirdsql.jdbc that implement FirebirdStatement
 class AbstractCallableStatement
          The interface used to execute SQL stored procedures.
 class AbstractPreparedStatement
          Implementation of PreparedStatementinterface.
 class AbstractStatement
          The object used for executing a static SQL statement and obtaining the results produced by it.
 class FBCallableStatement
          JDBC 3.0 compliant implementation of CallableStatement.
 class FBPreparedStatement
           
 class FBStatement
           
 



Copyright © 2001-2010. All Rights Reserved.