abstract class Avram::Join::SqlClause
- Avram::Join::SqlClause
- Reference
- Object
Direct Known Subclasses
Defined in:
avram/join.crConstructors
Instance Method Summary
- #clone
- #default_foreign_key
- #from : String | Symbol
- #from_column
- #join_type : String
- #to : String | Symbol
- #to_column
- #to_sql
Instance methods inherited from class Object
blank?
blank?,
blank_for_validates_required? : Bool
blank_for_validates_required?,
present?
present?
Constructor Detail
def self.new(from : TableName, to : TableName, primary_key : Symbol | Nil = nil, foreign_key : Symbol | Nil = nil, comparison : String | Nil = "=", using : Array(Symbol) = [] of Symbol)
#