OpenEdge.DataAdmin.DataSource.AuthTagDataSource
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| AfterAuthTagRow (dataset-handle) |
|
||
| BeforeRowSave (handle) |
/* Validates a row before save */
|
||
| PrepareBuffer (handle) |
|
||
| 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)
? = all */
|
||
| SaveAuthTag (handle, integer) |
/** SaveAuthTag 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)
? = all */
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| AuthTagDataSource () |
|
Method Detail
AfterAuthTagRow (dataset-handle)
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
BeforeRowSave (handle)
|
||||||||||||||||||||||
PrepareBuffer (handle)
|
||||||||||||||||||||||
LOGICAL Save (handle)
|
||||||||||||||||||||||
LOGICAL Save (handle, integer)
|
||||||||||||||||||||||
SaveAuthTag (handle, integer)
|
||||||||||||||||||||||
Constructor Detail
AuthTagDataSource () |
||||
|---|---|---|---|---|