Uses of Class
org.firebirdsql.gds.impl.AbstractIscStmtHandle

Packages that use AbstractIscStmtHandle
org.firebirdsql.gds.impl This package contains classes for the pluggable GDS implementations. 
org.firebirdsql.gds.impl.jni   
org.firebirdsql.gds.impl.wire   
org.firebirdsql.jdbc   
 

Uses of AbstractIscStmtHandle in org.firebirdsql.gds.impl
 

Methods in org.firebirdsql.gds.impl that return AbstractIscStmtHandle
 AbstractIscStmtHandle GDSHelper.allocateStatement()
          Retrieve a newly allocated statment handle with the current connection.
 

Methods in org.firebirdsql.gds.impl with parameters of type AbstractIscStmtHandle
 void GDSHelper.closeStatement(AbstractIscStmtHandle stmt, boolean deallocate)
          Close a statement that is allocated in the database.
 void GDSHelper.executeStatement(AbstractIscStmtHandle stmt, boolean sendOutSqlda)
          Execute a statement in the database.
 void GDSHelper.fetch(AbstractIscStmtHandle stmt, int fetchSize)
          Fetch data from a statement in the database.
 void GDSHelper.getSqlCounts(AbstractIscStmtHandle stmt)
          Fetch the count information for a statement handle.
 void GDSHelper.populateStatementInfo(AbstractIscStmtHandle fixedStmt)
           
 void GDSHelper.prepareStatement(AbstractIscStmtHandle stmt, String sql, boolean describeBind)
          Prepare an SQL string for execution (within the database server) in the context of a statement handle.
abstract  void AbstractIscTrHandle.registerStatementWithTransaction(AbstractIscStmtHandle fbStatement)
          Register a statement within the transaction to which this handle points.
 void GDSHelper.setCursorName(AbstractIscStmtHandle stmt, String cursorName)
          Set the cursor name for a statement.
abstract  void AbstractIscTrHandle.unregisterStatementFromTransaction(AbstractIscStmtHandle fbStatement)
          Unregister a statement from the transaction in which it was registered.
 

Uses of AbstractIscStmtHandle in org.firebirdsql.gds.impl.jni
 

Methods in org.firebirdsql.gds.impl.jni with parameters of type AbstractIscStmtHandle
 void isc_tr_handle_impl.registerStatementWithTransaction(AbstractIscStmtHandle stmt)
           
 void isc_tr_handle_impl.unregisterStatementFromTransaction(AbstractIscStmtHandle stmt)
           
 

Uses of AbstractIscStmtHandle in org.firebirdsql.gds.impl.wire
 

Subclasses of AbstractIscStmtHandle in org.firebirdsql.gds.impl.wire
 class isc_stmt_handle_impl
          Describe class isc_stmt_handle_impl here.
 

Methods in org.firebirdsql.gds.impl.wire with parameters of type AbstractIscStmtHandle
 void isc_tr_handle_impl.registerStatementWithTransaction(AbstractIscStmtHandle stmt)
           
 void isc_tr_handle_impl.unregisterStatementFromTransaction(AbstractIscStmtHandle stmt)
           
 

Uses of AbstractIscStmtHandle in org.firebirdsql.jdbc
 

Fields in org.firebirdsql.jdbc declared as AbstractIscStmtHandle
protected  AbstractIscStmtHandle AbstractStatement.fixedStmt
           
 

Methods in org.firebirdsql.jdbc with parameters of type AbstractIscStmtHandle
protected  boolean AbstractStatement.isExecuteProcedureStatement(AbstractIscStmtHandle handle)
          This method checks if supplied statement is executing procedure or it is generic statement.
 

Constructors in org.firebirdsql.jdbc with parameters of type AbstractIscStmtHandle
AbstractResultSet(GDSHelper gdsHelper, AbstractStatement fbStatement, AbstractIscStmtHandle stmt, FBObjectListener.ResultSetListener listener, boolean trimStrings, int rsType, int rsConcurrency, int rsHoldability, boolean cached)
          Creates a new FBResultSet instance.
FBResultSet(GDSHelper gdsHelper, AbstractStatement fbStatement, AbstractIscStmtHandle stmt, FBObjectListener.ResultSetListener listener, boolean trimStrings, int rsType, int rsConcurrency, int rsHoldability, boolean cached)
           
 



Copyright © 2001-2010. All Rights Reserved.