Hitachi

Hitachi Advanced Database Application Development Guide


8.5.73 Fields supported by the ResultSet interface

The following table lists the fields supported by the ResultSet interface.

Table 8‒37: Fields supported by the ResultSet interface

Field

Remarks

public static final int FETCH_FORWARD

--

public static final int FETCH_REVERSE

--

public static final int FETCH_UNKNOWN

--

public static final int TYPE_FORWARD_ONLY

--

public static final int TYPE_SCROLL_INSENSITIVE

--

public static final int TYPE_SCROLL_SENSITIVE

When this value is specified, the JDBC driver assumes that TYPE_SCROLL_INSENSITIVE was specified.

public static final int CONCUR_READ_ONLY

--

public static final int CONCUR_UPDATABLE

When this value is specified, the JDBC driver assumes that CONCUR_READ_ONLY was specified.

public static final int HOLD_CURSORS_OVER_COMMIT

Even if this value is specified, the ResultSet object might become invalid after the transaction is settled.

public static final int CLOSE_CURSORS_AT_COMMIT

When this value is specified, the JDBC driver assumes that HOLD_CURSORS_OVER_COMMIT was specified.

Legend:

--: None.