class Orma::Attribute(T)
 
  - Orma::Attribute(T)
 - Reference
 - Object
 
Defined in:
orma/attribute.crConstructors
Instance Method Summary
- 
        #==(other : self)
        
          
Returns
trueif this reference is the same as other. - #==(other : T)
 - #model : Orma::Record.class
 - #name : Symbol
 - #to_s(io)
 - #to_sql_insert_value(*args, **options)
 - #to_sql_insert_value(*args, **options, &)
 - #to_sql_update_value(*args, **options)
 - #to_sql_update_value(*args, **options, &)
 - #to_sql_where_condition(*args, **options)
 - #to_sql_where_condition(*args, **options, &)
 - #value : T
 - #value=(new_val : Attribute(T))
 - #value=(value : T)
 
Constructor Detail
Instance Method Detail
        
        def ==(other : self)
        #
      
      
        
              Description copied from class Reference
            
          
          Returns true if this reference is the same as other. Invokes same?.