This commit is contained in:
10
src/main.rs
10
src/main.rs
@@ -6,16 +6,6 @@ struct InputBuffer {
|
|||||||
buffer: Option<String>,
|
buffer: Option<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
enum MetaCommandResult {
|
|
||||||
Success,
|
|
||||||
Unrecognized,
|
|
||||||
}
|
|
||||||
|
|
||||||
enum PrepareResult {
|
|
||||||
Success,
|
|
||||||
Unrecognized,
|
|
||||||
}
|
|
||||||
|
|
||||||
enum StatementType {
|
enum StatementType {
|
||||||
Insert,
|
Insert,
|
||||||
Select,
|
Select,
|
||||||
|
Reference in New Issue
Block a user