org.tm4j.tologx.QueryEvaluator .prepareQuery(java.lang.String queryString)

Description

Parses (and possibly optimizes) the specified tolog query string. The return value is the parsed query which can then be executed simply by calling {PreparedQuery#execute()}.

Parameters
java.lang.String queryString the tolog query string to be parsed.

Throws

Returns

the PreparedQuery that represents the parsed, optimized tolog query.

Other Resources

Related Topics

Has Parameters