|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opengts.dbtools.DBAlternateIndex
public class DBAlternateIndex
DBAlternateIndex holds information for a single defined alternate index.
| Constructor Summary | |
|---|---|
DBAlternateIndex(DBFactory factory,
java.lang.String indexName)
Constructor |
|
| Method Summary | |
|---|---|
void |
addField(DBField field)
Adds the specified field to this index |
boolean |
equals(java.lang.Object other)
Returns true if the specified Object is equivalent to this DBAlternativeIndex |
DBFactory |
getFactory()
Gets the DBFactory instance |
java.lang.String |
getFieldNames()
Returns a String list of comma-separated field names |
DBField[] |
getFields()
Returns an array of DBFields for this index |
java.lang.String |
getIndexName()
Gets the index name |
java.lang.String |
getUntranslatedTableName()
Returns the table name |
boolean |
isUnique()
Returns true if the index is unique |
java.lang.String |
toString()
Returns a String representation of this DBAlternateIndex |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DBAlternateIndex(DBFactory factory,
java.lang.String indexName)
factory - The DBFactory instanceindexName - The index name| Method Detail |
|---|
public DBFactory getFactory()
public java.lang.String getUntranslatedTableName()
public java.lang.String getIndexName()
public boolean isUnique()
public void addField(DBField field)
field - The DBField to addpublic DBField[] getFields()
public java.lang.String getFieldNames()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectother - The other Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||