When all out parameters are left untouched, then the row is not changed.
| cache |
an Cache
|
| uid |
a unique object identifier
|
| revision |
the object revision
|
| object |
the object itself
|
| offline_state |
objects offline state, one of OfflineState
|
| column_names |
column names
|
| column_values |
column values
|
| out_revision |
the new object revision to set; keep it untouched to not change
|
| out_object |
the new object to set; keep it untouched to not change
|
| out_offline_state |
the offline state to set; the default is the same as offline_state
|
| out_other_columns |
an CacheColumnValues with other columns to set; keep it untouched to not
change any
|
| ncols |
count of columns, items in column_names and column_values
|
| user_data |
user data, as used in foreach_update
|
|
true to continue, false to stop walk through.
|