class UserQuery

Defined in:

queries/user_query.cr

Instance Method Summary

Instance methods inherited from class User::BaseQuery

clone clone, created_at(value)
created_at
created_at
, email(value)
email
email
, encrypted_password(value)
encrypted_password
encrypted_password
, find(id) find, full_join_characters full_join_characters, full_join_chats full_join_chats, id(value)
id
id
, inner_join_characters inner_join_characters, inner_join_chats inner_join_chats, join_characters join_characters, join_chats join_chats, left_join_characters left_join_characters, left_join_chats left_join_chats, preload_characters(preload_query : Character::BaseQuery)
preload_characters
preload_characters(&)
preload_characters
, preload_chats(preload_query : Chat::BaseQuery)
preload_chats
preload_chats(&)
preload_chats
, right_join_characters right_join_characters, right_join_chats right_join_chats, update(id : Int64 | Avram::Nothing = Avram::Nothing.new, created_at : Time | Avram::Nothing = Avram::Nothing.new, updated_at : Time | Avram::Nothing = Avram::Nothing.new, email : String | Avram::Nothing = Avram::Nothing.new, encrypted_password : String | Avram::Nothing = Avram::Nothing.new) : Int64 update, updated_at(value)
updated_at
updated_at
, where_characters(assoc_query : Character::BaseQuery, auto_inner_join : Bool = true) where_characters, where_chats(assoc_query : Chat::BaseQuery, auto_inner_join : Bool = true) where_chats

Constructor methods inherited from class User::BaseQuery

all : self all

Class methods inherited from class User::BaseQuery

any? : Bool any?, find(id) find, first : T first, first? : T | Nil first?, last : T last, last? : T | Nil last?, new_with_existing_query(query : Avram::QueryBuilder) new_with_existing_query, none? : Bool none?, preload_characters(records : Enumerable, preload_query)
preload_characters(record, preload_query)
preload_characters(records : Enumerable)
preload_characters(record)
preload_characters(records : Enumerable, &)
preload_characters(record, &)
preload_characters
, preload_chats(records : Enumerable, preload_query)
preload_chats(record, preload_query)
preload_chats(records : Enumerable)
preload_chats(record)
preload_chats(records : Enumerable, &)
preload_chats(record, &)
preload_chats
, truncate(*, cascade : Bool = false) truncate

Instance Method Detail

def created_at #

def email #

def encrypted_password #

def id #

def updated_at #