public interface IDermisBridge
Modifier and Type | Method and Description |
---|---|
IValue |
executeOperation(Query query)
Execute the operation based on
Query details |
Object |
executeQuery(Query query)
Executes query based on the
Query . |
Object executeQuery(Query query) throws DermisException
Query
. This API based on the query input
would delegate the query execution to the concerned query engine.query
- - string representing the queryDermisException
IValue executeOperation(Query query) throws DermisException
Query
detailsquery
- represent the query to be executed.DermisException
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.