Function sql_lexer::lex [] [src]

pub fn lex(buf: String) -> Sql

Lex a sql string into a Sql struct that contains the original buffer and the tokens found.