Package org.ehrbase.aql.sql.binding
Class WhereTemporal
- java.lang.Object
-
- org.ehrbase.aql.sql.binding.WhereTemporal
-
public class WhereTemporal extends Object
check if a where variable represents a temporal object. This is used to apply proper type casting and relevant operator using EPOCH_OFFSET instead of string value when dealing with date/time comparison in json structure
-
-
Constructor Summary
Constructors Constructor Description WhereTemporal(List<Object> whereItems)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsTemporalItem(VariableDefinition variableDefinition)
-
-
-
Method Detail
-
containsTemporalItem
public boolean containsTemporalItem(VariableDefinition variableDefinition)
-
-