Interface Result.RowCount

  • All Superinterfaces:
    Result
    Enclosing interface:
    Result

    public static interface Result.RowCount
    extends Result
    A Result that is just a number of rows modified, a Long. Note: It is certainly true that this is not needed; Long could be used instead. Seems like there might be a documentational advantage to having this type. If you don't like it, just mentally replace it with Long everywhere it appears.
    • Method Detail

      • getCount

        long getCount()
        Returns: