org.mariadb.jdbc.internal.util.dao
Class PrepareStatementCacheKey

java.lang.Object
  extended by org.mariadb.jdbc.internal.util.dao.PrepareStatementCacheKey

public class PrepareStatementCacheKey
extends Object


Constructor Summary
PrepareStatementCacheKey(String database, String query)
           
 
Method Summary
 boolean equals(Object object)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrepareStatementCacheKey

public PrepareStatementCacheKey(String database,
                                String query)
Method Detail

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2017. All rights reserved.