Interface AqlSqlQueryPostProcessor


public interface AqlSqlQueryPostProcessor
A post-processor that may modify the SelectQuery generated from the given AslRootQuery
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterBuildSqlQuery(AslRootQuery aslRootQuery, org.jooq.SelectQuery<org.jooq.Record> query)
     
  • Method Details

    • afterBuildSqlQuery

      void afterBuildSqlQuery(AslRootQuery aslRootQuery, org.jooq.SelectQuery<org.jooq.Record> query)