menu
resqlite
resqlite.dart
WriteResult
affectedRows property
affectedRows
dark_mode
light_mode
affectedRows
property
int
affectedRows
final
The number of rows inserted, updated, or deleted by the statement.
Implementation
final int affectedRows;
resqlite
resqlite
WriteResult
affectedRows property
WriteResult class