Hitachi

Hitachi Advanced Database Application Development Guide


8.6.99 ownInsertsAreVisible(int type)

Organization of this subsection

(1) Function

This method acquires a value indicating whether an insertion of a result set itself is visible.

(2) Format

public synchronized boolean ownInsertsAreVisible(int type) throws SQLException

(3) Arguments

int type

Specifies one of the following result set types:

  • ResultSet.TYPE_FORWARD_ONLY

  • ResultSet.TYPE_SCROLL_INSENSITIVE

  • ResultSet.TYPE_SCROLL_SENSITIVE

(4) Return value

This method always returns false.

(5) Exceptions

If this Connection object is closed before this method is executed, the JDBC driver throws an SQLException.