CDCEPOCH - connect_cdc_sqdata - Latest

Connect CDC (SQData) Apply engine

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
Language
English
Product name
Connect CDC (SQData)
Title
Connect CDC (SQData) Apply engine
Copyright
2024
First publish date
2000
Last updated
2024-11-25
Published on
2024-11-25T15:00:28.224244

The CDCEPOCH function returns the number of seconds since Jan 1st 1970 from the changed data capture (CDC) record in a CDC type datastore. The epoch value reflects the time that the data was changed within a transaction or program.

Category

Change Data Capture

Syntax
CDCEPOCH(<source_datastore>)
Parameter and Description
Parameter Description
source_datastore The name of the source datastore that contains the changed data capture (CDC) records.

Example

Retrieve the Unix epoch value from the current record in source changed data capture (CDC) datastore CDCIN. Map the result to target field SRC_EPOCH.
SRC_EPOCH = CDCEPOCH (CDCIN)