Uses of Class
org.mariadb.jdbc.internal.util.ServerPrepareStatementCache

Packages that use ServerPrepareStatementCache
org.mariadb.jdbc.internal.protocol   
org.mariadb.jdbc.internal.util   
 

Uses of ServerPrepareStatementCache in org.mariadb.jdbc.internal.protocol
 

Fields in org.mariadb.jdbc.internal.protocol declared as ServerPrepareStatementCache
protected  ServerPrepareStatementCache AbstractConnectProtocol.serverPrepareStatementCache
           
 

Methods in org.mariadb.jdbc.internal.protocol that return ServerPrepareStatementCache
 ServerPrepareStatementCache Protocol.prepareStatementCache()
           
 ServerPrepareStatementCache AbstractConnectProtocol.prepareStatementCache()
           
 

Uses of ServerPrepareStatementCache in org.mariadb.jdbc.internal.util
 

Methods in org.mariadb.jdbc.internal.util that return ServerPrepareStatementCache
static ServerPrepareStatementCache ServerPrepareStatementCache.newInstance(int size, Protocol protocol)
           
 



Copyright © 2017. All rights reserved.