This commit is contained in:
parent
1e819b3a24
commit
c3776846d5
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user