Class UpdateResult

java.lang.Object
de.chojo.sqlutil.wrapper.stage.UpdateResult

public class UpdateResult extends Object
  • Constructor Details

    • UpdateResult

      public UpdateResult(int rows)
  • Method Details

    • rows

      public int rows()
      The amount of affected rows.
      Returns:
      changed rows
    • changed

      public boolean changed()
      Checks if something has changed.
      Returns:
      true if something has changed