| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectnet.sf.saxon.xqj.SaxonXQDynamicContextField Summary | |
protected SaxonXQConnection | |
Method Summary | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
protected abstract void | |
protected abstract SaxonXQDataFactory | |
protected abstract DynamicQueryContext | |
TimeZone | |
void |
|
public void bindAtomicValue(QName varname,
String value,
XQItemType type)
throws XQException
- Specified by:
- bindAtomicValue in interface XQDynamicContext
public void bindBoolean(QName varname,
boolean value,
XQItemType type)
throws XQException
- Specified by:
- bindBoolean in interface XQDynamicContext
public void bindByte(QName varname,
byte value,
XQItemType type)
throws XQException
- Specified by:
- bindByte in interface XQDynamicContext
public void bindDocument(QName varname,
InputStream value,
XQItemType type)
throws XQException
- Specified by:
- bindDocument in interface XQDynamicContext
public void bindDocument(QName varname,
Reader value,
XQItemType type)
throws XQException
- Specified by:
- bindDocument in interface XQDynamicContext
public void bindDocument(QName varname,
Source value,
XQItemType type)
throws XQException
- Specified by:
- bindDocument in interface XQDynamicContext
public void bindDocument(QName varname,
String value,
XQItemType type)
throws XQException
- Specified by:
- bindDocument in interface XQDynamicContext
public void bindDocument(QName varname,
XMLReader value,
XQItemType type)
throws XQException
- Specified by:
- bindDocument in interface XQDynamicContext
public void bindDocument(QName varname,
XMLStreamReader value,
XQItemType type)
throws XQException
- Specified by:
- bindDocument in interface XQDynamicContext
public void bindDouble(QName varname,
double value,
XQItemType type)
throws XQException
- Specified by:
- bindDouble in interface XQDynamicContext
public void bindFloat(QName varname,
float value,
XQItemType type)
throws XQException
- Specified by:
- bindFloat in interface XQDynamicContext
public void bindInt(QName varname,
int value,
XQItemType type)
throws XQException
- Specified by:
- bindInt in interface XQDynamicContext
public void bindItem(QName varname,
XQItem value)
throws XQException
- Specified by:
- bindItem in interface XQDynamicContext
public void bindLong(QName varname,
long value,
XQItemType type)
throws XQException
- Specified by:
- bindLong in interface XQDynamicContext
public void bindNode(QName varname,
Node value,
XQItemType type)
throws XQException
- Specified by:
- bindNode in interface XQDynamicContext
public void bindObject(QName varname,
Object value,
XQItemType type)
throws XQException
- Specified by:
- bindObject in interface XQDynamicContext
public void bindSequence(QName varname,
XQSequence value)
throws XQException
- Specified by:
- bindSequence in interface XQDynamicContext
public void bindShort(QName varname,
short value,
XQItemType type)
throws XQException
- Specified by:
- bindShort in interface XQDynamicContext
public void bindString(QName varname,
String value,
XQItemType type)
throws XQException
- Specified by:
- bindString in interface XQDynamicContext
public TimeZone getImplicitTimeZone()
throws XQException
- Specified by:
- getImplicitTimeZone in interface XQDynamicContext
public void setImplicitTimeZone(TimeZone implicitTimeZone)
throws XQException
- Specified by:
- setImplicitTimeZone in interface XQDynamicContext