Class SimpleAttribute
- java.lang.Object
-
- org.ehrbase.aql.sql.queryImpl.attribute.RMObjectAttribute
-
- org.ehrbase.aql.sql.queryImpl.attribute.composition.CompositionAttribute
-
- org.ehrbase.aql.sql.queryImpl.value_field.SimpleAttribute
-
- All Implemented Interfaces:
I_JoinBinder,I_RMObjectAttribute
public class SimpleAttribute extends CompositionAttribute
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jooq.FieldtableField-
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 SimpleAttribute(FieldResolutionContext fieldContext, JoinSetup joinSetup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleAttributeforTableField(String pgtype, org.jooq.Field tableField)I_RMObjectAttributeforTableField(org.jooq.TableField tableField)org.jooq.Field<?>sqlField()-
Methods inherited from class org.ehrbase.aql.sql.queryImpl.attribute.RMObjectAttribute
aliased, as, defaultAliased, effectiveAlias
-
-
-
-
Constructor Detail
-
SimpleAttribute
public SimpleAttribute(FieldResolutionContext fieldContext, JoinSetup joinSetup)
-
-
Method Detail
-
sqlField
public org.jooq.Field<?> sqlField()
-
forTableField
public I_RMObjectAttribute forTableField(org.jooq.TableField tableField)
-
forTableField
public SimpleAttribute forTableField(String pgtype, org.jooq.Field tableField)
-
-