public interface XQExpression extends XQDynamicContext
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
clearWarnings() |
void |
close() |
void |
executeCommand(java.io.Reader command) |
void |
executeCommand(java.lang.String command) |
XQResultSequence |
executeQuery(java.io.InputStream query) |
XQResultSequence |
executeQuery(java.io.Reader query) |
XQResultSequence |
executeQuery(java.lang.String query) |
int |
getQueryLanguageTypeAndVersion() |
int |
getQueryTimeout() |
XQWarning |
getWarnings() |
boolean |
isClosed() |
void |
setQueryTimeout(int seconds) |
bindAtomicValue, bindBoolean, bindByte, bindContextItem, bindDocument, bindDouble, bindFloat, bindInt, bindItem, bindLong, bindNode, bindObject, bindSequence, bindShort, getImplicitTimeZone, setImplicitTimeZonevoid cancel()
throws XQException
XQExceptionvoid clearWarnings()
throws XQException
XQExceptionvoid close()
void executeCommand(java.io.Reader command)
throws XQException
XQExceptionvoid executeCommand(java.lang.String command)
throws XQException
XQExceptionXQResultSequence executeQuery(java.io.InputStream query) throws XQException
XQExceptionXQResultSequence executeQuery(java.io.Reader query) throws XQException
XQExceptionXQResultSequence executeQuery(java.lang.String query) throws XQException
XQExceptionint getQueryLanguageTypeAndVersion()
throws XQException
XQExceptionint getQueryTimeout()
throws XQException
XQExceptionXQWarning getWarnings() throws XQException
XQExceptionboolean isClosed()
void setQueryTimeout(int seconds)
throws XQException
XQException