org.tm4j.tologx.QueryEvaluator .execute(java.lang.String queryString,java.lang.Object[] queryParams)

Description

A convenience method that parses and optimizes the specified tolog query and then executes it immediately.

Parameters
java.lang.Object queryParams the replacement values for % references in the query string
java.lang.String queryString the tolog query string to be evaluated

Throws

Returns

the results of the query evaluation.

Other Resources

Related Topics