class Avram::OrderBy

Defined in:

avram/order_by_clause/order_by.cr

Constructors

Instance Method Summary

Instance methods inherited from class Avram::OrderByClause

column : String | Symbol column, prepare : String prepare, reversed : self reversed

Instance methods inherited from class Object

blank_for_validates_required? : Bool blank_for_validates_required?

Constructor Detail

def self.new(column : String | Symbol, direction : Direction, nulls : NullSorting = :default) #

[View source]

Instance Method Detail

def clone #

Returns a copy of self with all instance variables cloned.


[View source]
def column : String | Symbol #

[View source]
def direction : Avram::OrderBy::Direction #

[View source]

[View source]
def prepare : String #

[View source]
def reversed : self #

[View source]