Interface MetaData.AdditionalProperty<T>
- Type Parameters:
T- of the additional property.
- All Known Subinterfaces:
MetaData.AdditionalProperty.BooleanProperty,MetaData.AdditionalProperty.IntegerProperty,MetaData.AdditionalProperty.JSONProperty,MetaData.AdditionalProperty.StringProperty
- Enclosing class:
- MetaData
Allows to store and retrieve
MetaData additional property in a type safe manner.- See Also:
-
MetaData.setAdditionalProperty(String, Object)
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MetaData.AdditionalProperty.BooleanPropertyehrbase execution-option result - dry_run statusstatic final MetaData.AdditionalProperty.StringPropertyehrbase execution-option result - executed SQLstatic final MetaData.AdditionalProperty.IntegerPropertyExtracted from the queryfetchparameter or from the server default.static final MetaData.AdditionalProperty.IntegerPropertyExtracted from the querylimitparameter.static final MetaData.AdditionalProperty.JSONPropertyehrbase execution-option result - query plan jsonstatic final MetaData.AdditionalProperty.IntegerPropertySize of the returned rows. -
Method Summary
-
Field Details
-
fetch
Extracted from the queryfetchparameter or from the server default.Not part of the standard spec, but returned by openEHR since version
1.0.0for debugging purposes. -
offset
Extracted from the querylimitparameter.Not part of the standard spec, but returned by openEHR since version
1.0.0for debugging purposes. -
resultSize
Size of the returned rows. -
dryRun
ehrbase execution-option result - dry_run status -
executedSQL
ehrbase execution-option result - executed SQL -
queryPlan
ehrbase execution-option result - query plan json
-
-
Method Details
-
getName
String getName()name of the JSON property field.
-