org.tm4j.tologx .TologResultsSet

Description

This interface represents a collection of results from a single Tolog query. The collection is somewhat similar to a JDBC results set and can be thought of as a table consisting of a number of named columns with one row for each distinct match to the Tolog query.

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.