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 Details

  • Method Details

    • 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()