public interface RewrittenStatement
StatementRewriter.rewrite(String, org.skife.jdbi.v2.Binding, org.skife.jdbi.v2.StatementContext)
callsModifier and Type | Method and Description |
---|---|
void |
bind(Binding params,
PreparedStatement statement)
Called to bind a set of parameters to a prepared statement.
|
String |
getSql()
Obtain the SQL in valid (rewritten) form to be used to prepare a statement
|
void bind(Binding params, PreparedStatement statement) throws SQLException
params
- statement
- SQLException
String getSql()
Copyright © 2018. All rights reserved.