Uses of Class
org.mariadb.jdbc.internal.util.dao.CallableStatementCacheKey

Packages that use CallableStatementCacheKey
org.mariadb.jdbc.internal.util   
 

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

Methods in org.mariadb.jdbc.internal.util with parameters of type CallableStatementCacheKey
 CallableStatement CallableStatementCache.putIfNone(CallableStatementCacheKey key, CallableStatement value)
          Add prepared statement to cache.
 

Method parameters in org.mariadb.jdbc.internal.util with type arguments of type CallableStatementCacheKey
protected  boolean CallableStatementCache.removeEldestEntry(Map.Entry<CallableStatementCacheKey,CallableStatement> eldest)
           
 



Copyright © 2017. All rights reserved.