public interface RewrittenStatement
StatementRewriter.rewrite(String, org.skife.jdbi.v2.Binding, org.skife.jdbi.v2.StatementContext) calls| Modifier 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 - SQLExceptionString getSql()
Copyright © 2018. All rights reserved.