CompleteDB Embedded: Direct C++ API
2.4.2
|
Provides services to query and modify configuration attributes of a Database. More...
#include <Config.hpp>
Public Member Functions | |
bool | cast (const Object &from) |
bool | isConnected () const |
bool | isDisconnected () const |
Type::Enum | getClassType () const |
Type::Enum | getObjectType () const |
Error::Enum | getLastErrorId () const |
const char * | getLastError () const |
bool | getGlobalAccess () |
bool | getNumaOptimization () |
bool | load () |
bool | save () |
uint64_t | getAddressSpaceMaxSizeGB () |
uint64_t | getExtentSizeMB () |
uint64_t | getFileMaxSizeGB () |
void | setAddressSpaceMaxSizeGB (const uint64_t addressSpaceMaxSizeGB) |
void | setExtentSizeMB (const uint64_t extentSizeMB) |
void | setFileMaxSizeGB (const uint64_t fileMaxSizeGB) |
void | setGlobalAccess (const bool globalAccess) |
void | setNumaOptimization (const bool numaOptimization) |
Config & | operator= (const Config &src) |
Config (const Config &src) | |
virtual | ~Config () |
Config () | |
![]() | |
void * | get () const |
Object & | operator= (const Object &src) |
Object (const Object &src) | |
virtual | ~Object () |
Object () | |
![]() | |
LastError & | operator= (const LastError &src) |
LastError (const LastError &src) | |
virtual | ~LastError () |
LastError () |
Friends | |
class | Database |
Additional Inherited Members | |
![]() | |
Object (void *src) | |
![]() | |
void * | m |
Provides services to query and modify configuration attributes of a Database.
Definition at line 16 of file Config.hpp.
Definition at line 75 of file Config.hpp.
|
inlinevirtual |
Definition at line 79 of file Config.hpp.
|
inline |
Definition at line 80 of file Config.hpp.
|
inlinevirtual |
|
inline |
Definition at line 63 of file Config.hpp.
|
inlinevirtual |
|
inline |
Definition at line 64 of file Config.hpp.
|
inline |
Definition at line 65 of file Config.hpp.
|
inline |
Definition at line 59 of file Config.hpp.
|
inlinevirtual |
Retrieves the calling object last-error text message.
Reimplemented from LastError.
Definition at line 55 of file Config.hpp.
|
inlinevirtual |
Retrieves the calling object last-error id value.
Reimplemented from LastError.
Definition at line 51 of file Config.hpp.
|
inline |
Definition at line 60 of file Config.hpp.
|
inlinevirtual |
object type of the underlying derived object.
Reimplemented from LastError.
Definition at line 44 of file Config.hpp.
|
inlinevirtual |
if underlying database is connected.
Reimplemented from LastError.
Definition at line 32 of file Config.hpp.
|
inlinevirtual |
if underlying database is not connected.
Reimplemented from LastError.
Definition at line 36 of file Config.hpp.
|
inline |
Definition at line 61 of file Config.hpp.
Definition at line 74 of file Config.hpp.
|
inline |
Definition at line 62 of file Config.hpp.
|
inline |
Definition at line 66 of file Config.hpp.
|
inline |
Definition at line 67 of file Config.hpp.
|
inline |
Definition at line 68 of file Config.hpp.
|
inline |
Definition at line 69 of file Config.hpp.
|
inline |
Definition at line 70 of file Config.hpp.
|
friend |
Definition at line 21 of file Config.hpp.