Crate sql_lexer [] [src]

Structs

BufferSlice
Sql

Enums

ArithmeticOperator
BitwiseOperator
ComparisonOperator
Keyword
LiteralValueTypeIndicator
LogicalOperator
Operator
Token

Functions

lex

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

sanitize

Sanitize a Sql struct

sanitize_string

Returns a sanitized sql string

write

Write a Sql struct back to a sql string.