class TranscompileTaskQuery

Defined in:

queries/transcompile_task_query.cr

Instance Method Summary

Instance methods inherited from class TranscompileTask::BaseQuery

clone clone, completed(value)
completed
completed
, created_at(value)
created_at
created_at
, find(id) find, id(value)
id
id
, inp_lang(value)
inp_lang
inp_lang
, input_code(value)
input_code
input_code
, outp_lang(value)
outp_lang
outp_lang
, output_code(value)
output_code
output_code
, priority(value)
priority
priority
, update(id : Int64 | Avram::Nothing = Avram::Nothing.new, created_at : Time | Avram::Nothing = Avram::Nothing.new, updated_at : Time | Avram::Nothing = Avram::Nothing.new, input_code : String | Avram::Nothing = Avram::Nothing.new, output_code : String | Avram::Nothing | Nil = Avram::Nothing.new, completed : Bool | Avram::Nothing = Avram::Nothing.new, priority : Int32 | Avram::Nothing = Avram::Nothing.new, inp_lang : String | Avram::Nothing = Avram::Nothing.new, outp_lang : String | Avram::Nothing = Avram::Nothing.new) : Int64 update, updated_at(value)
updated_at
updated_at

Constructor methods inherited from class TranscompileTask::BaseQuery

all : self all

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

Instance Method Detail

def completed #

def created_at #

def id #

def inp_lang #

def input_code #

def outp_lang #

def output_code #

def priority #

def updated_at #