CppDB
cppdb::result Member List
This is the complete list of members for cppdb::result, including all inherited members.
clear()cppdb::result
cols()cppdb::result
empty()cppdb::result
fetch(int col, short &v)cppdb::result
fetch(int col, unsigned short &v)cppdb::result
fetch(int col, int &v)cppdb::result
fetch(int col, unsigned &v)cppdb::result
fetch(int col, long &v)cppdb::result
fetch(int col, unsigned long &v)cppdb::result
fetch(int col, long long &v)cppdb::result
fetch(int col, unsigned long long &v)cppdb::result
fetch(int col, float &v)cppdb::result
fetch(int col, double &v)cppdb::result
fetch(int col, long double &v)cppdb::result
fetch(int col, std::string &v)cppdb::result
fetch(int col, std::tm &v)cppdb::result
fetch(int col, std::ostream &v)cppdb::result
fetch(std::string const &n, short &v)cppdb::result
fetch(std::string const &n, unsigned short &v)cppdb::result
fetch(std::string const &n, int &v)cppdb::result
fetch(std::string const &n, unsigned &v)cppdb::result
fetch(std::string const &n, long &v)cppdb::result
fetch(std::string const &n, unsigned long &v)cppdb::result
fetch(std::string const &n, long long &v)cppdb::result
fetch(std::string const &n, unsigned long long &v)cppdb::result
fetch(std::string const &n, float &v)cppdb::result
fetch(std::string const &n, double &v)cppdb::result
fetch(std::string const &n, long double &v)cppdb::result
fetch(std::string const &n, std::string &v)cppdb::result
fetch(std::string const &n, std::tm &v)cppdb::result
fetch(std::string const &n, std::ostream &v)cppdb::result
fetch(short &v)cppdb::result
fetch(unsigned short &v)cppdb::result
fetch(int &v)cppdb::result
fetch(unsigned &v)cppdb::result
fetch(long &v)cppdb::result
fetch(unsigned long &v)cppdb::result
fetch(long long &v)cppdb::result
fetch(unsigned long long &v)cppdb::result
fetch(float &v)cppdb::result
fetch(double &v)cppdb::result
fetch(long double &v)cppdb::result
fetch(std::string &v)cppdb::result
fetch(std::tm &v)cppdb::result
fetch(std::ostream &v)cppdb::result
find_column(std::string const &name)cppdb::result
get(std::string const &name)cppdb::result [inline]
get(std::string const &name, T const &def)cppdb::result [inline]
get(int col)cppdb::result [inline]
get(int col, T const &def)cppdb::result [inline]
index(std::string const &n)cppdb::result
is_null(int col)cppdb::result
is_null(std::string const &n)cppdb::result
name(int col)cppdb::result
next()cppdb::result
operator=(result const &)cppdb::result
operator>>(tags::into_tag< T > ref)cppdb::result [inline]
operator>>(T &value)cppdb::result [inline]
result()cppdb::result
result(result const &)cppdb::result
rewind_column()cppdb::result
statement (defined in cppdb::result)cppdb::result [friend]
~result()cppdb::result
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator