Module sqlite3_parser::lexer[][src]

Streaming SQLite tokenizer

Modules

sql

Adaptation/port of SQLite tokenizer

Structs

InputStream

Streaming input

Scanner

Like a BufReader but with a growable buffer. Successive calls to the scan method will step through the 'tokens' of a file, skipping the bytes between the tokens.

Traits

Input
ScanError
Splitter

Split function used to tokenize the input