Class IExternalTrigger
Unit
Declaration
type IExternalTrigger = class(IDisposable)
Description
This item has no description.
Hierarchy
- TObject
- IVersioned
- IDisposable
- IExternalTrigger
Overview
Fields
| Public | nested const VERSION = 3; |
| Public | nested const TYPE_BEFORE = Cardinal(1); |
| Public | nested const TYPE_AFTER = Cardinal(2); |
| Public | nested const TYPE_DATABASE = Cardinal(3); |
| Public | nested const ACTION_INSERT = Cardinal(1); |
| Public | nested const ACTION_UPDATE = Cardinal(2); |
| Public | nested const ACTION_DELETE = Cardinal(3); |
| Public | nested const ACTION_CONNECT = Cardinal(4); |
| Public | nested const ACTION_DISCONNECT = Cardinal(5); |
| Public | nested const ACTION_TRANS_START = Cardinal(6); |
| Public | nested const ACTION_TRANS_COMMIT = Cardinal(7); |
| Public | nested const ACTION_TRANS_ROLLBACK = Cardinal(8); |
| Public | nested const ACTION_DDL = Cardinal(9); |
Methods
| Public | procedure getCharSet(status: IStatus; context: IExternalContext; name: PAnsiChar; nameSize: Cardinal); |
| Public | procedure execute(status: IStatus; context: IExternalContext; action: Cardinal; oldMsg: Pointer; newMsg: Pointer); |
Description
Fields
| Public | nested const VERSION = 3; |
|
This item has no description. | |
| Public | nested const TYPE_BEFORE = Cardinal(1); |
|
This item has no description. | |
| Public | nested const TYPE_AFTER = Cardinal(2); |
|
This item has no description. | |
| Public | nested const TYPE_DATABASE = Cardinal(3); |
|
This item has no description. | |
| Public | nested const ACTION_INSERT = Cardinal(1); |
|
This item has no description. | |
| Public | nested const ACTION_UPDATE = Cardinal(2); |
|
This item has no description. | |
| Public | nested const ACTION_DELETE = Cardinal(3); |
|
This item has no description. | |
| Public | nested const ACTION_CONNECT = Cardinal(4); |
|
This item has no description. | |
| Public | nested const ACTION_DISCONNECT = Cardinal(5); |
|
This item has no description. | |
| Public | nested const ACTION_TRANS_START = Cardinal(6); |
|
This item has no description. | |
| Public | nested const ACTION_TRANS_COMMIT = Cardinal(7); |
|
This item has no description. | |
| Public | nested const ACTION_TRANS_ROLLBACK = Cardinal(8); |
|
This item has no description. | |
| Public | nested const ACTION_DDL = Cardinal(9); |
|
This item has no description. | |
Methods
| Public | procedure getCharSet(status: IStatus; context: IExternalContext; name: PAnsiChar; nameSize: Cardinal); |
|
This item has no description. | |
| Public | procedure execute(status: IStatus; context: IExternalContext; action: Cardinal; oldMsg: Pointer; newMsg: Pointer); |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.