Interface QueryExtension<Q extends org.jooq.Query>

  • Type Parameters:
    Q -
    All Superinterfaces:
    java.lang.AutoCloseable

    public interface QueryExtension<Q extends org.jooq.Query>
    extends java.lang.AutoCloseable
    See SelectQueryExtender for instructions of using this interface
    • Field Detail

      • JOIN_TEMP_TABLE_LIMIT

        static final java.lang.Integer JOIN_TEMP_TABLE_LIMIT
    • Method Detail

      • getQuery

        Q getQuery()
        Returns:
        the query this extension is applied to
      • close

        void close()
        Specified by:
        close in interface java.lang.AutoCloseable