ws::snapshot::Snapshot method get_delta (public)

 <instance of ws::snapshot::Snapshot[i]> get_delta

Defined in /usr/local/ns/tcl/nsshell/snapshot.tcl

Return a Tcl command which can be evaluated to reconstuct the difference between the start of the snapshot and the current state.

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
set diff [:diff]
set result ""
foreach e ${:elements} {
        append result [:save $e [dict get $diff $e]]
}
return $result
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: