Interface XQExpression
- All Superinterfaces:
XQDynamicContext
- All Known Implementing Classes:
SaxonXQExpression
XQJ interfaces reconstructed from version 0.5 documentation
-
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()voidvoidclose()voidexecuteCommand(Reader command) voidexecuteCommand(String command) executeQuery(InputStream query) executeQuery(Reader query) executeQuery(String query) intintbooleanisClosed()voidsetQueryTimeout(int seconds) Methods inherited from interface XQDynamicContext
bindAtomicValue, bindBoolean, bindByte, bindContextItem, bindDocument, bindDouble, bindFloat, bindInt, bindItem, bindLong, bindNode, bindObject, bindSequence, bindShort, getImplicitTimeZone, setImplicitTimeZone
-
Method Details
-
cancel
- Throws:
XQException
-
clearWarnings
- Throws:
XQException
-
close
void close() -
executeCommand
- Throws:
XQException
-
executeCommand
- Throws:
XQException
-
executeQuery
- Throws:
XQException
-
executeQuery
- Throws:
XQException
-
executeQuery
- Throws:
XQException
-
getQueryLanguageTypeAndVersion
- Throws:
XQException
-
getQueryTimeout
- Throws:
XQException
-
getWarnings
- Throws:
XQException
-
isClosed
boolean isClosed() -
setQueryTimeout
- Throws:
XQException
-