Class: ActiveRecord::Refined::AST::Cast
- Includes:
- Arithmetics, Predications
- Defined in:
- lib/active_record/refined/ast.rb
Overview
CAST(expr AS type). The type is grammar too, written into the SQL as given -- it is the adapter's own name for the type, and whether it exists is the database's to say -- so it has to look like one: a plain name, at most parenthesized with lengths.
Instance Method Summary collapse
-
#initialize(operand, sql_type) ⇒ Cast
constructor
A new instance of Cast.
Methods included from Arithmetics
#&, #*, #+, #-, #/, #<<, #>>, #^, #bitwise_and, #bitwise_not, #bitwise_or, #bitwise_xor, #|, #~
Methods included from Predications
#!=, #!~, #<, #<=, #==, #=~, #>, #>=, #between?, #bury, #casecmp?, #contains?, #dig, #dig_text, #distinct_from?, #end_with?, #except, #false?, #ilike?, #in?, #include?, #intersect?, #key?, #keys, #like?, #member?, #not_between?, #not_distinct_from?, #not_false?, #not_ilike?, #not_in?, #not_like?, #not_null?, #not_true?, #null?, #start_with?, #subset?, #superset?, #true?, #when