TDADeltaProcessorItem
Overview
TDADeltaProcessorItem is an internal class that is used in protected methods of TDABusinessProcessor.
It is used for storing delta update commands that are used for processing pending changes.
Location
- Unit: uDABusinessProcessor.pas
- Ancestry: TCollectionItem | TDADeltaProcessorItem
Properties
DeleteCommand
Specifies a delete command.
property DeleteCommand: IDASQLCommand read write
DeleteCommandMapping
Contains mapping for the delete command.
property DeleteCommandMapping: TDAParamMappingArray read write
InsertCommand
Specifies an insert command.
property InsertCommand: IDASQLCommand read write
InsertCommandMapping
Contains mapping for the insert command.
property InsertCommandMapping: TDAParamMappingArray read write
Name
Specifies the name.
property Name: string read write
RefreshDataset
Specifies the refresh dataset.
property RefreshDataset: IDAServerDataset read write
TargetTable
Specifies the target table.
property TargetTable: string read write
UpdateCommand
Specifies the update command.
property UpdateCommand: IDASQLCommand read write
UpdateCommand_AutoInc
Specifies an update command that allows to update pseudo-autoincrement fields as in InterBase/Firebird.
property UpdateCommand_AutoInc: IDASQLCommand read write
UpdateCommandMapping
Contains mapping for the update command.
property UpdateCommandMapping: TDAParamMappingArray read write
UpdateCommandMapping_AutoInc
Contains mapping for the update_autoinc command.
property UpdateCommandMapping_AutoInc: TDAParamMappingArray read write