com.semarchy.mdm.runtime.model.physical
Interface IIndex

All Superinterfaces:
IDBIndex

public interface IIndex
extends IDBIndex

Interface that defines a database index

Author:
skamel

Method Summary
 List<? extends IIndexColumn> getIndexColumns()
           
 ITable getTable()
           
 
Methods inherited from interface com.semarchy.mdm.runtime.model.dbschema.IDBIndex
getIndexName, getTableName, isUnique
 

Method Detail

getTable

ITable getTable()
Returns:
the table on which this index is defined

getIndexColumns

List<? extends IIndexColumn> getIndexColumns()
Specified by:
getIndexColumns in interface IDBIndex
Returns:
all index columns in the order in which they appear in the index


Copyright © 2015. All Rights Reserved.