OpenEdge.DataAdmin.DataSource.SequenceValueDataSource
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| AfterRow (dataset-handle) |
|
||
| AfterSetUrl () |
|
||
| LOGICAL Attach (handle) |
/* TenantDataSource overrides this to set permission from FieldMapArea
so we override it here to keep our setting (could need improvement...) */
|
||
| LOGICAL Save (handle) |
/** Save all
@param buffer the temp-table buffer handle with data */
|
||
| LOGICAL Save (handle, integer) |
/** Save changes of specified state
@param buffer the temp-table buffer handle with data
@param state the row-state to save (row-created, row-deleted or row-modified)
? - save all */
|
||
| SaveValues (handle, integer) |
/** Save changes of specified state
@param buffer the temp-table buffer handle with data
@param state the row-state to save (row-created, row-deleted or row-modified)
? - save all */
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| SequenceValueDataSource () |
|
||
| SequenceValueDataSource (character, character) |
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| Progress.Database.DBConfig DBConfig |
|
||
| CHARACTER mMap |
|
||
| CHARACTER SequenceExpression |
|
||
| CHARACTER TenantExpression |
|
Method Detail
AfterRow (dataset-handle)
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AfterSetUrl () |
||||||||||||||||||||||
LOGICAL Attach (handle)
|
||||||||||||||||||||||
LOGICAL Save (handle)
|
||||||||||||||||||||||
LOGICAL Save (handle, integer)
|
||||||||||||||||||||||
SaveValues (handle, integer)
|
||||||||||||||||||||||
Constructor Detail
SequenceValueDataSource () |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SequenceValueDataSource (character, character)
|
||||||||||||||
Property Detail
Progress.Database.DBConfig DBConfig
|
||||||||
|---|---|---|---|---|---|---|---|---|
CHARACTER mMap
|
||||||||
CHARACTER SequenceExpression
|
||||||||
CHARACTER TenantExpression
|
||||||||