| fb-cpp 0.0.1
    A modern C++ wrapper for the Firebird database API | 
Represents options used when creating an Attachment object. More...
#include <Attachment.h>
| Public Member Functions | |
| const std::optional< std::string > & | getConnectionCharSet () const | 
| Returns the character set which will be used for the connection. | |
| AttachmentOptions & | setConnectionCharSet (const std::string &value) | 
| Sets the character set which will be used for the connection. | |
| const std::optional< std::string > & | getUserName () const | 
| Returns the user name which will be used to connect to the database. | |
| AttachmentOptions & | setUserName (const std::string &value) | 
| Sets the user name which will be used to connect to the database. | |
| const std::optional< std::string > & | getPassword () const | 
| Returns the password which will be used to connect to the database. | |
| AttachmentOptions & | setPassword (const std::string &value) | 
| Sets the password which will be used to connect to the database. | |
| const std::optional< std::string > & | getRole () const | 
| Returns the role which will be used to connect to the database. | |
| AttachmentOptions & | setRole (const std::string &value) | 
| Sets the role which will be used to connect to the database. | |
| const std::vector< std::uint8_t > & | getDpb () const | 
| Returns the DPB (Database Parameter Block) which will be used to connect to the database. | |
| AttachmentOptions & | setDpb (const std::vector< std::uint8_t > &value) | 
| Sets the DPB (Database Parameter Block) which will be used to connect to the database. | |
| AttachmentOptions & | setDpb (std::vector< std::uint8_t > &&value) | 
| Sets the DPB (Database Parameter Block) which will be used to connect to the database. | |
| bool | getCreateDatabase () const | 
| Returns whether the database should be created instead of connected to. | |
| AttachmentOptions & | setCreateDatabase (bool value) | 
| Sets whether the database should be created instead of connected to. | |
Represents options used when creating an Attachment object.
Definition at line 48 of file Attachment.h.
| 
 | inline | 
Returns the character set which will be used for the connection.
Definition at line 54 of file Attachment.h.
| 
 | inline | 
Returns whether the database should be created instead of connected to.
Definition at line 148 of file Attachment.h.
| 
 | inline | 
Returns the DPB (Database Parameter Block) which will be used to connect to the database.
Definition at line 122 of file Attachment.h.
| 
 | inline | 
Returns the password which will be used to connect to the database.
Definition at line 88 of file Attachment.h.
| 
 | inline | 
Returns the role which will be used to connect to the database.
Definition at line 105 of file Attachment.h.
| 
 | inline | 
Returns the user name which will be used to connect to the database.
Definition at line 71 of file Attachment.h.
| 
 | inline | 
Sets the character set which will be used for the connection.
Definition at line 62 of file Attachment.h.
| 
 | inline | 
Sets whether the database should be created instead of connected to.
Definition at line 156 of file Attachment.h.
| 
 | inline | 
Sets the DPB (Database Parameter Block) which will be used to connect to the database.
Definition at line 130 of file Attachment.h.
| 
 | inline | 
Sets the DPB (Database Parameter Block) which will be used to connect to the database.
Definition at line 139 of file Attachment.h.
| 
 | inline | 
Sets the password which will be used to connect to the database.
Definition at line 96 of file Attachment.h.
| 
 | inline | 
Sets the role which will be used to connect to the database.
Definition at line 113 of file Attachment.h.
| 
 | inline | 
Sets the user name which will be used to connect to the database.
Definition at line 79 of file Attachment.h.