Interface DeclarativeQueryManager

  • All Superinterfaces:
    QueryManager

    public interface DeclarativeQueryManager
    extends QueryManager
    This interface provides the ability to execute declarative queries (e.g. SQL)
    Author:
    Farrukh S. Najmi
    • Method Detail

      • executeQuery

        BulkResponse executeQuery​(Query query)
                           throws JAXRException
        Executes a query as specified by query parameter.
        Capability Level: 1
        Parameters:
        query - the query to be executed
        Returns:
        the BulkResponse that is the result of the query
        Throws:
        JAXRException - If the Jakarta XML Registries provider encounters an internal error