public static final class StatementCustomizers.MaxFieldSizeCustomizer extends Object implements StatementCustomizer
| Constructor and Description |
|---|
MaxFieldSizeCustomizer(int maxFieldSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeExecution(PreparedStatement stmt,
StatementContext ctx)
Make the changes you need to inside this method.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterExecutionpublic void beforeExecution(PreparedStatement stmt, StatementContext ctx) throws SQLException
StatementCustomizerbeforeExecution in interface StatementCustomizerstmt - Prepared statement being customizedctx - Statement context associated with the statement being customizedSQLException - go ahead and percolate it for jDBI to handleCopyright © 2017. All rights reserved.