Uses of Class
com.tailf.maapi.QueryResult
Package
Description
MAAPI is an API which provides full access to the systems internal
transaction engine.
-
Uses of QueryResult in com.tailf.maapi
Modifier and TypeMethodDescription<T extends ResultType>
QueryResult<T>Maapi.queryStart
(int tid, String expr, String context, int chunkSize, int offset, List<String> select, Class<T> cls) Initiate (or starts) a new XPath query attached to the transaction given intid
.<T extends ResultType>
QueryResult<T>Maapi.queryStart
(int tid, String expr, String context, int chunkSize, int offset, List<String> select, List<String> sort, boolean reverseSortOrder, Class<T> cls) Initiate (or starts) a new XPath query attached to the transaction given inth
.