Cursor functions - connect_cdc_sqdata - Latest

Connect CDC (SQData) Apply engine

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
ft:locale
en-US
Product name
Connect CDC (SQData)
ft:title
Connect CDC (SQData) Apply engine
Copyright
2026
First publish date
2000
ft:lastEdition
2026-06-16
ft:lastPublication
2026-06-16T09:39:49.930000
L1_Product_Gateway
Integrate
L2_Product_Segment
Data Integration
L3_Product_Brand
Precisely Connect
L4_Investment_Segment
Application Data Integration
L5_Product_Group
ADI - Connect
L6_Product_Name
Connect CDC

Cursor functions control Connect CDC (SQData) cursor processing at runtime, including opening a cursor, retrieving rows, closing the cursor, and iterating through the result set.

Function Description
CLOSE Closes an open cursor and releases the resources associated with the current query.
FETCH Retrieves the next row from an open cursor and returns the normalized Connect CDC (SQData) fetch status.
FOREACH Iterates over a cursor and executes the statement body once for each fetched row.
OPEN Opens a cursor defined by a CREATE CURSOR statement so it can be processed row by row.