|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Statement is the generic abstract interface for XStatement and XPreparedStatement.
| Method Summary | |
boolean |
cancel()
Cancel the execution of this currently executing statement. |
void |
close()
Close this statement and release all the resources used by it. |
Vector |
getWarnings()
Return 0 or more XDBWarning objects, if the query was successful, but there were warnings or other information regarding the query. |
void |
setStatementOption(String option,
String value)
Set a statement option valid options XStatement.OPT_STMT_TIMEOUT Sets a statement timeout (in seconds). |
| Method Detail |
public boolean cancel()
throws XDBException
XDBException
public void close()
throws XDBException
XDBException
public void setStatementOption(String option,
String value)
throws XDBException
XDBException
public Vector getWarnings()
throws XDBException
XDBException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||