affectedRows property

int? affectedRows
final

The number of rows affected by the operation.

Typically used with UPDATE, INSERT, or DELETE queries.

Implementation

final int? affectedRows;