Package org.ehrbase.aql.sql.binding
Class SuperQuery
- java.lang.Object
-
- org.ehrbase.aql.sql.binding.SuperQuery
-
public class SuperQuery extends Object
- Since:
- 1.0
- Author:
- Christian Chevalley, Renaud Subiger
-
-
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.SelectQuery<org.jooq.Record>select()org.jooq.SelectQuery<org.jooq.Record>selectOrderBy(List<OrderAttribute> orderAttributes)org.jooq.SelectQuery<org.jooq.Record>setOrderBy(List<OrderAttribute> orderAttributes, org.jooq.SelectQuery<org.jooq.Record> selectQuery)
-
-
-
Constructor Detail
-
SuperQuery
public SuperQuery(I_DomainAccess domainAccess, VariableDefinitions variableDefinitions, org.jooq.SelectQuery<?> query, boolean containsJson)
-
-
Method Detail
-
selectOrderBy
public org.jooq.SelectQuery<org.jooq.Record> selectOrderBy(List<OrderAttribute> orderAttributes)
-
setOrderBy
public org.jooq.SelectQuery<org.jooq.Record> setOrderBy(List<OrderAttribute> orderAttributes, org.jooq.SelectQuery<org.jooq.Record> selectQuery)
-
select
public org.jooq.SelectQuery<org.jooq.Record> select()
-
isOutputWithJson
public boolean isOutputWithJson()
-
-