Interface Query<E>

    • Method Detail

      • getConditionSql

        String getConditionSql()
      • getConditionParams

        io.vertx.sqlclient.Tuple getConditionParams()
      • orderBy

        default Query<E> orderBy​(Order<E>... orders)
      • limit

        Query<E> limit​(int limit)
      • limit

        int limit()
      • offset

        Query<E> offset​(long offset)
      • offset

        long offset()