public interface XQPreparedExpression extends XQDynamicContext
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
clearWarnings() |
void |
close() |
XQResultSequence |
executeQuery() |
javax.xml.namespace.QName[] |
getAllExternalVariables() |
int |
getQueryTimeout() |
XQSequenceType |
getStaticResultType() |
XQSequenceType |
getStaticVariableType(javax.xml.namespace.QName name) |
javax.xml.namespace.QName[] |
getUnboundExternalVariables() |
XQWarning |
getWarnings() |
boolean |
isClosed() |
void |
setQueryTimeout(int seconds) |
bindAtomicValue, bindBoolean, bindByte, bindContextItem, bindDocument, bindDouble, bindFloat, bindInt, bindItem, bindLong, bindNode, bindObject, bindSequence, bindShort, getImplicitTimeZone, setImplicitTimeZonevoid cancel()
throws XQException
XQExceptionvoid clearWarnings()
throws XQException
XQExceptionvoid close()
throws XQException
XQExceptionXQResultSequence executeQuery() throws XQException
XQExceptionjavax.xml.namespace.QName[] getAllExternalVariables()
throws XQException
XQExceptionjavax.xml.namespace.QName[] getUnboundExternalVariables()
throws XQException
XQExceptionint getQueryTimeout()
throws XQException
XQExceptionXQSequenceType getStaticResultType() throws XQException
XQExceptionXQSequenceType getStaticVariableType(javax.xml.namespace.QName name) throws XQException
XQExceptionXQWarning getWarnings() throws XQException
XQExceptionboolean isClosed()
void setQueryTimeout(int seconds)
throws XQException
XQException