Uses of Interface
org.mariadb.jdbc.client.PrepareCache
Packages that use PrepareCache
-
Uses of PrepareCache in org.mariadb.jdbc.client.context
Fields in org.mariadb.jdbc.client.context declared as PrepareCacheModifier and TypeFieldDescriptionprivate final PrepareCache
BaseContext.prepareCache
LRU prepare cache objectConstructors in org.mariadb.jdbc.client.context with parameters of type PrepareCacheModifierConstructorDescriptionBaseContext
(HostAddress hostAddress, InitialHandshakePacket handshake, long clientCapabilities, Configuration conf, ExceptionFactory exceptionFactory, PrepareCache prepareCache) Constructor of connection contextRedoContext
(HostAddress hostAddress, InitialHandshakePacket handshake, long clientCapabilities, Configuration conf, ExceptionFactory exceptionFactory, PrepareCache prepareCache) Constructor -
Uses of PrepareCache in org.mariadb.jdbc.client.impl
Classes in org.mariadb.jdbc.client.impl that implement PrepareCache