Package org.ehrbase.aql.sql.binding
Class SuperQuery
java.lang.Object
org.ehrbase.aql.sql.binding.SuperQuery
- Since:
- 1.0
- Author:
- Christian Chevalley, Renaud Subiger
-
Constructor Summary
ConstructorsConstructorDescriptionSuperQuery(I_DomainAccess domainAccess, VariableDefinitions variableDefinitions, org.jooq.SelectQuery<?> query, boolean containsJson) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.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 Details
-
SuperQuery
public SuperQuery(I_DomainAccess domainAccess, VariableDefinitions variableDefinitions, org.jooq.SelectQuery<?> query, boolean containsJson)
-
-
Method Details
-
selectOrderBy
-
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()
-