Package | Description |
---|---|
org.sqlite.parser |
Modifier and Type | Method | Description |
---|---|---|
static Cmd |
Parser.parse(String sql) |
|
static Cmd |
Parser.parse(org.sqlite.parser.Tokenizer lexer) |
Parse one command/statement at a time.
|
Modifier and Type | Method | Description |
---|---|---|
Iterator<Cmd> |
Parser.iterator() |
Copyright © 2018. All rights reserved.