Package net.sf.saxon.javax.xml.xquery
Interface XQPreparedExpression
- All Superinterfaces:
XQDynamicContext
- All Known Implementing Classes:
SaxonXQPreparedExpression
XQJ interfaces reconstructed from version 0.5 documentation
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cancel()
void
void
close()
QName[]
int
getStaticVariableType
(QName name) QName[]
boolean
isClosed()
void
setQueryTimeout
(int seconds) Methods inherited from interface net.sf.saxon.javax.xml.xquery.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
-