29# ifndef DOXYGEN_SHOULD_SKIP_THIS
39 return _nb_line_ >= 1 ? _nb_line_ - 1 : std::size_t(0);
46 if (!_data_.empty()) {
return _data_; }
58 return _result_.column_name(i);
std::size_t nbColumns() const
returns the number of columns in the query result
std::size_t nbLine() const
returns the current line number within the query
const std::vector< std::string > & current() const
returns the current parsed line.
std::string columnName(const std::size_t i) const
returns the name of the ith column
#define GUM_ERROR(type, msg)
include the inlined functions if necessary
gum is the global namespace for all aGrUM entities
Class for parsing SQL results using Nanodbc.