libsl3 1.2.41002
A C++ interface for SQLite
Loading...
Searching...
No Matches
sl3::DbValue Member List

This is the complete list of members for sl3::DbValue, including all inherited members.

canAssign(const DbValue &other) constsl3::DbValue
dbtype() constsl3::DbValue
DbValue(Type type) noexceptsl3::DbValue
DbValue(int val, Type type=Type::Int)sl3::DbValueexplicit
DbValue(int64_t val, Type type=Type::Int)sl3::DbValueexplicit
DbValue(std::string val, Type type=Type::Text)sl3::DbValueexplicit
DbValue(double val, Type type=Type::Real)sl3::DbValueexplicit
DbValue(Blob val, Type type=Type::Blob)sl3::DbValueexplicit
DbValue(const DbValue &) noexcept=defaultsl3::DbValue
DbValue(DbValue &&) noexcept=defaultsl3::DbValue
ejectBlob()sl3::DbValue
ejectText()sl3::DbValue
get(int64_t defval) constsl3::DbValue
get(int defval) constsl3::DbValue
get(double defval) constsl3::DbValue
get(const std::string &defval) constsl3::DbValue
get(const Blob &defval) constsl3::DbValue
getBlob() constsl3::DbValue
getBlob(const Blob &defval) constsl3::DbValue
getInt() constsl3::DbValue
getInt(int64_t defval) constsl3::DbValue
getReal() constsl3::DbValue
getReal(double defval) constsl3::DbValue
getText() constsl3::DbValue
getText(const std::string &defval) constsl3::DbValue
getValue() const noexceptsl3::DbValue
isNull() constsl3::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::DbValueinline
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
swapsl3::DbValuefriend
type() constsl3::DbValue
value() const noexceptsl3::DbValueinline
~DbValue() noexcept=defaultsl3::DbValue