Class SettingAttribute
- java.lang.Object
-
- org.ehrbase.aql.sql.queryimpl.attribute.RMObjectAttribute
-
- org.ehrbase.aql.sql.queryimpl.attribute.eventcontext.EventContextAttribute
-
- org.ehrbase.aql.sql.queryimpl.attribute.setting.SettingAttribute
-
- All Implemented Interfaces:
IJoinBinder,IRMObjectAttribute
public class SettingAttribute extends EventContextAttribute
-
-
Field Summary
Fields Modifier and Type Field Description protected Optional<String>jsonPathprotected org.jooq.FieldtableField-
Fields inherited from class org.ehrbase.aql.sql.queryimpl.attribute.RMObjectAttribute
compositionIdFieldSetup, ehrSetup, fieldContext, filterSetup, joinSetup
-
-
Constructor Summary
Constructors Constructor Description SettingAttribute(FieldResolutionContext fieldContext, JoinSetup joinSetup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRMObjectAttributeforJsonPath(String jsonPath)IRMObjectAttributeforTableField(org.jooq.TableField tableField)SettingAttributesetJsonDataBlock(boolean jsonDataBlock)org.jooq.Field<?>sqlField()-
Methods inherited from class org.ehrbase.aql.sql.queryimpl.attribute.RMObjectAttribute
aliased, as, defaultAliased, effectiveAlias
-
-
-
-
Constructor Detail
-
SettingAttribute
public SettingAttribute(FieldResolutionContext fieldContext, JoinSetup joinSetup)
-
-
Method Detail
-
sqlField
public org.jooq.Field<?> sqlField()
-
forTableField
public IRMObjectAttribute forTableField(org.jooq.TableField tableField)
-
forJsonPath
public IRMObjectAttribute forJsonPath(String jsonPath)
-
setJsonDataBlock
public SettingAttribute setJsonDataBlock(boolean jsonDataBlock)
-
-