basic skeletons of update and delete added

This commit is contained in:
2021-07-08 20:51:03 +02:00
parent e44b72ce53
commit ddb9441e23
9 changed files with 308 additions and 72 deletions

2
row.h
View File

@@ -108,7 +108,7 @@ public:
return *m_columns[i];
}
ColValue* ithColum(int i) {
ColValue* ithColumn(int i) {
return m_columns[i].get();
}