![]() |
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 71 of file ServiceManager.h.
|
inline |
Returns the password used to attach to the service manager.
Definition at line 128 of file ServiceManager.h.
|
inline |
Returns the role used to attach to the service manager.
Definition at line 145 of file ServiceManager.h.
|
inline |
Returns the server used to attach to the service manager.
Definition at line 77 of file ServiceManager.h.
|
inline |
Returns the service manager name.
Definition at line 94 of file ServiceManager.h.
|
inline |
Returns the raw service attach SPB.
Definition at line 162 of file ServiceManager.h.
|
inline |
Returns the user name used to attach to the service manager.
Definition at line 111 of file ServiceManager.h.
|
inline |
Sets the password used to attach to the service manager.
Definition at line 136 of file ServiceManager.h.
|
inline |
Sets the role used to attach to the service manager.
Definition at line 153 of file ServiceManager.h.
|
inline |
Sets the server used to attach to the service manager.
Definition at line 85 of file ServiceManager.h.
|
inline |
Sets the service manager name.
Definition at line 102 of file ServiceManager.h.
|
inline |
Sets the raw service attach SPB.
Definition at line 170 of file ServiceManager.h.
|
inline |
Sets the raw service attach SPB.
Definition at line 179 of file ServiceManager.h.
|
inline |
Sets the user name used to attach to the service manager.
Definition at line 119 of file ServiceManager.h.