Uses of Class
org.mariadb.jdbc.message.server.CachedPrepareResultPacket
Packages that use CachedPrepareResultPacket
-
Uses of CachedPrepareResultPacket in org.mariadb.jdbc.client
Methods in org.mariadb.jdbc.client that return CachedPrepareResultPacketModifier and TypeMethodDescriptionPrepareCache.get
(String key, ServerPreparedStatement preparedStatement) PrepareCache.put
(String key, CachedPrepareResultPacket result, ServerPreparedStatement preparedStatement) PrepareCache.put
(String key, PrepareResultPacket result) Methods in org.mariadb.jdbc.client with parameters of type CachedPrepareResultPacketModifier and TypeMethodDescriptionPrepareCache.put
(String key, CachedPrepareResultPacket result, ServerPreparedStatement preparedStatement) Method parameters in org.mariadb.jdbc.client with type arguments of type CachedPrepareResultPacketModifier and TypeMethodDescriptionboolean
PrepareCache.removeEldestEntry
(Map.Entry<String, CachedPrepareResultPacket> eldest)