struct Clear::SQL::Query::OrderBy::Record

Defined in:

clear/sql/query/order_by.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(op : String, dir : Symbol, nulls : Symbol?) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(op _op = @op, dir _dir = @dir, nulls _nulls = @nulls) #

[View source]
def dir : Symbol #

def nulls : Symbol? #

def op : String #