8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +01:00

Missed part of documentation

This commit is contained in:
hvlad 2009-11-09 12:40:13 +00:00
parent e23c5760bc
commit 73dbbd65e9

View File

@ -20,6 +20,9 @@ states of engine) try to stop running request and error-return to the user.
- fb_cancel_disable: disable execution of fb_cancel_raise requests for given attachment. It's
useful when your program executes some critical things (for example, cleanup).
- fb_cancel_enable: enables previously disabled cancel delivery.
- fb_cancel_abort: forcible closed client side of connection. Useful if you need to close
connection urgently. All active transactions will be rolled back by server. Success always
returned to the application. Use with care !
fb_cancel_disable / fb_cancel_enable may be set many times - if engine is already in requested
state, no action is taken. Cancel is enabled by default (i.e. after attach/create database).