Class: TMMUpdater
property RowsInserted : Int64; { read-only }
property RowsUpdated : Int64; { read-only }
property RowsMatched : Int64; { read-only }
| Property | umInsert |
umUpsert |
umUpdate |
|---|---|---|---|
RowsInserted |
Rows inserted | New rows inserted | 0 |
RowsUpdated |
0 | Rows updated by ON DUPLICATE KEY |
0 |
RowsMatched |
0 | 0 | Rows matched by WHERE |