Package de.chojo.sqlutil.wrapper.stage
Class UpdateResult
java.lang.Object
de.chojo.sqlutil.wrapper.stage.UpdateResult
-
Constructor Summary
Constructors -
Method Summary
-
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
-