io.helidon.data.clients.jdbc.properties.jdbc.ParameterCountCacheConfig
Description
Configuration for data.clients.jdbc.properties.jdbc.parameter-count-cache
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
capacity | Integer | 256 | The maximum number of SQL marker counts retained by this client must be between zero and 4096 inclusive, where zero disables retention while marker validation continues |
max- | Integer | 4096 | The maximum SQL string length admitted to the parameter count cache must be a positive number of UTF-16 code units and its product with the cache capacity must not exceed 16,777,216 code units, but SQL longer than this value remains executable and is scanned without being retained |
Usages
See the manifest for all available types.