org.tm4j.tologx.PreparedQuery .execute(java.lang.Object[] params)

Description

Executes a prepared query substituting %n references with the nth value from the parameter array.

Parameters
java.lang.Object params the parameter array for this query evaluation

Throws

Returns

the results of the query evaluation.

Other Resources

Related Topics

Has Parameters