SqliteUpdate constructor
SqliteUpdate(
- SqliteUpdateKind kind,
- String tableName,
- int rowId
Implementation
SqliteUpdate(this.kind, this.tableName, this.rowId);
SqliteUpdate(this.kind, this.tableName, this.rowId);