Try OpenEdge Now
skip to main content
Programming Interfaces
Database Administration Entity Interface Reference : ISequence interface
 

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.
* ISequence properties
* ISequence methods
* ISequence examples