Method Summary |
|
public int | getBottom() This method returns the last index of the row in the window displayed. |
public List | getResultSet() This method returns the result set vector. |
public int | getResultSetSize() This method returns the number of rows in the result set. |
public List | getResultSetTitleList() This method returns the List containg the column labels of the result
set. |
public List | getResultSetTypesList() This method returns the List containg the Types of the columns the result
set. |
public int | getTop() This method returns the index of the row to which the cursor is pointing
at. |
public int | getWindowSize() This method returns the window size. |
public void | setTop(int start) This method points the cursor to the index provided. |
public void | sort(String sortColumnName) This method sorts the result set according to the value of the column as
specified by the parameter column name. |