|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IscStmtHandle
isc_stmt_handle
describes a handle to a database statement.
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 |
---|
XSQLDA getInSqlda()
XSQLDA getOutSqlda()
boolean isAllRowsFetched()
true
if all rows have been fetched,
false
otherwise
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |