libsl3 1.2.47002
A C++ interface for SQLite
|
This is the complete list of members for sl3::Value, including all inherited members.
blob() const | sl3::Value | |
ejectBlob() | sl3::Value | |
ejectText() | sl3::Value | |
getType() const noexcept | sl3::Value | |
int64() const | sl3::Value | |
isNull() const noexcept | sl3::Value | |
operator const Blob &() const | sl3::Value | explicit |
operator const std::string &() const | sl3::Value | explicit |
operator double() const | sl3::Value | explicit |
operator int() const | sl3::Value | explicit |
operator int64_t() const | sl3::Value | explicit |
operator<<(std::ostream &stm, const sl3::Value &v) | sl3::Value | friend |
operator=(const Value &val) | sl3::Value | |
operator=(Value &&val) | sl3::Value | |
operator=(int val) | sl3::Value | |
operator=(const int64_t &val) | sl3::Value | |
operator=(const double &val) | sl3::Value | |
operator=(const std::string &val) | sl3::Value | |
operator=(const Blob &val) | sl3::Value | |
real() const | sl3::Value | |
setNull() noexcept | sl3::Value | |
swap(Value &other) noexcept | sl3::Value | |
text() const | sl3::Value | |
Value() noexcept | sl3::Value | |
Value(int val) noexcept | sl3::Value | explicit |
Value(int64_t val) noexcept | sl3::Value | explicit |
Value(std::string val) noexcept | sl3::Value | explicit |
Value(const char *val) | sl3::Value | explicit |
Value(double val) noexcept | sl3::Value | explicit |
Value(Blob val) noexcept | sl3::Value | explicit |
Value(const Value &) noexcept | sl3::Value | |
Value(Value &&) noexcept | sl3::Value | |
value_eq(const Value &a, const Value &b) | sl3::Value | friend |
value_lt(const Value &a, const Value &b) | sl3::Value | friend |
value_type_eq(const Value &a, const Value &b) | sl3::Value | friend |
value_type_lt(const Value &a, const Value &b) | sl3::Value | friend |
~Value() noexcept | sl3::Value |