public interface RewrittenStatement
StatementRewriter.rewrite(String, Binding, StatementContext) calls| Modifier and Type | Method and Description |
|---|---|
void |
bind(Binding params,
PreparedStatement statement)
Binds a set of parameters to a prepared statement.
|
String |
getSql() |
void bind(Binding params, PreparedStatement statement) throws SQLException
params - the parameters to bind to the statementstatement - the prepared statement to bind the parameters to.SQLException - if anything goes wrongString getSql()
Copyright © 2017. All rights reserved.