Class CallableQueryKey

java.lang.Object
org.postgresql.core.BaseQueryKey
org.postgresql.core.CallableQueryKey
All Implemented Interfaces:
CanEstimateSize

class CallableQueryKey extends BaseQueryKey
Serves as a cache key for CallableStatement. Callable statements require some special parsing before use (due to JDBC {?= call...} syntax, thus a special cache key class is used to trigger proper parsing for callable statements.