Forward declaration of MariaDB class.
More...
#include <prepared_stmt.hxx>
|
|
class | ::StormByte::Database::MariaDB::MariaDB |
| |
|
|
std::string | m_name |
| | Name of the prepared statement.
|
| |
|
std::string | m_query |
| | Query to prepare.
|
| |
Forward declaration of MariaDB class.
Prepared statement for MariaDB databases
◆ PreparedSTMT() [1/2]
| StormByte::Database::MariaDB::PreparedSTMT::PreparedSTMT |
( |
const PreparedSTMT & |
other | ) |
|
|
delete |
Default copy constructor (deleted)
- Parameters
-
◆ PreparedSTMT() [2/2]
| StormByte::Database::MariaDB::PreparedSTMT::PreparedSTMT |
( |
PreparedSTMT && |
other | ) |
|
|
defaultnoexcept |
Default move constructor
- Parameters
-
◆ ~PreparedSTMT()
| StormByte::Database::MariaDB::PreparedSTMT::~PreparedSTMT |
( |
| ) |
|
|
overridevirtualnoexcept |
◆ operator=() [1/2]
Default copy assignment operator (deleted)
- Parameters
-
- Returns
- Reference to this PreparedSTMT
◆ operator=() [2/2]
Default move assignment operator
- Parameters
-
- Returns
- Reference to this PreparedSTMT
The documentation for this class was generated from the following file:
- /home/runner/work/StormByte-Database/StormByte-Database/lib/optional/StormByte/database/mariadb/prepared_stmt.hxx