Class DeleteResult


  • public class DeleteResult
    extends java.lang.Object
    Result of deleting rows in an Updatable
    Since:
    1.1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getRowsDeleted()
      Retrieves the number of rows have deleted.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getRowsDeleted

        public long getRowsDeleted()
        Retrieves the number of rows have deleted.
        Returns:
        a long number
        Since:
        1.1.0