|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fraunhofer.ipsi.ipsixq.api.impl.XQAbstractExprCommons
public class XQAbstractExprCommons
Constructor Summary | |
---|---|
XQAbstractExprCommons()
|
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. |
void |
cancel()
Attempts to cancel the execution of the XQExpression if both the XQuery data source and the XQJ driver support aborting the execution of an XQExpression. |
void |
clearWarnings()
Clears the list of warnings associated with this expression. |
void |
close()
Closes the expression object and release associated resources. |
java.util.TimeZone |
getImplicitTimeZone()
Gets the implicit timezone. |
int |
getQueryTimeout()
Retrieves the number of seconds that the driver will wait for the expression to execute. |
XQWarning |
getWarnings()
Gets the first warning in a chained list of warnings associated with this expression. |
boolean |
isClosed()
Checks if the expression is in a closed state. |
void |
setImplicitTimeZone(java.util.TimeZone implicitTimeZone)
Sets the implicit timezone. |
void |
setQueryTimeout(int seconds)
Sets the number of seconds the driver will wait for the expression to execute. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XQAbstractExprCommons()
Method Detail |
---|
public void cancel() throws XQException
XQExprCommons
cancel
in interface XQExprCommons
XQException
public void clearWarnings() throws XQException
XQExprCommons
clearWarnings
in interface XQExprCommons
XQException
public void close() throws XQException
XQExprCommons
close
in interface XQExprCommons
XQException
public int getQueryTimeout() throws XQException
XQExprCommons
getQueryTimeout
in interface XQExprCommons
XQException
public XQWarning getWarnings() throws XQException
XQExprCommons
getWarnings
in interface XQExprCommons
XQException
public boolean isClosed()
XQExprCommons
isClosed
in interface XQExprCommons
public void setQueryTimeout(int seconds) throws XQException
XQExprCommons
setQueryTimeout
in interface XQExprCommons
XQException
public void bindBase64Binary(javax.xml.namespace.QName varname, java.lang.Byte[] value) throws XQTypeException
XQDynamicContext
bindBase64Binary
in interface XQDynamicContext
XQTypeException
public void bindBoolean(javax.xml.namespace.QName varname, boolean value) throws XQTypeException
XQDynamicContext
bindBoolean
in interface XQDynamicContext
XQTypeException
public void bindByte(javax.xml.namespace.QName varname, byte value) throws XQTypeException
XQDynamicContext
bindByte
in interface XQDynamicContext
XQTypeException
public void bindContextItem(XQItem contextitem) throws XQTypeException
XQDynamicContext
bindContextItem
in interface XQDynamicContext
XQTypeException
public void bindDecimal(javax.xml.namespace.QName varname, java.math.BigDecimal value) throws XQTypeException
XQDynamicContext
bindDecimal
in interface XQDynamicContext
XQTypeException
public void bindDouble(javax.xml.namespace.QName varname, double value) throws XQTypeException
XQDynamicContext
bindDouble
in interface XQDynamicContext
XQTypeException
public void bindFloat(javax.xml.namespace.QName varname, float value) throws XQTypeException
XQDynamicContext
bindFloat
in interface XQDynamicContext
XQTypeException
public void bindHexBinary(javax.xml.namespace.QName varname, java.lang.Byte[] value) throws XQTypeException
XQDynamicContext
bindHexBinary
in interface XQDynamicContext
XQTypeException
public void bindInt(javax.xml.namespace.QName varname, int value) throws XQTypeException
XQDynamicContext
bindInt
in interface XQDynamicContext
XQTypeException
public void bindItem(javax.xml.namespace.QName varname, XQItem item) throws XQTypeException
XQDynamicContext
bindItem
in interface XQDynamicContext
XQTypeException
public void bindLexicalValue(javax.xml.namespace.QName varname, java.lang.String value, XQItemType type) throws XQTypeException
XQDynamicContext
bindLexicalValue
in interface XQDynamicContext
XQTypeException
public void bindLong(javax.xml.namespace.QName varname, long value) throws XQTypeException
XQDynamicContext
bindLong
in interface XQDynamicContext
XQTypeException
public void bindNode(javax.xml.namespace.QName varname, org.w3c.dom.Node node) throws XQTypeException
XQDynamicContext
bindNode
in interface XQDynamicContext
XQTypeException
public void bindNotation(javax.xml.namespace.QName varname, java.lang.String value) throws XQTypeException
XQDynamicContext
bindNotation
in interface XQDynamicContext
XQTypeException
public void bindSequence(javax.xml.namespace.QName varname, XQSequence seq) throws XQTypeException
XQDynamicContext
bindSequence
in interface XQDynamicContext
XQTypeException
public void bindString(javax.xml.namespace.QName varname, java.lang.String value) throws XQTypeException
XQDynamicContext
bindString
in interface XQDynamicContext
XQTypeException
public void bindTime(javax.xml.namespace.QName varname, java.sql.Time value) throws XQTypeException
XQDynamicContext
bindTime
in interface XQDynamicContext
XQTypeException
public void bindTimestamp(javax.xml.namespace.QName varname, java.sql.Timestamp value) throws XQTypeException
XQDynamicContext
bindTimestamp
in interface XQDynamicContext
XQTypeException
public void bindURI(javax.xml.namespace.QName varname, java.net.URI value) throws XQTypeException, XPathDTException
XQDynamicContext
bindURI
in interface XQDynamicContext
XQTypeException
XPathDTException
public java.util.TimeZone getImplicitTimeZone()
XQDynamicContext
getImplicitTimeZone
in interface XQDynamicContext
public void setImplicitTimeZone(java.util.TimeZone implicitTimeZone)
XQDynamicContext
setImplicitTimeZone
in interface XQDynamicContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |