public abstract int getResultSetType () throws SQLException

Retrieves the result set type for ResultSet objects generated by this Statement object.

Returns:  one of ResultSet.TYPE_FORWARD_ONLY, ResultSet.TYPE_SCROLL_INSENSITIVE, or ResultSet.TYPE_SCROLL_SENSITIVE

Exceptions:
SQLException    if a database access error occurs or this method is called on a closed Statement

Since:  1.2