|
VSQLite++ 0.3
|
This is the complete list of members for sqlite::v2::snapshot, including all inherited members.
| handle_ | sqlite::v2::snapshot | private |
| native_handle() const noexcept | sqlite::v2::snapshot | inline |
| open(connection &con, std::string_view schema="main") const | sqlite::v2::snapshot | |
| operator bool() const noexcept | sqlite::v2::snapshot | inlineexplicit |
| operator=(snapshot const &)=delete | sqlite::v2::snapshot | |
| operator=(snapshot &&other) noexcept | sqlite::v2::snapshot | |
| reset() noexcept | sqlite::v2::snapshot | |
| snapshot()=default | sqlite::v2::snapshot | |
| snapshot(snapshot const &)=delete | sqlite::v2::snapshot | |
| snapshot(snapshot &&other) noexcept | sqlite::v2::snapshot | |
| snapshot(sqlite3_snapshot *handle) | sqlite::v2::snapshot | explicitprivate |
| take(connection &con, std::string_view schema="main") | sqlite::v2::snapshot | static |
| valid() const noexcept | sqlite::v2::snapshot | inline |
| ~snapshot() | sqlite::v2::snapshot |