|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XQDynamicContext
Method Summary | |
---|---|
void |
bindBase64Binary(javax.xml.namespace.QName varname,
java.lang.Byte[] value)
Binds a base64 binary value to the given external variable. |
void |
bindBoolean(javax.xml.namespace.QName varname,
boolean value)
Binds a boolean value to the given external variable. |
void |
bindByte(javax.xml.namespace.QName varname,
byte value)
Binds a byte value to the given external variable. |
void |
bindContextItem(XQItem contextitem)
Binds an XQuery item object for context. |
void |
bindDecimal(javax.xml.namespace.QName varname,
java.math.BigDecimal value)
Binds a big decimal value to the given external variable. |
void |
bindDouble(javax.xml.namespace.QName varname,
double value)
Binds a double value to the given external variable. |
void |
bindFloat(javax.xml.namespace.QName varname,
float value)
Binds a float value to the given external variable. |
void |
bindHexBinary(javax.xml.namespace.QName varname,
java.lang.Byte[] value)
Binds a hexadecimal value to the given external variable. |
void |
bindInt(javax.xml.namespace.QName varname,
int value)
Binds an integer value to the given external variable. |
void |
bindItem(javax.xml.namespace.QName varname,
XQItem item)
Binds an item to this variable. |
void |
bindLexicalValue(javax.xml.namespace.QName varname,
java.lang.String value,
XQItemType type)
Binds a lexical value to the given external variable. |
void |
bindLong(javax.xml.namespace.QName varname,
long value)
Binds a long value to the given external variable. |
void |
bindNode(javax.xml.namespace.QName varname,
org.w3c.dom.Node node)
Binds an XML node. |
void |
bindNotation(javax.xml.namespace.QName varname,
java.lang.String value)
Binds a Notation value to the given external variable. |
void |
bindSequence(javax.xml.namespace.QName varname,
XQSequence seq)
Binds a variable to the sequence of items contained in the input. |
void |
bindString(javax.xml.namespace.QName varname,
java.lang.String value)
Binds a string value to the given variable. |
void |
bindTime(javax.xml.namespace.QName varname,
java.sql.Time value)
Binds a time value to the given external variable. |
void |
bindTimestamp(javax.xml.namespace.QName varname,
java.sql.Timestamp value)
Binds a timestamp value to the given external variable. |
void |
bindURI(javax.xml.namespace.QName varname,
java.net.URI value)
Binds a URI value to the given external variable. |
java.util.TimeZone |
getImplicitTimeZone()
Gets the implicit timezone. |
void |
setImplicitTimeZone(java.util.TimeZone implicitTimeZone)
Sets the implicit timezone. |
Method Detail |
---|
void bindBase64Binary(javax.xml.namespace.QName varname, java.lang.Byte[] value) throws XQTypeException
XQTypeException
void bindBoolean(javax.xml.namespace.QName varname, boolean value) throws XQTypeException
XQTypeException
void bindByte(javax.xml.namespace.QName varname, byte value) throws XQTypeException
XQTypeException
void bindContextItem(XQItem contextitem) throws XQTypeException
XQTypeException
void bindDecimal(javax.xml.namespace.QName varname, java.math.BigDecimal value) throws XQTypeException
XQTypeException
void bindDouble(javax.xml.namespace.QName varname, double value) throws XQTypeException
XQTypeException
void bindFloat(javax.xml.namespace.QName varname, float value) throws XQTypeException
XQTypeException
void bindHexBinary(javax.xml.namespace.QName varname, java.lang.Byte[] value) throws XQTypeException
XQTypeException
void bindInt(javax.xml.namespace.QName varname, int value) throws XQTypeException
XQTypeException
void bindItem(javax.xml.namespace.QName varname, XQItem item) throws XQTypeException
XQTypeException
void bindLexicalValue(javax.xml.namespace.QName varname, java.lang.String value, XQItemType type) throws XQTypeException
XQTypeException
void bindLong(javax.xml.namespace.QName varname, long value) throws XQTypeException
XQTypeException
void bindNode(javax.xml.namespace.QName varname, org.w3c.dom.Node node) throws XQTypeException
XQTypeException
void bindNotation(javax.xml.namespace.QName varname, java.lang.String value) throws XQTypeException
XQTypeException
void bindSequence(javax.xml.namespace.QName varname, XQSequence seq) throws XQTypeException
XQTypeException
void bindString(javax.xml.namespace.QName varname, java.lang.String value) throws XQTypeException
XQTypeException
void bindTime(javax.xml.namespace.QName varname, java.sql.Time value) throws XQTypeException
XQTypeException
void bindTimestamp(javax.xml.namespace.QName varname, java.sql.Timestamp value) throws XQTypeException
XQTypeException
void bindURI(javax.xml.namespace.QName varname, java.net.URI value) throws XQTypeException, XPathDTException
XQTypeException
XPathDTException
java.util.TimeZone getImplicitTimeZone()
void setImplicitTimeZone(java.util.TimeZone implicitTimeZone)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |