private static class VerifySignatures.ClassInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.Class |
derbyImplementation
Derby implementation class.
|
(package private) java.lang.Class |
jdbcInterface
JDBC interface which should be implemented.
|
| Constructor and Description |
|---|
ClassInfo(java.lang.Class imp,
java.lang.Class iface)
Creates a new
ClassInfo instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object x)
Checks whether this object is equal to another object.
|
int |
hashCode()
Calculate hash code.
|
java.lang.Class derbyImplementation
java.lang.Class jdbcInterface
ClassInfo(java.lang.Class imp,
java.lang.Class iface)
ClassInfo instance.imp - the Derby implementation classiface - the JDBC interfacepublic boolean equals(java.lang.Object x)
equals in class java.lang.Objectx - another objecttrue if the objects are equal,
false otherwisepublic int hashCode()
hashCode in class java.lang.ObjectApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.