API Documentation
|
Records changes to a table or column noting the bounds of the data adjusted. Useful for optimized saving or mirroring of data. More...
#include <TableColumn.h>
Public Types | |
enum | TableChangeType { e_update , e_insertion , e_deletion } |
Public Member Functions | |
TableChange (TableChangeType type, uint04 start, uint04 size, Time time=Time::SystemTime()) | |
Public Attributes | |
uint04 | size |
uint04 | start |
Time | time |
TableChangeType | type |
Records changes to a table or column noting the bounds of the data adjusted. Useful for optimized saving or mirroring of data.
enum TableChangeType |
|
inline |
uint04 size |
uint04 start |
Time time |
TableChangeType type |