Package org.ehrbase.aql.sql
Class QuerySteps
java.lang.Object
org.ehrbase.aql.sql.QuerySteps
Created by christian on 2/17/2017.
-
Constructor Summary
ConstructorsConstructorDescriptionQuerySteps(org.jooq.SelectQuery selectQuery, org.jooq.Condition whereCondition, List<LateralJoinDefinition> lateralJoins, String templateId) -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancompare(QuerySteps querySteps1, QuerySteps querySteps2) org.jooq.SelectQueryorg.jooq.Conditionstatic booleanisIncludedInList(QuerySteps querySteps, List<QuerySteps> queryStepsList) voidsetWhereCondition(org.jooq.Condition whereCondition)
-
Constructor Details
-
QuerySteps
public QuerySteps(org.jooq.SelectQuery selectQuery, org.jooq.Condition whereCondition, List<LateralJoinDefinition> lateralJoins, String templateId)
-
-
Method Details
-
getSelectQuery
public org.jooq.SelectQuery getSelectQuery() -
getWhereCondition
public org.jooq.Condition getWhereCondition() -
getTemplateId
-
getLateralJoins
-
setWhereCondition
public void setWhereCondition(org.jooq.Condition whereCondition) -
compare
-
isIncludedInList
-