Interface AqlSqlQueryPostProcessor
public interface AqlSqlQueryPostProcessor
A post-processor that may modify the SelectQuery generated from the given AslRootQuery
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterBuildSqlQuery(AslRootQuery aslRootQuery, org.jooq.SelectQuery<org.jooq.Record> query)
-
Method Details
-
afterBuildSqlQuery
-