othersDeletesAreVisible(int type)
Syntax:
boolean othersDeletesAreVisible(int type) throws SQLException
Description:
Retrieves whether deletes made by others are visible.
Parameters:
type - the ResultSet type; one of ResultSet.TYPE_FORWARD_ONLY, ResultSet.TYPE_SCROLL_INSENSITIVE, or ResultSet.TYPE_SCROLL_SENSITIVE
Returns:
true if deletes made by others are visible for the given result set type; false otherwise
Throws:
SQLException - if a database access error occurs