|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.rgma.Index
public class Index
An index on a table.
Constructor Summary | |
---|---|
Index(java.lang.String indexName,
java.util.List columnNames)
Creates a new Index object. |
Method Summary | |
---|---|
java.lang.String |
getColumnName(int columnNumber)
Returns the name of the given column used by this index. |
java.util.List |
getColumnNames()
Returns the List of column names used by this index. |
java.lang.String |
getIndexName()
Gets the name of this index. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Index(java.lang.String indexName, java.util.List columnNames)
indexName
- Name of index.columnNames
- List of column names in index (String objects).Method Detail |
---|
public java.util.List getColumnNames()
public java.lang.String getColumnName(int columnNumber)
columnNumber
- Number of the column (0..numColumns-1)
public java.lang.String getIndexName()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |