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

All Known Subinterfaces:
IIndexColumn

public interface IDBIndexColumn


Method Summary
 IDBColumn getColumn()
           
 String getIndexName()
           
 boolean isDescending()
           
 

Method Detail

getIndexName

String getIndexName()
Returns:
the index name owning this column

getColumn

IDBColumn getColumn()

isDescending

boolean isDescending()
Returns:
whether sort order of index column is descending. Defaults to false


Copyright © 2015. All Rights Reserved.