mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibSQL: Parse DROP TABLE statement
This commit is contained in:
committed by
Andreas Kling
parent
110cd98c0a
commit
e92bffb2e3
@@ -67,8 +67,9 @@ private:
|
||||
Vector<Error> m_errors;
|
||||
};
|
||||
|
||||
NonnullRefPtr<ColumnDefinition> parse_column_definition();
|
||||
NonnullRefPtr<CreateTable> parse_create_table_statement();
|
||||
NonnullRefPtr<DropTable> parse_drop_table_statement();
|
||||
NonnullRefPtr<ColumnDefinition> parse_column_definition();
|
||||
NonnullRefPtr<TypeName> parse_type_name();
|
||||
NonnullRefPtr<SignedNumber> parse_signed_number();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user