public interface TXQPreparedExpression
extends javax.xml.xquery.XQPreparedExpression
Modifier and Type | Method and Description |
---|---|
void |
bindInt(javax.xml.namespace.QName qname,
int intValue,
javax.xml.xquery.XQItemType xqitemtype)
Binds the integer value of specific ItemType to the query
|
void |
bindString(javax.xml.namespace.QName qname,
java.lang.String s,
javax.xml.xquery.XQItemType xqitemtype)
Binds the input string of specific ItemType to the query
|
cancel, close, executeQuery, getAllExternalVariables, getAllUnboundExternalVariables, getStaticContext, getStaticResultType, getStaticVariableType, isClosed
bindAtomicValue, bindBoolean, bindByte, bindDocument, bindDocument, bindDocument, bindDocument, bindDocument, bindDouble, bindFloat, bindItem, bindLong, bindNode, bindObject, bindSequence, bindShort, getImplicitTimeZone, setImplicitTimeZone
void bindString(javax.xml.namespace.QName qname, java.lang.String s, javax.xml.xquery.XQItemType xqitemtype) throws javax.xml.xquery.XQException
bindString
in interface javax.xml.xquery.XQDynamicContext
qname
- - QNames
- - String to be boundxqitemtype
- - Item Typejavax.xml.xquery.XQException
void bindInt(javax.xml.namespace.QName qname, int intValue, javax.xml.xquery.XQItemType xqitemtype) throws javax.xml.xquery.XQException
bindInt
in interface javax.xml.xquery.XQDynamicContext
qname
- - QNameintValue
- - integer value to be boundxqitemtype
- - Item Typejavax.xml.xquery.XQException