| Syntax | $sql.preparedStatement.executeQuery |
| Documentation | Executes the SQL query in this PreparedStatement object and returns the ResultSet object generated by the query.
Paramter:
Returns:
a ResultSet object that contains the data produced by the query; never null
Throws:
SQLException - if a database access error occurs or the SQL statement does not return a ResultSet object
|
| Examples |
|
| Group | SQL |
| Minimum required transaction-mode: | READ=SQL |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 1 |