Package org.jdbi.v3.core.statement
Class DefineNamedBindingsStatementCustomizer
- java.lang.Object
-
- org.jdbi.v3.core.statement.DefineNamedBindingsStatementCustomizer
-
- All Implemented Interfaces:
StatementCustomizer
class DefineNamedBindingsStatementCustomizer extends java.lang.Object implements StatementCustomizer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classDefineNamedBindingsStatementCustomizer.SetNullHandler
-
Constructor Summary
Constructors Constructor Description DefineNamedBindingsStatementCustomizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeTemplating(java.sql.PreparedStatement stmt, StatementContext ctx)Invoked prior to using the TemplateEngine to render sql from definitions.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jdbi.v3.core.statement.StatementCustomizer
afterExecution, beforeBinding, beforeExecution
-
-
-
-
Method Detail
-
beforeTemplating
public void beforeTemplating(java.sql.PreparedStatement stmt, StatementContext ctx)Description copied from interface:StatementCustomizerInvoked prior to using the TemplateEngine to render sql from definitions.- Specified by:
beforeTemplatingin interfaceStatementCustomizer- Parameters:
stmt- the statement we are about to renderctx- the context associated with the statement
-
-