|
libsl3 1.2.50004
A C++ interface for SQLite
|
This is the complete list of members for sl3::DbValue, including all inherited members.
| canAssign(const DbValue &other) const | sl3::DbValue | |
| dbtype() const | sl3::DbValue | |
| DbValue(Type type) noexcept | sl3::DbValue | |
| DbValue(int val, Type type=Type::Int) | sl3::DbValue | explicit |
| DbValue(int64_t val, Type type=Type::Int) | sl3::DbValue | explicit |
| DbValue(std::string val, Type type=Type::Text) | sl3::DbValue | explicit |
| DbValue(double val, Type type=Type::Real) | sl3::DbValue | explicit |
| DbValue(Blob val, Type type=Type::Blob) | sl3::DbValue | explicit |
| DbValue(const DbValue &) noexcept=default | sl3::DbValue | |
| DbValue(DbValue &&) noexcept=default | sl3::DbValue | |
| ejectBlob() | sl3::DbValue | |
| ejectText() | sl3::DbValue | |
| get(int64_t defval) const | sl3::DbValue | |
| get(int defval) const | sl3::DbValue | |
| get(double defval) const | sl3::DbValue | |
| get(const std::string &defval) const | sl3::DbValue | |
| get(const Blob &defval) const | sl3::DbValue | |
| getBlob() const | sl3::DbValue | |
| getBlob(const Blob &defval) const | sl3::DbValue | |
| getInt() const | sl3::DbValue | |
| getInt(int64_t defval) const | sl3::DbValue | |
| getReal() const | sl3::DbValue | |
| getReal(double defval) const | sl3::DbValue | |
| getText() const | sl3::DbValue | |
| getText(const std::string &defval) const | sl3::DbValue | |
| getValue() const noexcept | sl3::DbValue | |
| isNull() const | sl3::DbValue | |
| operator=(const DbValue &val) | sl3::DbValue | |
| operator=(DbValue &&val) | sl3::DbValue | |
| operator=(int val) | sl3::DbValue | |
| operator=(const int64_t &val) | sl3::DbValue | |
| operator=(const double &val) | sl3::DbValue | |
| operator=(const std::string &val) | sl3::DbValue | |
| operator=(const char *val) | sl3::DbValue | inline |
| operator=(const Blob &val) | sl3::DbValue | |
| operator=(const Value &val) | sl3::DbValue | |
| set(int val) | sl3::DbValue | |
| set(int64_t val) | sl3::DbValue | |
| set(const std::string &val) | sl3::DbValue | |
| set(double val) | sl3::DbValue | |
| set(const Blob &val) | sl3::DbValue | |
| setNull() | sl3::DbValue | |
| swap(DbValue &a, DbValue &b) noexcept | sl3::DbValue | friend |
| type() const | sl3::DbValue | |
| value() const noexcept | sl3::DbValue | inline |
| ~DbValue() noexcept=default | sl3::DbValue |