Uses of Interface
javax.xml.registry.Query
Packages that use Query
Package
Description
This package and its sub-packages describe the API classes and interfaces
for the Jakarta XML Registries API.
-
Uses of Query in javax.xml.registry
Methods in javax.xml.registry that return QueryModifier and TypeMethodDescriptionDeclarativeQueryManager.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.Methods in javax.xml.registry with parameters of type QueryModifier and TypeMethodDescriptionDeclarativeQueryManager.executeQuery(Query query) Executes a query as specified by query parameter.