Interface that must be implemented by classes that are capable of providing a DataSet
Method Summary | |
DataSet |
getDataSet()
Retuns the DataSet instance |
int |
getRowCount()
Returns the number of rows of the DataSet instance |
Method Detail |
public DataSet getDataSet()
public int getRowCount()