$sql.metaData.updatesAreDetected

Retrieves whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
Syntax
    $sql.metaData.updatesAreDetected{jdbcProfileName}{int type}
DocumentationRetrieves whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.:

    Paramter:
      type - the ResultSet type; one of ResultSet.TYPE_FORWARD_ONLY, ResultSet.TYPE_SCROLL_INSENSITIVE, or ResultSet.TYPE_SCROLL_SENSITIVE
    Returns:
      1 if changes are detected by the result set type; 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