Qore DataProvider Module Reference 2.7.3
|
Variables | |
const | DataProvider::UpsertResultDeleted = "deleted" |
Indicates that the record was deleted. | |
const | DataProvider::UpsertResultInserted = "inserted" |
const | DataProvider::UpsertResultUnchanged = "unchanged" |
Indicates that the record was left unchanged. | |
const | DataProvider::UpsertResultUpdated = "updated" |
Indicates that the record was updated. | |
const | DataProvider::UpsertResultVerified = "verified" |
Indicates that the record was verified as already in the target state. | |
These are the results codes returned with single-record upsert actions
const DataProvider::UpsertResultInserted = "inserted" |
Indicates that the record was inserted