class CollectionSettingQuery

Defined in:

queries/collection_setting_query.cr

Instance Method Summary

Instance methods inherited from class CollectionSetting::BaseQuery

clone clone, collection_name(value)
collection_name
collection_name
, created_at(value)
created_at
created_at
, find(id) : T find, id(value)
id
id
, institution_code(value)
institution_code
institution_code
, latest_collection_code(value)
latest_collection_code
latest_collection_code
, note(value)
note
note
, update(id : UUID | Avram::Nothing = IGNORE, created_at : Time | Avram::Nothing = IGNORE, user_id : Int32 | Avram::Nothing | Nil = IGNORE, collection_name : String | Avram::Nothing = IGNORE, institution_code : String | Avram::Nothing = IGNORE, latest_collection_code : Int32 | Avram::Nothing = IGNORE, note : String | Avram::Nothing = IGNORE) : Int64 update, user_id(value)
user_id
user_id

Constructor methods inherited from class CollectionSetting::BaseQuery

all : self all

Class methods inherited from class CollectionSetting::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?, truncate(*, cascade : Bool = false, restart_identity : Bool = false) truncate

Macros inherited from class CollectionSetting::BaseQuery

generate_criteria_method(name, type) generate_criteria_method

Instance Method Detail

def collection_name #

def created_at #

def id #

def institution_code #

def latest_collection_code #

def note #

def user_id #