Class TemporalWithTimeZone
- java.lang.Object
-
- org.ehrbase.aql.sql.queryimpl.attribute.RMObjectAttribute
-
- org.ehrbase.aql.sql.queryimpl.attribute.eventcontext.EventContextAttribute
-
- org.ehrbase.aql.sql.queryimpl.attribute.eventcontext.SimpleEventContextAttribute
-
- org.ehrbase.aql.sql.queryimpl.attribute.TemporalWithTimeZone
-
- All Implemented Interfaces:
IJoinBinder,IRMObjectAttribute
public class TemporalWithTimeZone extends SimpleEventContextAttribute
-
-
Field Summary
-
Fields inherited from class org.ehrbase.aql.sql.queryimpl.attribute.eventcontext.SimpleEventContextAttribute
tableField
-
Fields inherited from class org.ehrbase.aql.sql.queryimpl.attribute.RMObjectAttribute
compositionIdFieldSetup, ehrSetup, fieldContext, filterSetup, joinSetup
-
-
Constructor Summary
Constructors Constructor Description TemporalWithTimeZone(FieldResolutionContext fieldContext, JoinSetup joinSetup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRMObjectAttributeforTableField(org.jooq.TableField tableField)org.jooq.Field<?>sqlField()TemporalWithTimeZoneuseTimeZone(org.jooq.TableField tableField)-
Methods inherited from class org.ehrbase.aql.sql.queryimpl.attribute.RMObjectAttribute
aliased, as, defaultAliased, effectiveAlias
-
-
-
-
Constructor Detail
-
TemporalWithTimeZone
public TemporalWithTimeZone(FieldResolutionContext fieldContext, JoinSetup joinSetup)
-
-
Method Detail
-
sqlField
public org.jooq.Field<?> sqlField()
- Specified by:
sqlFieldin interfaceIRMObjectAttribute- Overrides:
sqlFieldin classSimpleEventContextAttribute
-
useTimeZone
public TemporalWithTimeZone useTimeZone(org.jooq.TableField tableField)
-
forTableField
public IRMObjectAttribute forTableField(org.jooq.TableField tableField)
- Specified by:
forTableFieldin interfaceIRMObjectAttribute- Overrides:
forTableFieldin classSimpleEventContextAttribute
-
-