|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XQExprCommons
This interface is not part of the XQuery API.
It has been introduced to hold methods shared between
Method Summary | |
---|---|
void |
cancel()
Attempts to cancel the execution of the XQExpression if both the XQuery data source and the XQJ driver support aborting the execution of an XQExpression. |
void |
clearWarnings()
Clears the list of warnings associated with this expression. |
void |
close()
Closes the expression object and release associated resources. |
int |
getQueryTimeout()
Retrieves the number of seconds that the driver will wait for the expression to execute. |
XQWarning |
getWarnings()
Gets the first warning in a chained list of warnings associated with this expression. |
boolean |
isClosed()
Checks if the expression is in a closed state. |
void |
setQueryTimeout(int seconds)
Sets the number of seconds the driver will wait for the expression to execute. |
Methods inherited from interface javax.xml.xquery.XQDynamicContext |
---|
bindBase64Binary, bindBoolean, bindByte, bindContextItem, bindDecimal, bindDouble, bindFloat, bindHexBinary, bindInt, bindItem, bindLexicalValue, bindLong, bindNode, bindNotation, bindSequence, bindString, bindTime, bindTimestamp, bindURI, getImplicitTimeZone, setImplicitTimeZone |
Method Detail |
---|
void cancel() throws XQException
XQException
void clearWarnings() throws XQException
XQException
void close() throws XQException
XQException
int getQueryTimeout() throws XQException
XQException
XQWarning getWarnings() throws XQException
XQException
boolean isClosed()
void setQueryTimeout(int seconds) throws XQException
XQException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |