$sql.callableStatement.execute

Executes the SQL statement in this PreparedStatement object, which may be any kind of SQL statement.
Syntax
    $sql.callableStatement.execute{}
DocumentationExecutes the SQL statement in this PreparedStatement object, which may be any kind of SQL statement. Some prepared statements return multiple results; the execute method handles these complex statements as well as the simpler form of statements handled by the methods executeQuery and executeUpdate.

    Paramter:
      NONE
    Returns:
      true if the first result is a ResultSet object; false if the first result is an update count or there is no result
    Throws:
      SQLException - if a database access error occurs or an argument is supplied to this method
Examples
GroupSQL
Minimum required transaction-mode:UPDATE=SQL
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1