Row::ith_column() method removed
This commit is contained in:
2
table.h
2
table.h
@@ -23,7 +23,7 @@ namespace usql {
|
||||
void commit_copy_of_row(const Row &row);
|
||||
|
||||
static void validate_column(const ColDefNode *col_def, ValueNode *col_val);
|
||||
static void validate_column(const ColDefNode *col_def, ColValue *col_val);
|
||||
static void validate_column(const ColDefNode *col_def, ColValue &col_val);
|
||||
void validate_row(const Row &row);
|
||||
|
||||
std::string csv_string();
|
||||
|
||||
Reference in New Issue
Block a user