API entities and entity service methods
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The ICdcTablePolicy interface provides service methods that implement create,
read, update, and delete operations against single schema element, or a collection of
schema elements, accessed through supported entity and entity collection interfaces.
The available service methods provided by the API for creating and accessing
the basic entities and entity collections are listed in the following topics:
The listed entity name is the implementing class name for each entity object
and is also part of each entity method name, for example, "CDC Table Policy" as in
NewCdcTablePolicy( CHARACTER ) method.
Corresponding entity collection methods have a similar method name using the plural of
the entity name as in NewCdcTablePolicies( )method.