8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00
This commit is contained in:
robocop 2011-04-01 04:03:49 +00:00
parent 006819916f
commit ec9ec671c4
2 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ Zero return value of callback function means it performed it's job OK, non-zero
depending upon call mask. For fb_shut_confirmation non-zero means that shutdown will not be depending upon call mask. For fb_shut_confirmation non-zero means that shutdown will not be
performed. It's bad idea to return non-zero if shutdown is due to exit() called. In all other cases performed. It's bad idea to return non-zero if shutdown is due to exit() called. In all other cases
it means some errors took place, and non-zero value will be returned from fb_shutdown(). It's it means some errors took place, and non-zero value will be returned from fb_shutdown(). It's
callback function's responsibility to notify world about exact reasons of error return. callback function's responsibility to notify the world about exact reasons of error return.
fb_shutdown_callback() almost always returns successfully, though in some cases (out of memory fb_shutdown_callback() almost always returns successfully, though in some cases (out of memory
for example) it can return error. for example) it can return error.

View File

@ -111,8 +111,8 @@ DDL_TRIGGER context namespace:
The context elements are: The context elements are:
- EVENT_TYPE: event type (CREATE, ALTER, DROP) - EVENT_TYPE: event type (CREATE, ALTER, DROP)
- OBJECT_TYPE: object type (TABLE, VIEW etc) - OBJECT_TYPE: object type (TABLE, VIEW, etc)
- DDL_EVENT: event name (<ddl event item>, which is EVENT_TYPE || ' ' || OBJECT_TYPE) - DDL_EVENT: event name (<ddl event item>), where <ddl_event_item> is EVENT_TYPE || ' ' || OBJECT_TYPE
- OBJECT_NAME: metadata object name - OBJECT_NAME: metadata object name
- SQL_TEXT: sql statement text - SQL_TEXT: sql statement text