|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TXQPreparedExpression
Tamino specific extensions for Prepared Expression.
Method Summary | |
---|---|
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 |
Methods inherited from interface javax.xml.xquery.XQPreparedExpression |
---|
cancel, close, executeQuery, getAllExternalVariables, getAllUnboundExternalVariables, getStaticContext, getStaticResultType, getStaticVariableType, isClosed |
Methods inherited from interface javax.xml.xquery.XQDynamicContext |
---|
bindAtomicValue, bindBoolean, bindByte, bindDocument, bindDocument, bindDocument, bindDocument, bindDocument, bindDouble, bindFloat, bindItem, bindLong, bindNode, bindObject, bindSequence, bindShort, getImplicitTimeZone, setImplicitTimeZone |
Method Detail |
---|
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 Type
javax.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 Type
javax.xml.xquery.XQException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |