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 Details

    • WhereTemporal

      public WhereTemporal(List<Object> whereItems)
  • Method Details

    • containsTemporalItem

      public boolean containsTemporalItem(VariableDefinition variableDefinition)