SQLite3 schema versions.
More...
#include <read.hh>
|
std::ostream & | operator<< (std::ostream &oss, const SqlVersions &versions) |
| Emit version information to an output stream.
|
|
◆ operator!=()
constexpr bool flox::pkgdb::SqlVersions::operator!= |
( |
const SqlVersions & |
other | ) |
const |
|
inlineconstexpr |
- Returns
- Whether two version sets are NOT equal.
◆ operator==()
constexpr bool flox::pkgdb::SqlVersions::operator== |
( |
const SqlVersions & |
other | ) |
const |
|
inlineconstexpr |
- Returns
- Whether two version sets are equal.
◆ tables
unsigned flox::pkgdb::SqlVersions::tables |
The SQLite3 tables schema version for the package database. Changing this value will cause the database to be recreated.
◆ views
unsigned flox::pkgdb::SqlVersions::views |
The SQLite3 views schema version for the package database. Changing this value will cause the database's views definitions to be updated, but no existing data will be invalidated.
The documentation for this struct was generated from the following file: