mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 21:23:03 +01:00
comments
This commit is contained in:
parent
9c5f13c4b5
commit
c8071aee27
@ -56,6 +56,11 @@
|
||||
position within appropriate structures)
|
||||
3. Add member function to Config class (config.h) and implement it
|
||||
in config.cpp module.
|
||||
4. For per-database configurable parameters, please use
|
||||
type getParameterName() const;
|
||||
form, for world-wide parameters:
|
||||
static type getParameterName();
|
||||
should be used.
|
||||
**/
|
||||
|
||||
extern const char* GCPolicyCooperative;
|
||||
|
Loading…
Reference in New Issue
Block a user