parameters
Configuration options
| key | type | default value | description |
|---|---|---|---|
|
boolean |
|
Set all |
|
int |
|
String values with length above this limit will be bound
using java.sql.PreparedStatement.setCharacterStream(int, java.io.Reader, int)
if useStringBinding() is set to |
|
boolean |
|
Use java.sql.PreparedStatement.setTimestamp(int, java.sql.Timestamp)
to set java.time.LocalTime values when |
|
boolean |
|
Use java.sql.PreparedStatement.setBinaryStream(int, java.io.InputStream, int) binding
for |
|
boolean |
|
Use SQL |
|
boolean |
|
Use java.sql.PreparedStatement.setCharacterStream(int, java.io.Reader, int) binding
for String values with length above stringBindingSize() limit.
Default value is |