public interface AutoBindParams
StatementAdapter
automatically.Modifier and Type | Method and Description |
---|---|
void |
on()
Bind all parameters from
Queryable to StatementAdapter automatically |
int |
onBulk()
Grouping multiple
insert |update | delete statements
into a single Prepared Statement. |
void on()
Queryable
to StatementAdapter
automaticallyParameterException
- when a parameter values not correspond the type expectedint onBulk()
insert
|update
| delete
statements
into a single Prepared Statement.Note:
-2
no count of the number of rows it affected is available
-3
indicating that an error occurred while executing a bulk statement
ParameterException
- when a parameter values not correspond the type expectedCopyright © 2012–2020 jkniv, copyleft code. All rights reserved.