Package org.jdbi.v3.core.statement
Class ArgumentBinder.Prepared
java.lang.Object
org.jdbi.v3.core.statement.ArgumentBinder
org.jdbi.v3.core.statement.ArgumentBinder.Prepared
- Enclosing class:
- ArgumentBinder
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jdbi.v3.core.statement.ArgumentBinder
ArgumentBinder.Prepared -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PreparedBatchprivate final Consumer<PreparedBinding>Fields inherited from class org.jdbi.v3.core.statement.ArgumentBinder
argumentFactoryByType, ctx, params, stmt -
Constructor Summary
ConstructorsConstructorDescriptionPrepared(PreparedBatch batch, ParsedParameters params, PreparedBinding preparedBindingTemplate) -
Method Summary
Modifier and TypeMethodDescription(package private) voidprivate Consumer<PreparedBinding>prepareBinder(PreparedBinding preparedBindingTemplate) Methods inherited from class org.jdbi.v3.core.statement.ArgumentBinder
argumentFactoryForType, bind, bindNamedCheck, bindPositional, missingNamedParameter, toArgument, typeOf, unwrap, wrapCheckedConsumer
-
Field Details
-
batch
-
preparedBinder
-
paramNames
-
-
Constructor Details
-
Prepared
Prepared(PreparedBatch batch, ParsedParameters params, PreparedBinding preparedBindingTemplate)
-
-
Method Details
-
prepareBinder
-
bindNamed
- Overrides:
bindNamedin classArgumentBinder
-