Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
net.sf.saxon.xqj.SaxonXQDataFactory
net.sf.saxon.xqj.SaxonXQConnection
Method Summary | |
void |
|
void |
|
XQExpression | |
XQExpression |
|
boolean | |
Configuration | |
XQMetaData | |
XQStaticContext | |
boolean |
|
XQPreparedExpression |
|
XQPreparedExpression |
|
XQPreparedExpression |
|
XQPreparedExpression |
|
XQPreparedExpression |
|
XQPreparedExpression |
|
void |
|
void |
|
void |
|
public XQExpression createExpression() throws XQException
- Specified by:
- createExpression in interface XQConnection
public XQExpression createExpression(XQStaticContext properties) throws XQException
- Specified by:
- createExpression in interface XQConnection
public boolean getAutoCommit() throws XQException
- Specified by:
- getAutoCommit in interface XQConnection
public XQMetaData getMetaData() throws XQException
- Specified by:
- getMetaData in interface XQConnection
public XQStaticContext getStaticContext() throws XQException
- Specified by:
- getStaticContext in interface XQConnection
public XQPreparedExpression prepareExpression(InputStream xquery) throws XQException
- Specified by:
- prepareExpression in interface XQConnection
public XQPreparedExpression prepareExpression(InputStream xquery, XQStaticContext properties) throws XQException
- Specified by:
- prepareExpression in interface XQConnection
public XQPreparedExpression prepareExpression(Reader xquery) throws XQException
- Specified by:
- prepareExpression in interface XQConnection
public XQPreparedExpression prepareExpression(Reader xquery, XQStaticContext properties) throws XQException
- Specified by:
- prepareExpression in interface XQConnection
public XQPreparedExpression prepareExpression(String xquery) throws XQException
- Specified by:
- prepareExpression in interface XQConnection
public XQPreparedExpression prepareExpression(String xquery, XQStaticContext properties) throws XQException
- Specified by:
- prepareExpression in interface XQConnection
public void setAutoCommit(boolean autoCommit) throws XQException
- Specified by:
- setAutoCommit in interface XQConnection
public void setStaticContext(XQStaticContext properties) throws XQException
- Specified by:
- setStaticContext in interface XQConnection