Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Public Member Functions | Friends | List of all members
sql::statement::column_value Class Reference

#include <sql.h>

Public Member Functions

std::string get_string () const
 
int get_int () const
 
double get_double () const
 
int get_bool () const
 
std::vector< uint8_t > get_blob () const
 

Friends

class row_value
 

Member Function Documentation

§ get_blob()

std::vector<uint8_t> sql::statement::column_value::get_blob ( ) const
inline

§ get_bool()

int sql::statement::column_value::get_bool ( ) const
inline

§ get_double()

double sql::statement::column_value::get_double ( ) const
inline

§ get_int()

int sql::statement::column_value::get_int ( ) const
inline

§ get_string()

std::string sql::statement::column_value::get_string ( ) const
inline

Friends And Related Function Documentation

§ row_value

friend class row_value
friend

The documentation for this class was generated from the following file: