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, setImplicitTimeZone
void cancel() throws XQException
XQException
void clearWarnings() throws XQException
XQException
void close() throws XQException
XQException
XQResultSequence executeQuery() throws XQException
XQException
javax.xml.namespace.QName[] getAllExternalVariables() throws XQException
XQException
javax.xml.namespace.QName[] getUnboundExternalVariables() throws XQException
XQException
int getQueryTimeout() throws XQException
XQException
XQSequenceType getStaticResultType() throws XQException
XQException
XQSequenceType getStaticVariableType(javax.xml.namespace.QName name) throws XQException
XQException
XQWarning getWarnings() throws XQException
XQException
boolean isClosed()
void setQueryTimeout(int seconds) throws XQException
XQException