Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.store.access
Interface ColumnOrdering  view ColumnOrdering download ColumnOrdering.java


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()