Class DatabaseMetaData.IndexMetaDataKey
java.lang.Object
com.mysql.jdbc.DatabaseMetaData.IndexMetaDataKey
- All Implemented Interfaces:
Comparable<DatabaseMetaData.IndexMetaDataKey>
- Enclosing class:
DatabaseMetaData
protected class DatabaseMetaData.IndexMetaDataKey
extends Object
implements Comparable<DatabaseMetaData.IndexMetaDataKey>
Helper class to provide means of comparing indexes by NON_UNIQUE, TYPE, INDEX_NAME, and ORDINAL_POSITION.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIndexMetaDataKey(boolean columnNonUnique, short columnType, String columnIndexName, short columnOrdinalPosition) -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(DatabaseMetaData.IndexMetaDataKey indexInfoKey) booleaninthashCode()
-
Field Details
-
Constructor Details
-
IndexMetaDataKey
IndexMetaDataKey(boolean columnNonUnique, short columnType, String columnIndexName, short columnOrdinalPosition)
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<DatabaseMetaData.IndexMetaDataKey>
-
equals
-
hashCode
-