Class ServerPrepareStatementCache

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<String,ServerPrepareResult>
org.mariadb.jdbc.internal.util.ServerPrepareStatementCache
All Implemented Interfaces:
Serializable, Cloneable, Map<String,ServerPrepareResult>

public final class ServerPrepareStatementCache extends LinkedHashMap<String,ServerPrepareResult>
See Also: