ownDeletesAreVisible(int type)
Syntax:
boolean ownDeletesAreVisible(int type) throws SQLException
Description:
Retrieves whether a result set's own deletes 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 are visible for the given result set type; false otherwise
Throws:
SQLException - if a database access error occurs