com.silverpeas.mydb.data.index
Class IndexElement

java.lang.Object
  extended by 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

Field Summary
static String COLUMN_NAME
           
static String INDEX_NAME
           
static String ORDINAL_POSITION
           
 
Constructor Summary
IndexElement(String indexName, String column, short position)
           
 
Method Summary
 String getColumn()
           
 String getIndexName()
           
 short getPosition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

IndexElement

public IndexElement(String indexName,
                    String column,
                    short position)
Method Detail

getIndexName

public String getIndexName()

getColumn

public String getColumn()

getPosition

public short getPosition()


Copyright © 2016 Silverpeas. All Rights Reserved.