io.helidon.dbclient.jdbc.JdbcParametersConfig
Description
JDBC parameters setter configuration
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
use- | Boolean | true | Use java. binding for byte[] values |
use- | Boolean | true | Use java. binding for String values with length above #string limit |
timestamp- | Boolean | true | Use java. to set java. values when true or use java. when false |
string- | Integer | 1024 | String values with length above this limit will be bound using java. if #use is set to true |
use- | Boolean | false | Use SQL NCHAR, NVARCHAR or LONGNVARCHAR value conversion for String values |
set- | Boolean | true | Set all java. Date/Time values directly using java. |
See the manifest for all available types.