getResultSet method

Returns the ResultSet for a prepared SQL statement.

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

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