- Common ways to obtain AbstractJdbc2ResultSet
private void myMethod () {AbstractJdbc2ResultSet a =
PreparedStatement preparedStatement;(AbstractJdbc2ResultSet) preparedStatement.executeQuery()
- Smart code suggestions by Codota
}
public boolean relative(int rows) throws SQLException { checkScrollable(); if (onInsertRow) throw new PSQLException(GT.tr("Can''t use relative move methods while on the insert row."), PSQLState.INVALID_CURSOR_STATE); //have to add 1 since absolute expects a 1-based index return absolute(current_row + 1 + rows); }
public boolean relative(int rows) throws SQLException { checkScrollable(); if (onInsertRow) throw new PSQLException(GT.tr("Can''t use relative move methods while on the insert row."), PSQLState.INVALID_CURSOR_STATE); //have to add 1 since absolute expects a 1-based index return absolute(current_row + 1 + rows); }
public boolean relative(int rows) throws SQLException { checkScrollable(); if (onInsertRow) throw new PSQLException(GT.tr("Can''t use relative move methods while on the insert row."), PSQLState.INVALID_CURSOR_STATE); //have to add 1 since absolute expects a 1-based index return absolute(current_row + 1 + rows); }