|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> store >> [ access overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.store.access
Interface ColumnOrdering

- public interface ColumnOrdering
The column ordering interface defines a column that is to be ordered in a sort or index, and how it is to be ordered. Column instances are compared by calling the compare(Orderable) method of Orderable.
| Method Summary | |
int |
getColumnId()
|
boolean |
getIsAscending()
|
| Method Detail |
getColumnId
public int getColumnId()
getIsAscending
public boolean getIsAscending()
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> store >> [ access overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC