Class SuperQuery


  • public class SuperQuery
    extends Object
    Since:
    1.0
    Author:
    Christian Chevalley, Renaud Subiger
    • Constructor Detail

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