org.firebirdsql.gds
Interface IscStmtHandle
public interface IscStmtHandle
isc_stmt_handle
describes a handle to a database statement.
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.
|
getInSqlda
public XSQLDA getInSqlda()
Get the input data structure that contains data that is put into
the statement.
getOutSqlda
public XSQLDA getOutSqlda()
Get the output data structure that contains data that is retrieved
from the statement.
- The output data structure
isAllRowsFetched
public boolean isAllRowsFetched()
Retrieve whether all rows have been fetched of the rows selected
by executing this statement.
true
if all rows have been fetched,
false
otherwise
Copyright B) 2001 David Jencks and other authors. All rights reserved.