Data Fields | |
| char * | version |
| char * | backendName |
| uint8_t | backendIsOpen |
You should not allocate or deallocate memory for each of these members. This is a library responsability.
commandInfo() of the 'kdb info' command to see it in action
Definition at line 332 of file kdb.h.
|
|
Version of the library Definition at line 335 of file kdb.h. Referenced by kdbGetInfo(), and kdbInfoToString(). |
|
|
Name of backend being or that will be used Definition at line 336 of file kdb.h. Referenced by kdbGetInfo(), and kdbInfoToString(). |
|
|
1 if backend was already open with kdbOpen(), 0 otherwise Definition at line 337 of file kdb.h. Referenced by kdbGetInfo(), and kdbInfoToString(). |
1.3.9.1