Uses of Class
org.mariadb.jdbc.client.PrepareCache
-
Packages that use PrepareCache Package Description org.mariadb.jdbc.client.context -
-
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
Methods in org.mariadb.jdbc.client.context that return PrepareCache Modifier and Type Method Description PrepareCache
BaseContext. getPrepareCache()
PrepareCache
Context. getPrepareCache()
Constructors in org.mariadb.jdbc.client.context with parameters of type PrepareCache Constructor Description BaseContext(InitialHandshakePacket handshake, long clientCapabilities, Configuration conf, ExceptionFactory exceptionFactory, PrepareCache prepareCache)
RedoContext(InitialHandshakePacket handshake, long clientCapabilities, Configuration conf, ExceptionFactory exceptionFactory, PrepareCache prepareCache)
-