module Marten::DB::Query::SQL::Transformation

Defined in:

marten/db/query/sql/transformation.cr
marten/db/query/sql/transformation/base.cr
marten/db/query/sql/transformation/date_time_part.cr
marten/db/query/sql/transformation/day.cr
marten/db/query/sql/transformation/hour.cr
marten/db/query/sql/transformation/minute.cr
marten/db/query/sql/transformation/month.cr
marten/db/query/sql/transformation/second.cr
marten/db/query/sql/transformation/year.cr

Class Method Summary

Class Method Detail

def self.allows?(field : Field::Base, lookup_name : String) : Bool #

[View source]
def self.register(klass : Base.class) : Nil #

[View source]
def self.registered?(lookup_name : String) : Bool #

[View source]
def self.registry #

[View source]