Try OpenEdge Now
Programming Interfaces
Change Data Capture ABL references
:
Enums
Enums
Enum properties are used when table policies are created and these properties reside in the
OpenEdge.DataAdmin
package.
A list of enums defined for Change Data Capture are provided below:
ENUM CdcTablePolicyStateEnum:
Active = 0
Inactive = 1.
ENUM CdcTablePolicyLevelEnum:
Minimal = 0
MinimalWithBitMap = 1
Medium = 2
Maximum = 3.