Uses of Interface
org.mariadb.jdbc.client.PrepareCache
Packages that use PrepareCache
Package
Description
-
Uses of PrepareCache in org.mariadb.jdbc.client
Methods in org.mariadb.jdbc.client that return PrepareCache -
Uses of PrepareCache in org.mariadb.jdbc.client.context
Fields in org.mariadb.jdbc.client.context declared as PrepareCacheModifier and TypeFieldDescriptionprivate final PrepareCacheBaseContext.prepareCacheLRU prepare cache objectMethods in org.mariadb.jdbc.client.context that return PrepareCacheConstructors 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