![]() |
fb-cpp 0.0.2
A modern C++ wrapper for the Firebird database API
|
Represents options used to configure database properties through the service manager. More...
#include <DatabaseManager.h>
Public Member Functions | |
| const std::string & | getDatabase () const |
| Returns the database path to be configured. | |
| DatabasePropertiesOptions & | setDatabase (const std::string &value) |
| Sets the database path to be configured. | |
| const std::optional< ReplicaMode > & | getReplicaMode () const |
| Returns the replica mode. | |
| DatabasePropertiesOptions & | setReplicaMode (ReplicaMode value) |
| Sets the replica mode. | |
Represents options used to configure database properties through the service manager.
Definition at line 42 of file DatabaseManager.h.
|
inline |
Returns the database path to be configured.
Definition at line 48 of file DatabaseManager.h.
|
inline |
Returns the replica mode.
Definition at line 65 of file DatabaseManager.h.
|
inline |
Sets the database path to be configured.
Definition at line 56 of file DatabaseManager.h.
|
inline |
Sets the replica mode.
Definition at line 73 of file DatabaseManager.h.