Class ReadOnlyResultSet

    • Constructor Detail

      • ReadOnlyResultSet

        public ReadOnlyResultSet()
    • Method Detail

      • cancelRowUpdates

        public void cancelRowUpdates()
                              throws SQLException
        This feature is not supported on a ReadOnlyResultSet.
        Throws:
        SQLException - indicating that this feature is not supported.
      • deleteRow

        public void deleteRow()
                       throws SQLException
        This feature is not supported on a ReadOnlyResultSet.
        Throws:
        SQLException - indicating that this feature is not supported.
      • insertRow

        public void insertRow()
                       throws SQLException
        This feature is not supported on a ReadOnlyResultSet.
        Throws:
        SQLException - indicating that this feature is not supported.
      • moveToCurrentRow

        public void moveToCurrentRow()
                              throws SQLException
        This is a no-op since the moveToInsertRow() method is unsupported.
        Throws:
        SQLException
      • moveToInsertRow

        public void moveToInsertRow()
                             throws SQLException
        This feature is not supported on a ReadOnlyResultSet.
        Throws:
        SQLException - indicating that this feature is not supported.
      • updateRow

        public void updateRow()
                       throws SQLException
        This feature is not supported on a ReadOnlyResultSet.
        Throws:
        SQLException - indicating that this feature is not supported.
      • updateObject

        public void updateObject​(int columnIndex,
                                 Object x)
                          throws SQLException
        This feature is not supported on a ReadOnlyResultSet.
        Throws:
        SQLException - indicating that this feature is not supported.
      • updateObject

        public void updateObject​(int columnIndex,
                                 Object x,
                                 int scale)
                          throws SQLException
        This feature is not supported on a ReadOnlyResultSet.
        Throws:
        SQLException - indicating that this feature is not supported.