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 PrepareCacheBaseContext. prepareCacheMethods in org.mariadb.jdbc.client.context that return PrepareCache Modifier and Type Method Description PrepareCacheBaseContext. getPrepareCache()PrepareCacheContext. 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)
-