Class GenericJsonField
- java.lang.Object
-
- org.ehrbase.aql.sql.queryImpl.attribute.RMObjectAttribute
-
- org.ehrbase.aql.sql.queryImpl.value_field.GenericJsonField
-
- All Implemented Interfaces:
I_JoinBinder,I_RMObjectAttribute
public class GenericJsonField extends RMObjectAttribute
-
-
Field Summary
Fields Modifier and Type Field Description protected Optional<String>jsonPath-
Fields inherited from class org.ehrbase.aql.sql.queryImpl.attribute.RMObjectAttribute
compositionIdFieldSetup, ehrSetup, fieldContext, filterSetup, joinSetup
-
Fields inherited from interface org.ehrbase.aql.sql.binding.I_JoinBinder
composerRef, COMPOSITION_JOIN, compositionRecordTable, EHR_JOIN, ehrRecordTable, facilityRef, STATUS_JOIN, statusRecordTable, subjectRef, SYSTEM_JOIN, systemRecordTable
-
-
Constructor Summary
Constructors Constructor Description GenericJsonField(FieldResolutionContext fieldContext, JoinSetup joinSetup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericJsonFieldforJsonPath(String jsonPath)I_RMObjectAttributeforTableField(org.jooq.TableField tableField)org.jooq.FieldjsonField(String rmType, String plpgsqlFunction, org.jooq.Field... fields)org.jooq.FieldjsonField(String rmType, String plpgsqlFunction, org.jooq.TableField... tableFields)GenericJsonFieldsetJsonDataBlock(boolean jsonDataBlock)org.jooq.FieldsqlField()-
Methods inherited from class org.ehrbase.aql.sql.queryImpl.attribute.RMObjectAttribute
aliased, as, defaultAliased, effectiveAlias
-
-
-
-
Constructor Detail
-
GenericJsonField
public GenericJsonField(FieldResolutionContext fieldContext, JoinSetup joinSetup)
-
-
Method Detail
-
jsonField
public org.jooq.Field jsonField(String rmType, String plpgsqlFunction, org.jooq.TableField... tableFields)
-
jsonField
public org.jooq.Field jsonField(String rmType, String plpgsqlFunction, org.jooq.Field... fields)
-
sqlField
public org.jooq.Field sqlField()
-
forTableField
public I_RMObjectAttribute forTableField(org.jooq.TableField tableField)
-
forJsonPath
public GenericJsonField forJsonPath(String jsonPath)
-
setJsonDataBlock
public GenericJsonField setJsonDataBlock(boolean jsonDataBlock)
-
-