Package org.ehrbase.aql.sql.binding
Class SuperQuery
- java.lang.Object
-
- org.ehrbase.aql.sql.binding.SuperQuery
-
public class SuperQuery extends Object
Created by christian on 9/20/2017.
-
-
Constructor Summary
Constructors Constructor Description SuperQuery(I_DomainAccess domainAccess, VariableDefinitions variableDefinitions, org.jooq.SelectQuery query, boolean containsJson)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisOutputWithJson()org.jooq.SelectQueryselect()org.jooq.SelectQueryselectOrderBy(List<OrderAttribute> orderAttributes)org.jooq.SelectQuerysetOrderBy(List<OrderAttribute> orderAttributes, org.jooq.SelectQuery selectQuery)
-
-
-
Constructor Detail
-
SuperQuery
public SuperQuery(I_DomainAccess domainAccess, VariableDefinitions variableDefinitions, org.jooq.SelectQuery query, boolean containsJson)
-
-
Method Detail
-
selectOrderBy
public org.jooq.SelectQuery selectOrderBy(List<OrderAttribute> orderAttributes)
-
setOrderBy
public org.jooq.SelectQuery setOrderBy(List<OrderAttribute> orderAttributes, org.jooq.SelectQuery selectQuery)
-
select
public org.jooq.SelectQuery select()
-
isOutputWithJson
public boolean isOutputWithJson()
-
-