|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XQExpression
Method Summary | |
---|---|
void |
executeCommand(java.io.Reader cmd)
Executes a function definition or a non-query expression. |
void |
executeCommand(java.lang.String cmd)
Executes a function definition or a non-query expression. |
XQResultSequence |
executeQuery(java.io.Reader query)
Executes a query expression. |
XQResultSequence |
executeQuery(java.lang.String query)
Executes a query expression. |
int |
getQueryLanguageTypeAndVersion()
Gets the query language type and version. |
Methods inherited from interface javax.xml.xquery.XQExprCommons |
---|
cancel, clearWarnings, close, getQueryTimeout, getWarnings, isClosed, setQueryTimeout |
Methods inherited from interface javax.xml.xquery.XQDynamicContext |
---|
bindBase64Binary, bindBoolean, bindByte, bindContextItem, bindDecimal, bindDouble, bindFloat, bindHexBinary, bindInt, bindItem, bindLexicalValue, bindLong, bindNode, bindNotation, bindSequence, bindString, bindTime, bindTimestamp, bindURI, getImplicitTimeZone, setImplicitTimeZone |
Method Detail |
---|
void executeCommand(java.io.Reader cmd) throws XQException
XQException
void executeCommand(java.lang.String cmd) throws XQException
XQException
XQResultSequence executeQuery(java.io.Reader query) throws XQException
XQException
XQResultSequence executeQuery(java.lang.String query) throws XQException
XQException
int getQueryLanguageTypeAndVersion() throws XQException
XQException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |