Uses of Interface
org.tm4j.tologx.TologResultsSet

Packages that use TologResultsSet
org.tm4j.tologx   
 

Uses of TologResultsSet in org.tm4j.tologx
 

Methods in org.tm4j.tologx that return TologResultsSet
 TologResultsSet QueryEvaluator.execute(java.lang.String queryString)
          A convenience method that parses and optimizes the specified tolog query and then executes it immediately.
 TologResultsSet QueryEvaluator.execute(java.lang.String queryString, java.lang.Object[] queryParams)
          A convenience method that parses and optimizes the specified tolog query and then executes it immediately.
 TologResultsSet PreparedQuery.execute()
          Executes the prepared query.
 TologResultsSet PreparedQuery.execute(java.lang.Object[] params)
          Executes a prepared query substituting %n references with the nth value from the parameter array.
 

Methods in org.tm4j.tologx with parameters of type TologResultsSet
 void TologFragmentBuilderImpl.exportResultsSet(TologResultsSet rs)
           
 void TologFragmentBuilderImpl.createRowVariableTopics(TologResultsSet rs)
           
 void TologFragmentBuilder.exportResultsSet(TologResultsSet rs)
          Perform the export with the currently specified export parameters.