Package org.jdbi.v3.core.statement
Class DefineNamedBindingsStatementCustomizer
java.lang.Object
org.jdbi.v3.core.statement.DefineNamedBindingsStatementCustomizer
- All Implemented Interfaces:
StatementCustomizer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeTemplating(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, waitMethods inherited from interface org.jdbi.v3.core.statement.StatementCustomizer
afterExecution, beforeBinding, beforeExecution
-
Constructor Details
-
DefineNamedBindingsStatementCustomizer
DefineNamedBindingsStatementCustomizer()
-
-
Method Details
-
beforeTemplating
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
-