XQDynamicContext
SaxonXQExpression
public interface XQExpression extends XQDynamicContext
Modifier and Type | Method | 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, setImplicitTimeZone
void cancel() throws XQException
XQException
void clearWarnings() throws XQException
XQException
void close()
void executeCommand(java.io.Reader command) throws XQException
XQException
void executeCommand(java.lang.String command) throws XQException
XQException
XQResultSequence executeQuery(java.io.InputStream query) throws XQException
XQException
XQResultSequence executeQuery(java.io.Reader query) throws XQException
XQException
XQResultSequence executeQuery(java.lang.String query) throws XQException
XQException
int getQueryLanguageTypeAndVersion() throws XQException
XQException
int getQueryTimeout() throws XQException
XQException
XQWarning getWarnings() throws XQException
XQException
boolean isClosed()
void setQueryTimeout(int seconds) throws XQException
XQException