Class | Description |
---|---|
CreateIndexData |
The parser for the create index statement.
|
CreateTableData |
Data for the SQL create table statement.
|
CreateViewData |
Data for the SQL create view statement.
|
DeleteData |
Data for the SQL delete statement.
|
DropIndexData |
The parser for the drop index statement.
|
DropTableData |
Data for the SQL drop table statement.
|
DropViewData |
Data for the SQL drop view statement.
|
InsertData |
Data for the SQL insert statement.
|
Lexer |
The lexical analyzer.
|
ModifyData |
Data for the SQL update statement.
|
Parser |
The VanillaDb parser.
|
QueryData |
Data for the SQL select and explain statements.
|
Exception | Description |
---|---|
BadSyntaxException |
A runtime exception indicating that the submitted query has incorrect syntax.
|
Copyright © 2022 VanillaDB Organization. All rights reserved.