public class HashPrefixStatementRewriter extends Object implements StatementRewriter
Constructor and Description |
---|
HashPrefixStatementRewriter() |
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)
rewrite
in interface StatementRewriter
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.