Interface XQPreparedExpression
- All Superinterfaces:
XQDynamicContext
- All Known Implementing Classes:
SaxonXQPreparedExpression
XQJ interfaces reconstructed from version 0.5 documentation
-
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()voidvoidclose()QName[]intgetStaticVariableType(QName name) QName[]booleanisClosed()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
- Throws:
XQException
-
executeQuery
- Throws:
XQException
-
getAllExternalVariables
- Throws:
XQException
-
getUnboundExternalVariables
- Throws:
XQException
-
getQueryTimeout
- Throws:
XQException
-
getStaticResultType
- Throws:
XQException
-
getStaticVariableType
- Throws:
XQException
-
getWarnings
- Throws:
XQException
-
isClosed
boolean isClosed() -
setQueryTimeout
- Throws:
XQException
-