DEFRECORD KDB_FailOver_HookInfo

State record passed to a failover callback routine
FLD namePack formatPurpose
FailOver_HookInfo_ConnectionConnection
FailOver_HookInfo_UserDataUser defined data passed to call to create hook
FailOver_HookInfo_AccumulatedReconnectDelayTotal time in seconds of delays using specification in connect string
FailOver_HookInfo_FailOverCountCounter for fail over simulation - once it reaches FailOverThreshold a fail over is emulated
FailOver_HookInfo_FailOverThresholdThreshold for fail over simulation - once the counter reaches this threshold a fail over is emulated
FailOver_HookInfo_RollBackBOOLTrue if there wil be a THROW ROLLBACK after this callback
FailOver_HookInfo_RetryBOOLTrue if CALL KI_ statement will be re-executed automatically after this callback
FailOver_HookInfo_FatalBOOLTrue if error is fatal - all attempts to connect all database servers have timed out
FailOver_HookInfo_DebugInfo$CHAR(80)Debug information (subject to change)