org.firebirdsql.gds
Interface IscStmtHandle


public interface IscStmtHandle

isc_stmt_handle describes a handle to a database statement.

Version:
1.0
Author:
Alejandro Alberola, David Jencks

Method Summary
 XSQLDA getInSqlda()
          Get the input data structure that contains data that is put into the statement.
 XSQLDA getOutSqlda()
          Get the output data structure that contains data that is retrieved from the statement.
 boolean isAllRowsFetched()
          Retrieve whether all rows have been fetched of the rows selected by executing this statement.
 

Method Detail

getInSqlda

public XSQLDA getInSqlda()
Get the input data structure that contains data that is put into the statement.

Returns:
The input data structure

getOutSqlda

public XSQLDA getOutSqlda()
Get the output data structure that contains data that is retrieved from the statement.

Returns:
The output data structure

isAllRowsFetched

public boolean isAllRowsFetched()
Retrieve whether all rows have been fetched of the rows selected by executing this statement.

Returns:
true if all rows have been fetched, false otherwise


Copyright © 2001 David Jencks and other authors. All rights reserved.