com.silverpeas.mydb.data.index
Class IndexInfo
java.lang.Object
  
com.silverpeas.mydb.data.index.IndexInfo
public class IndexInfo
- extends Object
 
IndexInfo of a database table.
- Author:
 
  - Antoine HEDIN
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
IndexInfo
public IndexInfo(String name)
getName
public String getName()
 
addColumn
public void addColumn(String column)
 
getColumn
public String getColumn(int index)
 
getColumnsCount
public int getColumnsCount()
 
getColumns
public String[] getColumns()
 
Copyright © 2016 Silverpeas. All Rights Reserved.