$jdbcPreparedStatement.executeQuery

Execute a previously created prepared statement.
Syntax
    $jdbcPreparedStatement.executeQuery{statement_name}
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.
    Paramter:
      1 - name of statement to execute
    Returns:
      Void.
    Throws:
      SQLException
Examples
(No example available.)
GroupSQL
Minimum required transaction-mode:READ=SQL
Required scripting permission of the developerPERMISSION_FL_EXPERT
Minimum parameters1
Maximum parameters 1