public class IndexDescription
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_rcsid |
protected java.lang.String[] |
columnNames |
protected boolean |
isUnique |
| Constructor and Description |
|---|
IndexDescription(boolean isUnique,
java.lang.String[] columnNames)
Create an index description.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String[] |
getColumnNames() |
boolean |
getIsUnique() |
public static final java.lang.String _rcsid
protected boolean isUnique
protected java.lang.String[] columnNames