com.semarchy.mdm.runtime.model.dbschema
Interface IDBIndex

All Known Subinterfaces:
IIndex

public interface IDBIndex


Method Summary
 List<? extends IDBIndexColumn> getIndexColumns()
           
 String getIndexName()
           
 String getTableName()
           
 boolean isUnique()
           
 

Method Detail

getTableName

String getTableName()
Returns:
name of table on which index is declared

getIndexName

String getIndexName()
Returns:
the name of the index

isUnique

boolean isUnique()
Returns:
whether index should be unique index

getIndexColumns

List<? extends IDBIndexColumn> getIndexColumns()
Returns:
all index columns in the order in which they appear in the index


Copyright © 2015. All Rights Reserved.