Package org.jdbi.v3.core.statement
Class DefineNamedBindingsStatementCustomizer.SetNullHandler
java.lang.Object
org.jdbi.v3.core.statement.DefineNamedBindingsStatementCustomizer.SetNullHandler
- All Implemented Interfaces:
InvocationHandler
- Enclosing class:
- DefineNamedBindingsStatementCustomizer
private static class DefineNamedBindingsStatementCustomizer.SetNullHandler
extends Object
implements InvocationHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final StatementContextprivate final PreparedStatementprivate booleanprivate boolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_VALUES
-
ctx
-
fakeStmt
-
setNull
private boolean setNull -
setCalled
private boolean setCalled
-
-
Constructor Details
-
SetNullHandler
SetNullHandler(StatementContext ctx)
-
-
Method Details
-
defaultValue
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
SQLException
-
define
-