OpenEdge.DataAdmin.DataSource.PartitionPolicyFieldDataSource
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| AfterFill (dataset-handle) |
/* delete auto created detail if no fields. There could be a better way to do this.
tried return error in before fill and it stops the entire fill
also note that policy with no fields probably will not be supported (was allowed when this was added) */
|
||
| BeforeFill (dataset-handle) |
|
||
| LOGICAL Fill () |
|
||
| FillFields (handle, character, character, recid, character[]) |
|
||
| MakeIndexLocal (recid, character[]) |
|
||
| PrepareBuffer (handle) |
|
||
| LOGICAL PrepareQueryString (QueryString) |
|
||
| LOGICAL Save (handle, 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 */
|
||
| LOGICAL SetCallBack (handle) |
/* allow subclasses to override to not set call back even if we have call back here */
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| PartitionPolicyFieldDataSource () |
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| OpenEdge.DataAdmin.DataSource.DataSourceUtil DataSourceUtil |
|
||
| CHARACTER TenantURL |
|
Method Detail
AfterFill (dataset-handle)
|
||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
BeforeFill (dataset-handle)
|
||||||||||||||||||||||||||
LOGICAL Fill ()
|
||||||||||||||||||||||||||
FillFields (handle, character, character, recid, character[])
|
||||||||||||||||||||||||||
MakeIndexLocal (recid, character[])
|
||||||||||||||||||||||||||
PrepareBuffer (handle)
|
||||||||||||||||||||||||||
LOGICAL PrepareQueryString (QueryString)
|
||||||||||||||||||||||||||
LOGICAL Save (handle, handle, integer)
|
||||||||||||||||||||||||||
LOGICAL SetCallBack (handle)
|
||||||||||||||||||||||||||
Constructor Detail
PartitionPolicyFieldDataSource () |
||||
|---|---|---|---|---|
Property Detail
OpenEdge.DataAdmin.DataSource.DataSourceUtil DataSourceUtil |
||||||||
|---|---|---|---|---|---|---|---|---|
CHARACTER TenantURL
|
||||||||