| Interface | Description |
|---|---|
| QueryPlanner |
The interface implemented by planners for the SQL select and explain
statements.
|
| UpdatePlanner |
The interface implemented by the planners for SQL insert, delete, and modify
statements.
|
| Class | Description |
|---|---|
| BasicQueryPlanner |
The simplest, most naive query planner possible.
|
| BasicUpdatePlanner |
The basic planner for SQL update statements.
|
| Planner |
The object that executes SQL statements.
|
| Verifier |
The verifier which examines the semantic of input query and update
statements.
|
| Exception | Description |
|---|---|
| BadSemanticException |
A runtime exception indicating that the submitted query has incorrect
semantic.
|
Copyright © 2022 VanillaDB Organization. All rights reserved.