| Syntax |
|
| Documentation | $jdbcPreparedStatement.executeQuery: Deprecated. Use $sql.preparedStatement.executeQuery instead. Execute a previously created prepared statement as a query. For updates please have a look at $jdbcPreparedStatement.execute. If available, the parameters of the statement must have been set using the $jdbcPreparedStatement.set* methods to the desired values before calling this function. After the function was called a result set is available for use with the $sql.resultSet functions.
|
| Examples | |
| (No example available.) | |
| Group | SQL |
| Minimum required transaction-mode: | READ=SQL |
| Required scripting permission of the developer | PERMISSION_FL_EXPERT |
| Minimum parameters | 1 |
| Maximum parameters | 1 |