|
Class DataTable
|
| Constructor Summary | |
|---|---|
public |
DataTable(Hashtable table) Constructor - requires |
| Method Summary | |
|---|---|
public String |
getColumn(String columnheading) Method to return a String array representing the a column of data |
public int |
Method to return the number of columns in the DataTable |
public int |
Method to return the number of rows in the DataTable |
public Properties |
getRow(int row) Method to return a java.util.Properties representing an unordered
collection of data in a row with named keys. |
| Field Detail |
| Constructor Detail |
| Method Detail |