public interface StatementRewriter
| Modifier and Type | Method and Description | 
|---|---|
| RewrittenStatement | rewrite(String sql,
       Binding params,
       StatementContext ctx)Munge up the SQL as desired. | 
RewrittenStatement rewrite(String sql, Binding params, StatementContext ctx)
sql - The SQL to rewriteparams - contains the arguments which have been bound to this statement.ctx - The statement context for the statement being executedCopyright © 2018. All rights reserved.