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>,
|
||||
}
|
||||
|
||||
enum MetaCommandResult {
|
||||
Success,
|
||||
Unrecognized,
|
||||
}
|
||||
|
||||
enum PrepareResult {
|
||||
Success,
|
||||
Unrecognized,
|
||||
}
|
||||
|
||||
enum StatementType {
|
||||
Insert,
|
||||
Select,
|
||||
|
Loading…
Reference in New Issue
Block a user