#include <sqlite.hpp>
Definition at line 98 of file sqlite.hpp.
◆ Connection() [1/4]
sqlite::Connection::Connection |
( |
| ) |
|
|
inline |
◆ Connection() [2/4]
sqlite::Connection::Connection |
( |
const std::string & |
filename | ) |
|
|
inlineexplicit |
◆ Connection() [3/4]
sqlite::Connection::Connection |
( |
const Connection & |
| ) |
|
|
delete |
◆ Connection() [4/4]
sqlite::Connection::Connection |
( |
Connection && |
other | ) |
|
|
inlinenoexcept |
◆ ~Connection()
virtual sqlite::Connection::~Connection |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ Close()
bool sqlite::Connection::Close |
( |
| ) |
|
|
inline |
◆ GetExtendedResult()
◆ GetPtr()
◆ Open()
bool sqlite::Connection::Open |
( |
const std::string & |
filename | ) |
|
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ m_connection
sqlite3* sqlite::Connection::m_connection = nullptr |
|
private |
The documentation for this class was generated from the following file: