Difference between revisions of "CLEAR TIMELINE"

From Lianjapedia
Jump to: navigation, search
(See Also)
 
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[DISPLAY TIMELINE]], [[DTOS()]], [[LIST TIMELINE]], [[ROLLBACK TIMELINE]], [[SET SYSTIMELINE]], [[SET TIMELINE]], [[SET TIMESTAMP]], [[SYSTIMELINE]], [[TIME()]], [[TIMELINE()]]
+
[[ALTER DATABASE]], [[:Category:Database Timelines|Database Timelines Commands and Functions]], [[Database Timelines (Video)]], [[DTOS()]], [[LIST TIMELINE]], [[MetaData Editor]], [[ROLLBACK TIMELINE]], [[SET SYSTIMELINE]], [[SET TIMELINE]], [[SET TIMESTAMP]], [[SYSTIMELINE|Systimeline System Table]], [[TIME()]], [[TIMELINE()]], [[Timeline Section Attributes]], [[Understanding database timelines in Lianja|Understanding Database Timelines]]
  
 
==Description==
 
==Description==

Latest revision as of 10:31, 26 March 2020

Purpose

Clears database timeline transaction information

Syntax

CLEAR TIMELINE

See Also

ALTER DATABASE, Database Timelines Commands and Functions, Database Timelines (Video), DTOS(), LIST TIMELINE, MetaData Editor, ROLLBACK TIMELINE, SET SYSTIMELINE, SET TIMELINE, SET TIMESTAMP, Systimeline System Table, TIME(), TIMELINE(), Timeline Section Attributes, Understanding Database Timelines

Description

CLEAR TIMELINE deletes database timeline transaction information. Database timelines provide row versioning for Lianja 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 Lianja configuration file. SET TIMELINE is OFF by default.

Example

clear timeline