class Avram::Join::Inner
  
  
    
  
    Defined in:
  
  
    
      
        avram/join.cr
      
    
    
  
  
    
  
    Instance Method Summary
  
  
  
    
  
  
  
    
      clone : self
    clone, 
    
  
    
      default_foreign_key : String
    default_foreign_key, 
    
  
    
      from : String | Symbol
    from, 
    
  
    
      from_column : String
    from_column, 
    
  
    
      join_type : String
    join_type, 
    
  
    
      to : String | Symbol
    to, 
    
  
    
      to_column : String
    to_column, 
    
  
    
      to_sql : String
    to_sql
    
  
    
  
  
  
    
      new(from : TableName, to : TableName, primary_key : Symbol | Nil = nil, foreign_key : Symbol | Nil = nil, comparison : String | Nil = "=", using : Array(Symbol) = [] of Symbol)
    new
    
  
    
  
    
    
    
  
    
  Instance methods inherited from class Object
  
  
    
      blank_for_validates_required? : Bool
    blank_for_validates_required?
    
  
    
    
  
 
  
    
  
    Instance Method Detail