Java javax.xml.registry DeclarativeQueryManager fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.registry DeclarativeQueryManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.registry DeclarativeQueryManager.

The text is from its open source code.

Implementation

javax.xml.registry.DeclarativeQueryManager has the following implementations.
Click this link to see all its implementation.

Method

QuerycreateQuery(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.
BulkResponseexecuteQuery(Query query)
Executes a query as specified by query parameter.