mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
Misc.
This commit is contained in:
parent
16ce406890
commit
ff1d4c61cf
@ -30,7 +30,7 @@ service).
|
||||
fb_shutdown() accepts 2 parameters - timeout in milliseconds and reason of shutdown. Engine uses
|
||||
negative reason codes (they are listed in ibase.h, see constants starting with fb_shutrsn), if
|
||||
you need to call fb_shutdown() from your program, you must use positive value for reason. This
|
||||
value is passed to callback_function, passed as an argument to fb_shutdown_callback(), and can you
|
||||
value is passed to callback_function, passed as an argument to fb_shutdown_callback(), and you can
|
||||
take appropriate actions when writing callback function.
|
||||
|
||||
Zero return value of fb_shutdown() means shutdown is successfull, non-zero means some errors took
|
||||
|
@ -495,7 +495,7 @@ public:
|
||||
req_curr_cte_alias = req_cte_aliases.end();
|
||||
}
|
||||
|
||||
bool isPsql()
|
||||
bool isPsql() const
|
||||
{
|
||||
return psql;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user