mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
LibSQL: Partially implement the DELETE command
This implements enough to delete rows filtered by a WHERE clause.
This commit is contained in:
committed by
Linus Groh
parent
6d3f68cc11
commit
aba7f11a50
@@ -44,6 +44,7 @@ public:
|
||||
ErrorOr<Vector<Row>> select_all(TableDef const&);
|
||||
ErrorOr<Vector<Row>> match(TableDef const&, Key const&);
|
||||
ErrorOr<void> insert(Row&);
|
||||
ErrorOr<void> remove(Row&);
|
||||
ErrorOr<void> update(Row&);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user