First page Back Continue Last page Overview Graphics


Notes:

Sequel uses the ruby code you wrote to build an abstract syntax tree similar to the this one.

It doesn't literalize the abstract syntax tree until the SQL query is generated.

Keeping the query in abstract syntax tree format allows for very powerful capabilities.