public class NoOpStatementRewriter extends Object implements StatementRewriter
| Constructor and Description | 
|---|
| NoOpStatementRewriter() | 
| Modifier and Type | Method and Description | 
|---|---|
| RewrittenStatement | rewrite(String sql,
       Binding params,
       StatementContext ctx)Munge up the SQL as desired. | 
public RewrittenStatement rewrite(String sql, Binding params, StatementContext ctx)
StatementRewriterrewrite in interface StatementRewritersql - 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.