Package org.ehrbase.api.dto
Interface AqlQueryContext
public interface AqlQueryContext
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumstatic interface -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.ehrbase.openehr.sdk.response.dto.MetaDatacreateMetaData(URI location) booleanisDryRun()voidsetExecutedAql(String executedAql) voidsetMetaProperty(AqlQueryContext.MetaProperty property, Object value) booleanbooleanboolean
-
Field Details
-
OPENEHR_REST_API_VERSION
- See Also:
-
-
Method Details
-
createMetaData
-
showExecutedAql
boolean showExecutedAql() -
isDryRun
boolean isDryRun() -
showExecutedSql
boolean showExecutedSql() -
showQueryPlan
boolean showQueryPlan() -
setExecutedAql
-
setMetaProperty
-