com.im.commons.db 5.9.2

com.im.commons.db.ddl
Interface DBIndexInfo.Column

All Known Implementing Classes:
DBIndexInfo.IndexColumn
Enclosing class:
DBIndexInfo

public static interface DBIndexInfo.Column

A column used in the index.


Method Summary
 String getColumnName()
           
 Boolean isAscending()
           
 

Method Detail

getColumnName

String getColumnName()
Returns:
The name of the column

isAscending

Boolean isAscending()
Returns:
True or false, or null if not supported by the database or the type of index

com.im.commons.db 5.9.2