$sql.metaData.supportsResultSetConcurrency

Retrieves whether this database supports the given concurrency type in combination with the given result set type.
Syntax
    $sql.metaData.supportsResultSetConcurrency{jdbcProfileName}{int type}{int concurrency}
DocumentationRetrieves whether this database supports the given concurrency type in combination with the given result set type.:

    Paramter:
      type - defined in java.sql.ResultSet
      concurrency - type defined in java.sql.ResultSet
    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 parameters3
Maximum parameters 3