$sql.metaData.ownUpdatesAreVisible

Retrieves whether for the given type of ResultSet object, the result set's own updates are visible.
Syntax
    $sql.metaData.ownUpdatesAreVisible{jdbcProfileName}{int type}
DocumentationRetrieves whether for the given type of ResultSet object, the result set's own updates are visible.:

    Paramter:
      type - the ResultSet type; one of ResultSet.TYPE_FORWARD_ONLY, ResultSet.TYPE_SCROLL_INSENSITIVE, or ResultSet.TYPE_SCROLL_SENSITIVE
    Returns:
      1 if updates are visible for the given 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