$sql.metaData.supportsOpenStatementsAcrossCommit

Retrieves whether this database supports keeping statements open across commits.
Syntax
    $sql.metaData.supportsOpenStatementsAcrossCommit{jdbcProfileName}
DocumentationRetrieves whether this database supports keeping statements open across commits.:

    Paramter:
      equieres one parameter, this is your JDBC profile name.
    Returns:
      1 if statements always remain open; 0 if they might not remain open
    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