struct Change::SQL::WhereExpr
- Change::SQL::WhereExpr
- Struct
- Value
- Object
Overview
NOTE this is very basic and not nearly a complete representation of all possible expressions in a where clause.
Included Modules
- AutoInitialize
Defined in:
change/sql/query.crInstance Method Summary
- #criterion : SelectExpr
- #criterion=(criterion : SelectExpr)
- #op : String
- #op=(op : String)
- #value : DB::Any
- #value=(value : DB::Any)