Content deleted Content added
No edit summary |
m Reverting possible vandalism by 168.99.142.100 to version by 62.178.23.32. False positive? Report it. Thanks, ClueBot. (570082) (Bot) |
||
Line 9:
<ol>
<li>'''Read''': The client reads values from the database, storing them to a private sandbox or cache that the client can then edit.</li>
<li>'''Validate''': When the client has completed editing of the values in its sandbox or cache, it initiates the storage of the changes back to the database.
* already-committed transactions in the case of ''backward validation schemes'', or
* currently executing transactions in the case of ''forward validation schemes''.
|