Determine if a ResultSet's own deletes are visible, for a specified ResultSet type.
@param type the type of the ResultSet: ResultSet.TYPE_FORWARD_ONLY, ResultSet.TYPE_SCROLL_INSENSITIVE, or ResultSet.TYPE_SCROLL_SENSITIVE
@return true if the delete's are seen by the own ResultSetotherwise false.
@throws SQLException a database error occurred
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.