Expand description

SQL expression than can be resolved into raw SQL.

Modules

Turns an SqlExpr into Sql

Structs

A SQL expression is a list of tokens that can be resolved into SQL.

Enums

Hold information about a predicate column. Used by the SqlExprToken::Predicate

Token that makes up SqlExpr. The expression is a string of tokens. To turn the expression into SQL, each