Example usage for Java javax.xml.registry DeclarativeQueryManager fields, constructors, methods, implement or subclass
The text is from its open source code.
Query | createQuery(int queryType, String queryString) Creates a Query object given a queryType (for example, QUERY_TYPE_SQL) and a String that represents a query in the syntax appropriate for queryType. |
BulkResponse | executeQuery(Query query) Executes a query as specified by query parameter. |