Modifier and Type | Method and Description |
---|---|
BatchBindStep |
bind(java.lang.Object... bindValues)
Set bind values on the batch statement.
|
BatchBindStep |
bind(java.lang.Object[][] bindValues)
Set several bind values on the batch statement.
|
BatchBindStep bind(java.lang.Object... bindValues)
BatchBindStep bind(java.lang.Object[][] bindValues)
This is the same as calling bind(Object...)
several times.
Copyright © 2014. All Rights Reserved.