|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XQPreparedExpression
Method Summary | |
---|---|
XQResultSequence |
executeQuery()
Executes the prepared query expression. |
javax.xml.namespace.QName[] |
getAllExternalVariables()
Retrieves all the external variables defined in the prolog of the prepared expression. |
javax.xml.namespace.QName[] |
getAllUnboundExternalVariables()
Retrieves the names of all unbound external variables. |
XQSequenceType |
getStaticResultType()
Gets the static type information of the result sequence. |
XQSequenceType |
getStaticVariableType(javax.xml.namespace.QName name)
Retrieves the static type of a given external variable. |
Methods inherited from interface javax.xml.xquery.XQExprCommons |
---|
cancel, clearWarnings, close, getQueryTimeout, getWarnings, isClosed, setQueryTimeout |
Methods inherited from interface javax.xml.xquery.XQDynamicContext |
---|
bindBase64Binary, bindBoolean, bindByte, bindContextItem, bindDecimal, bindDouble, bindFloat, bindHexBinary, bindInt, bindItem, bindLexicalValue, bindLong, bindNode, bindNotation, bindSequence, bindString, bindTime, bindTimestamp, bindURI, getImplicitTimeZone, setImplicitTimeZone |
Method Detail |
---|
XQResultSequence executeQuery() throws XQException
XQException
javax.xml.namespace.QName[] getAllExternalVariables() throws XQException
XQException
javax.xml.namespace.QName[] getAllUnboundExternalVariables() throws XQException
XQException
XQSequenceType getStaticResultType() throws XQException
XQException
XQSequenceType getStaticVariableType(javax.xml.namespace.QName name) throws XQException
XQException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |