Annotation Interface QueryResult
Defines query result for database query execution. Is query result type is TABULAR it means default query result
and JSON will mean result will contain single column with the JSON value.
- Since:
- 4.0.0
- Author:
- radovanradic
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Field Details
-
DEFAULT_COLUMN
-
-
Element Details
-
column
-
jsonDataType
JsonDataType jsonDataType- Returns:
- The JSON data type that resulting column will hold. It helps to pick proper column reader based on result data type
- Default:
DEFAULT
-
type
QueryResult.Type type- Returns:
- The query result type
-