class SQL::Builder
- SQL::Builder
- Reference
- Object
Defined in:
sql/builder.crConstant Summary
-
SORTING_ORDER =
{SQL_Select => 1, SQL_From => 2} of SQL::Component.class => Int32
Constructors
Instance Method Summary
- #add(statement : SQL::Component) : self
- #build : Nil
- #to_s(*args, **options)
- #to_s(*args, **options, &)
- #tree : Array(SQL::Component)