ISequence interface
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- 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.