$sql.metaData.getMaxStatements

Retrieves the maximum number of active statements to this database that can be open at the same time.
Syntax
    $sql.metaData.getMaxStatements{jdbcProfileName}
DocumentationRetrieves the maximum number of active statements to this database that can be open at the same time.:

    Paramter:
      Requieres one parameter, this is your JDBC profile name.
    Returns:
      the maximum number of characters allowed for an SQL statement; a result of zero means that there is no limit or the limit is not known
    Throws:
      SQLException - if a database access error occurs
Examples
GroupSQL
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1