$jdbcPreparedStatement.create

Create a new prepared statement.
Syntax
    $jdbcPreparedStatement.create{statement_name}{url}{query}[{driver}[{property_name}{property_value}]*]?
Documentation$jdbcPreparedStatement.create:
Deprecated. Use $sql.preparedStatement.create instead. Create a new prepared statement for subsequent use together with the other $jdbcPreparedStatement functions.
    Paramter:
      1 - name for the new statement 2 - JDBC URL to the DB 3 - the actual SQL statement 4 - the jdbc driver class name 5,6 ... n,n+1 - propertie name value pairs for the connection
    Returns:
      Void.
    Throws:
      SQLException
Examples
(No example available.)
GroupSQL
Minimum required transaction-mode:READ=SQL
Required scripting permission of the developerPERMISSION_FL_EXPERT
Minimum parameters3
Maximum parameters <unlimited>