$sql.metaData.deletesAreDetected

Retrieves whether or not a visible row delete can be detected by calling the method
Syntax
    $sql.metaData.deletesAreDetected{jdbcProfileName}{int type}
DocumentationRetrieves whether or not a visible row delete can be detected by calling the method ResultSet.rowDeleted.
If the method deletesAreDetected returns false, it means that deleted rows are removed from the result set.

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