othersUpdatesAreVisible(int type)
Syntax:
boolean othersUpdatesAreVisible(int type) throws SQLException
Description:
Retrieves whether updates 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 updates made by others are visible for the given result set type; false otherwise
Throws:
SQLException - if a database access error occurs