Class EmbeddedDatabase::Row

class Row

Public Functions

Row()

Row methods

Row(std::vector<TargetValue> &row)
int64_t getInt(size_t col_num)
float getFloat(size_t col_num)
double getDouble(size_t col_num)
std::string getStr(size_t col_num)

Private Members

std::vector<TargetValue> row_