| TIB_ConnectionEventType Type |
Unit
IB_Components
Declaration
TIB_ConnectionEventType = ( cetBeforeAssignment,
cetAfterAssignment,
cetBeforeExecDDL,
cetAfterExecDDL,
cetConnectedChanged,
cetBeforeCreateDatabase,
cetAfterCreateDatabase,
cetBeforeConnect,
cetAfterConnect,
cetBeforeDisconnect,
cetAfterDisconnect,
cetBeforeDropDatabase,
cetAfterDropDatabase );Description
All of the different notification messages generated by the
TIB_Connection component and propagated to the TIB_ConnectionLink class.