com.silverpeas.mydb.data.index
Class IndexElement
java.lang.Object
  
com.silverpeas.mydb.data.index.IndexElement
public class IndexElement
- extends Object
 
IndexInfo element of a database table. Used to initialize the IndexInfo list of a table.
- Author:
 
  - Antoine HEDIN
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
COLUMN_NAME
public static final String COLUMN_NAME
- See Also:
 - Constant Field Values
 
INDEX_NAME
public static final String INDEX_NAME
- See Also:
 - Constant Field Values
 
ORDINAL_POSITION
public static final String ORDINAL_POSITION
- See Also:
 - Constant Field Values
 
IndexElement
public IndexElement(String indexName,
                    String column,
                    short position)
getIndexName
public String getIndexName()
 
getColumn
public String getColumn()
 
getPosition
public short getPosition()
 
Copyright © 2016 Silverpeas. All Rights Reserved.