|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface XmlDb.XQuerySearchCriteria
XQuery search criteria.
Method Summary | |
---|---|
boolean |
expectDocument()
If true then a single XML document is expected as the results of the XQuery, otherwise a set of results is expected. |
int |
getPage()
Get the page of search results to return. |
int |
getPageSize()
Get the desired page size. |
java.util.Map<java.lang.String,java.lang.Object> |
getVariables()
Get a Map of XQuery variable names to their associated values. |
java.lang.String |
getXQuery()
Get the XQuery to execute. |
boolean |
queryPlan()
If true then return just an implementation-specific query plan for the XQuery. |
Method Detail |
---|
java.lang.String getXQuery()
boolean expectDocument()
boolean queryPlan()
java.util.Map<java.lang.String,java.lang.Object> getVariables()
int getPage()
int getPageSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |