executeQuery

Format the given expression to a SQL string with its execution arguments, then execute it via PreparedStatement.executeQuery and return the result CachedRowSet.

Since

2.7

Return

the result CachedRowSet.

Parameters

expression

the SQL expression to be executed.