org.tm4j.tolog .TologResultsSet

Method Summary
void getNumCols()
Returns the number of variables listed in each match in this results set.
void getNumRows()
Returns the number of distinct matches in this results set.
java.util.List getRow(int rowNum)
Returns a single match from the results set.
java.lang.String getVar(int colNum)
Returns the name of the variable in the colNum'th position of the results set match.