class CardQuery

Defined in:

queries/card_query.cr

Instance Method Summary

Instance methods inherited from class Card::BaseQuery

card_type(value)
card_type
card_type
, clone clone, content(value)
content
content
, created_at(value)
created_at
created_at
, deck_id(value)
deck_id
deck_id
, find(id) : T find, full_join_deck full_join_deck, id(value)
id
id
, inner_join_deck inner_join_deck, join_deck join_deck, last_review_at(value)
last_review_at
last_review_at
, left_join_deck left_join_deck, preload_deck(preload_query : Deck::BaseQuery) : self
preload_deck : self
preload_deck(&) : self
preload_deck
, right_join_deck right_join_deck, update(id : Int64 | Avram::Nothing = Avram::Nothing.new, created_at : Time | Avram::Nothing = Avram::Nothing.new, updated_at : Time | Avram::Nothing = Avram::Nothing.new, deck_id : Deck::PrimaryKeyType | Avram::Nothing = Avram::Nothing.new, card_type : Card::Type | Avram::Nothing = Avram::Nothing.new, content : Card::Content | Avram::Nothing = Avram::Nothing.new, last_review_at : Time | Avram::Nothing | Nil = Avram::Nothing.new) : Int64 update, updated_at(value)
updated_at
updated_at
, where_deck(assoc_query : Deck::BaseQuery, auto_inner_join : Bool = true) where_deck

Constructor methods inherited from class Card::BaseQuery

all : self all

Class methods inherited from class Card::BaseQuery

any? : Bool any?, find(id) : T 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_deck(record : Card, force : Bool = false) : Card
preload_deck(record : Card, force : Bool = false, &) : Card
preload_deck(record : Card, preload_query : Deck::BaseQuery, force : Bool = false) : Card
preload_deck(records : Enumerable(Card), force : Bool = false) : Array(Card)
preload_deck(records : Enumerable(Card), force : Bool = false, &) : Array(Card)
preload_deck(records : Enumerable(Card), preload_query : Deck::BaseQuery, force : Bool = false) : Array(Card)
preload_deck
, truncate(*, cascade : Bool = false, restart_identity : Bool = false) truncate

Macros inherited from class Card::BaseQuery

generate_criteria_method(name, type) generate_criteria_method

Instance Method Detail

def card_from_user(card_id, user_id) #

[View source]
def card_type #

def content #

def created_at #

def deck_id #

def id #

def last_review_at #

def updated_at #