Uses of Class
org.tm4j.tologx.TologProcessingException

Packages that use TologProcessingException
org.tm4j.tologx   
 

Uses of TologProcessingException in org.tm4j.tologx
 

Methods in org.tm4j.tologx that throw TologProcessingException
 PreparedQuery QueryEvaluator.prepareQuery(java.lang.String queryString)
          Parses (and possibly optimizes) the specified tolog query string.
 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.