Uses of Interface
javax.xml.registry.Query

Packages that use Query
com.sun.xml.registry.uddi   
javax.xml.registry   
 

Uses of Query in com.sun.xml.registry.uddi
 

Methods in com.sun.xml.registry.uddi that return Query
 Query DeclarativeQueryManagerImpl.createQuery(int queryType, String queryString)
          Creates a Query object given a queryType (e.g.
 

Methods in com.sun.xml.registry.uddi with parameters of type Query
 BulkResponse DeclarativeQueryManagerImpl.executeQuery(Query query)
          Execute a query as specified by query paramater.
 

Uses of Query in javax.xml.registry
 

Methods in javax.xml.registry that return Query
 Query DeclarativeQueryManager.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 Query
 BulkResponse DeclarativeQueryManager.executeQuery(Query query)
          Executes a query as specified by query parameter.
 



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.