|
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
INT64 CurrentValue |
/* The current value for a shared (non Multi-tenant) sequence */ |
|||||
|
INT64 IncrementValue |
/** The increment value of the sequence */ |
|||||
|
INT64 InitialValue |
/** The initial value of the sequence */ |
|||||
|
LOGICAL IsCyclic |
/** Defines whether the sequence is cyclic or not */ |
|||||
|
LOGICAL IsMultitenant |
/** Returns true if the sequence is multi-tenant enabled.
Can only be edited before the sequence is created. */ |
|||||
|
INT64 MaximumValue |
/** The maximum value of the sequence */ |
|||||
|
INT64 MinimumValue |
/** The minimum value of the sequence */ |
|||||
|
CHARACTER Name |
/** Name and unique identifier */ |
|||||
|
OpenEdge.DataAdmin.ISchema Schema |
/** Schema */ |
|||||
|
OpenEdge.DataAdmin.ISequenceValueMap SequenceValues |
/** Collection of all tenant sequence values for a Multi-tenant sequence
Restricted access - Only a super tenant can see other sequence values for other tenants */ |
Top
INT64 CurrentValue
|
|||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
INT64 IncrementValue
|
|||||||||||||
INT64 InitialValue
|
|||||||||||||
LOGICAL IsCyclic
|
|||||||||||||
LOGICAL IsMultitenant
|
|||||||||||||
INT64 MaximumValue
|
|||||||||||||
INT64 MinimumValue
|
|||||||||||||
CHARACTER Name
|
|||||||||||||
OpenEdge.DataAdmin.ISchema Schema
|
|||||||||||||
OpenEdge.DataAdmin.ISequenceValueMap SequenceValues
|
Progress® OpenEdge® Release 11.7