net.sf.saxon.javax.xml.xquery
Interface XQPreparedExpression
- All Superinterfaces:
- XQDynamicContext
- All Known Implementing Classes:
- SaxonXQPreparedExpression
- public interface XQPreparedExpression
- extends XQDynamicContext
XQJ interfaces reconstructed from version 0.5 documentation
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 |
cancel
public void cancel()
throws XQException
- Throws:
XQException
clearWarnings
public void clearWarnings()
throws XQException
- Throws:
XQException
close
public void close()
throws XQException
- Throws:
XQException
executeQuery
public XQResultSequence executeQuery()
throws XQException
- Throws:
XQException
getAllExternalVariables
public javax.xml.namespace.QName[] getAllExternalVariables()
throws XQException
- Throws:
XQException
getUnboundExternalVariables
public javax.xml.namespace.QName[] getUnboundExternalVariables()
throws XQException
- Throws:
XQException
getQueryTimeout
public int getQueryTimeout()
throws XQException
- Throws:
XQException
getStaticResultType
public XQSequenceType getStaticResultType()
throws XQException
- Throws:
XQException
getStaticVariableType
public XQSequenceType getStaticVariableType(javax.xml.namespace.QName name)
throws XQException
- Throws:
XQException
getWarnings
public XQWarning getWarnings()
throws XQException
- Throws:
XQException
isClosed
public boolean isClosed()
setQueryTimeout
public void setQueryTimeout(int seconds)
throws XQException
- Throws:
XQException