$sql.metaData.supportsTransactionIsolationLevel

Retrieves whether this database supports the given transaction isolation level.
Syntax
    $sql.metaData.supportsTransactionIsolationLevel{jdbcProfileName}{int level}
DocumentationRetrieves whether this database supports the given transaction isolation level.:

    Paramter:
      level - one of the transaction isolation levels defined in java.sql.Connection
    Returns:
      1 if so; 0 otherwise
    Throws:
      SQLException - if a database access error occurs
Examples
GroupSQL
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters 2