Difference between revisions of "CLEAR TIMELINE"
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
(4 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | ==Purpose== | |
+ | Clears database timeline transaction information | ||
+ | |||
+ | |||
+ | ==Syntax== | ||
+ | CLEAR TIMELINE | ||
+ | |||
+ | |||
+ | ==See Also== | ||
+ | [[DISPLAY TIMELINE]], [[DTOS()]], [[LIST TIMELINE]], [[ROLLBACK TIMELINE]], [[SET TIMELINE]], [[SET TIMESTAMP]], [[SYSTIMELINE]], [[TIME()]], [[UNWATCH()]], [[WATCH()]], [[WATCHCHANGED()]], [[WATCHING()]], [[WATCHRESET()]] | ||
+ | |||
+ | |||
+ | ==Description== | ||
+ | CLEAR TIMELINE deletes database timeline transaction information. Database timelines provide row versioning for Recital database applications. Whenever a change is made to a table that is timeline enabled, delta changes are automatically recorded for each transaction. | ||
+ | |||
+ | CLEAR TIMELINE permanently deletes all records in the database timeline storage table, [[SYSTIMELINE]]. | ||
+ | |||
+ | To enable database timelines simply issue the SET TIMELINE ON command in your Recital configuration file. SET TIMELINE is OFF by default. | ||
+ | |||
+ | |||
+ | ==Example== | ||
+ | <code lang="recital"> | ||
+ | clear timeline | ||
+ | </code> | ||
+ | |||
+ | |||
+ | ==Products== | ||
+ | Recital, Recital Server | ||
+ | [[Category:Documentation]] | ||
+ | [[Category:Commands]] | ||
+ | [[Category:Database Timelines]] |
Latest revision as of 09:44, 6 July 2011
Purpose
Clears database timeline transaction information
Syntax
CLEAR TIMELINE
See Also
DISPLAY TIMELINE, DTOS(), LIST TIMELINE, ROLLBACK TIMELINE, SET TIMELINE, SET TIMESTAMP, SYSTIMELINE, TIME(), UNWATCH(), WATCH(), WATCHCHANGED(), WATCHING(), WATCHRESET()
Description
CLEAR TIMELINE deletes database timeline transaction information. Database timelines provide row versioning for Recital database applications. Whenever a change is made to a table that is timeline enabled, delta changes are automatically recorded for each transaction.
CLEAR TIMELINE permanently deletes all records in the database timeline storage table, SYSTIMELINE.
To enable database timelines simply issue the SET TIMELINE ON command in your Recital configuration file. SET TIMELINE is OFF by default.
Example
clear timeline
Products
Recital, Recital Server