io.helidon.data.clients.jdbc.properties.jdbc.ParameterCountCacheConfig

Description

Configuration for data.clients.jdbc.properties.jdbc.parameter-count-cache

Configuration options

KeyTypeDefaultDescription
capacityInteger256The 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-sql-lengthInteger4096The 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.

Copyright © 2018, 2026 Oracle and/or its affiliates.