|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tm4j.vtl.helpers.TologResultsSetHelper
Provides some utility methods making it easier to work with TologResultsSet objects
| Constructor Summary | |
TologResultsSetHelper()
Public no-args constructor so that this class can be instantiated by the factory |
|
| Method Summary | |
java.util.List |
getResults(org.tm4j.tolog.TologResultsSet results,
int colNum)
Returns the list of results in the specified column of the results set. |
java.util.List |
getResults(org.tm4j.tolog.TologResultsSet results,
java.lang.String var)
Returns the list of results bound to the specified variable. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TologResultsSetHelper()
| Method Detail |
public java.util.List getResults(org.tm4j.tolog.TologResultsSet results,
int colNum)
results - the TologResultsSet object to extract fromcolNum - the column number of the results to return
public java.util.List getResults(org.tm4j.tolog.TologResultsSet results,
java.lang.String var)
results - the TologResultsSet object to extract fromvar - the name of the variable to return results for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||