executeQuery method

Executes the prepared SQL SELECT statement and returns a ResultSet.

Syntax
ResultSet PreparedStatement.executeQuery() throws ULjException
See also
Returns

The ResultSet containing the query result of the prepared SQL SELECT statement.