|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
isc_stmt_handle
describes a handle to a database statement.
Field Summary | |
static int |
TYPE_COMMIT
|
static int |
TYPE_DDL
|
static int |
TYPE_DELETE
|
static int |
TYPE_EXEC_PROCEDURE
|
static int |
TYPE_GET_SEGMENT
|
static int |
TYPE_INSERT
|
static int |
TYPE_PUT_SEGMENT
|
static int |
TYPE_ROLLBACK
|
static int |
TYPE_SELECT
|
static int |
TYPE_SELECT_FOR_UPDATE
|
static int |
TYPE_SET_GENERATOR
|
static int |
TYPE_START_TRANS
|
static int |
TYPE_UNKNOWN
|
static int |
TYPE_UPDATE
|
Method Summary | |
java.lang.String |
getExecutionPlan()
Get the execution plan from the 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. |
int |
getStatementType()
Get the statement type. |
boolean |
isAllRowsFetched()
Retrieve whether all rows have been fetched of the rows selected by executing this statement. |
Field Detail |
public static final int TYPE_UNKNOWN
public static final int TYPE_SELECT
public static final int TYPE_INSERT
public static final int TYPE_UPDATE
public static final int TYPE_DELETE
public static final int TYPE_DDL
public static final int TYPE_GET_SEGMENT
public static final int TYPE_PUT_SEGMENT
public static final int TYPE_EXEC_PROCEDURE
public static final int TYPE_START_TRANS
public static final int TYPE_COMMIT
public static final int TYPE_ROLLBACK
public static final int TYPE_SELECT_FOR_UPDATE
public static final int TYPE_SET_GENERATOR
Method Detail |
public XSQLDA getInSqlda()
public XSQLDA getOutSqlda()
public boolean isAllRowsFetched()
true
if all rows have been fetched,
false
otherwisepublic java.lang.String getExecutionPlan()
null
if the execution plan was
not fetched from the server.public int getStatementType()
TYPE_UNKNOWN
when no statement type was received from the server.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |