org.tm4j.tologx .PreparedQuery
Description
Represents a parsed, optimized tolog query which can be executed as often as required.
| Method Summary | |
|---|---|
| TologResultsSet |
execute()
Executes the prepared query.
|
| TologResultsSet |
execute(java.lang.Object[] params)
Executes a prepared query substituting %n references with the nth value from
the parameter array.
|
| java.lang.String |
getQueryString()
Returns the prepared query string in tolog syntax.
|
Meta Data (1)
Related Topics
Is Contained By
