summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSQL/Forward.h
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2021-04-23 17:55:23 -0400
committerLinus Groh <mail@linusgroh.de>2021-04-24 14:22:08 +0200
commit8d79b4a3e19c123c228539e10695f7251e7ebbe6 (patch)
treeaa4a6f7233ec709cd76517c54ae2af7a577f55e5 /Userland/Libraries/LibSQL/Forward.h
parent35f0450dd88aa4d93026bfec34052d3f7c8d0e89 (diff)
downloadserenity-8d79b4a3e19c123c228539e10695f7251e7ebbe6.zip
LibSQL: Parse INSERT statement
This also adds missing '&' on a couple AST getter methods.
Diffstat (limited to 'Userland/Libraries/LibSQL/Forward.h')
-rw-r--r--Userland/Libraries/LibSQL/Forward.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibSQL/Forward.h b/Userland/Libraries/LibSQL/Forward.h
index 2569fc65d0..ff2ee64f43 100644
--- a/Userland/Libraries/LibSQL/Forward.h
+++ b/Userland/Libraries/LibSQL/Forward.h
@@ -29,6 +29,7 @@ class Expression;
class GroupByClause;
class InChainedExpression;
class InSelectionExpression;
+class Insert;
class InTableExpression;
class InvertibleNestedDoubleExpression;
class InvertibleNestedExpression;