Class ConnectionImpl.CompoundCacheKey

java.lang.Object
com.mysql.jdbc.ConnectionImpl.CompoundCacheKey
Enclosing class:
ConnectionImpl

static class ConnectionImpl.CompoundCacheKey extends Object
Used as a key for caching callable statements which (may) depend on current catalog...In 5.0.x, they don't (currently), but stored procedure names soon will, so current catalog is a (hidden) component of the name.
  • Field Details

    • componentOne

      final String componentOne
    • componentTwo

      final String componentTwo
    • hashCode

      final int hashCode
  • Constructor Details

    • CompoundCacheKey

      CompoundCacheKey(String partOne, String partTwo)
  • Method Details