![]() |
fb-cpp 0.0.2
A modern C++ wrapper for the Firebird database API
|
Represents options used when creating a ServiceManager object. More...
#include <ServiceManager.h>
Public Member Functions | |
| const std::optional< std::string > & | getServer () const |
| Returns the server used to attach to the service manager. | |
| ServiceManagerOptions & | setServer (const std::string &value) |
| Sets the server used to attach to the service manager. | |
| const std::string & | getServiceManagerName () const |
| Returns the service manager name. | |
| ServiceManagerOptions & | setServiceManagerName (const std::string &value) |
| Sets the service manager name. | |
| const std::optional< std::string > & | getUserName () const |
| Returns the user name used to attach to the service manager. | |
| ServiceManagerOptions & | setUserName (const std::string &value) |
| Sets the user name used to attach to the service manager. | |
| const std::optional< std::string > & | getPassword () const |
| Returns the password used to attach to the service manager. | |
| ServiceManagerOptions & | setPassword (const std::string &value) |
| Sets the password used to attach to the service manager. | |
| const std::optional< std::string > & | getRole () const |
| Returns the role used to attach to the service manager. | |
| ServiceManagerOptions & | setRole (const std::string &value) |
| Sets the role used to attach to the service manager. | |
| const std::vector< std::uint8_t > & | getSpb () const |
| Returns the raw service attach SPB. | |
| ServiceManagerOptions & | setSpb (const std::vector< std::uint8_t > &value) |
| Sets the raw service attach SPB. | |
| ServiceManagerOptions & | setSpb (std::vector< std::uint8_t > &&value) |
| Sets the raw service attach SPB. | |
Represents options used when creating a ServiceManager object.
Definition at line 50 of file ServiceManager.h.
|
inline |
Returns the password used to attach to the service manager.
Definition at line 107 of file ServiceManager.h.
|
inline |
Returns the role used to attach to the service manager.
Definition at line 124 of file ServiceManager.h.
|
inline |
Returns the server used to attach to the service manager.
Definition at line 56 of file ServiceManager.h.
|
inline |
Returns the service manager name.
Definition at line 73 of file ServiceManager.h.
|
inline |
Returns the raw service attach SPB.
Definition at line 141 of file ServiceManager.h.
|
inline |
Returns the user name used to attach to the service manager.
Definition at line 90 of file ServiceManager.h.
|
inline |
Sets the password used to attach to the service manager.
Definition at line 115 of file ServiceManager.h.
|
inline |
Sets the role used to attach to the service manager.
Definition at line 132 of file ServiceManager.h.
|
inline |
Sets the server used to attach to the service manager.
Definition at line 64 of file ServiceManager.h.
|
inline |
Sets the service manager name.
Definition at line 81 of file ServiceManager.h.
|
inline |
Sets the raw service attach SPB.
Definition at line 149 of file ServiceManager.h.
|
inline |
Sets the raw service attach SPB.
Definition at line 158 of file ServiceManager.h.
|
inline |
Sets the user name used to attach to the service manager.
Definition at line 98 of file ServiceManager.h.