ISequence interface
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
ISequence interface
The ISequence interface the complete maintenance
of sequences using the API. The reason sequences are fully supported
while schema objects like tables and indexes are not is that an
existing sequences cannot become multi-tenant enabled, but must
be deleted and replaced with new multi-tenant sequences. Therefore,
deleting and creating sequences can be a required task when multi-tenant
enabling a database.