Uses of Interface
org.mariadb.jdbc.client.PrepareCache
-
Packages that use PrepareCache Package Description org.mariadb.jdbc.client.context org.mariadb.jdbc.client.impl -
-
Uses of PrepareCache in org.mariadb.jdbc.client.context
Fields in org.mariadb.jdbc.client.context declared as PrepareCache Modifier and Type Field Description private PrepareCache
BaseContext. prepareCache
LRU prepare cache objectConstructors in org.mariadb.jdbc.client.context with parameters of type PrepareCache Constructor Description BaseContext(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 Modifier and Type Class Description class
PrepareCache
LRU prepare cache
-