class PaperQuery

Defined in:

queries/paper_query.cr

Instance Method Summary

Instance methods inherited from class Paper::BaseQuery

clone clone, created_at(value)
created_at
created_at
, find(id) find, id(value)
id
id
, links(value)
links
links
, name(value)
name
name
, published_day(value)
published_day
published_day
, published_month(value)
published_month
published_month
, published_year(value)
published_year
published_year
, recorded_species(value)
recorded_species
recorded_species
, summary(value)
summary
summary
, update(id : UUID | Avram::Nothing = Avram::Nothing.new, created_at : Time | Avram::Nothing = Avram::Nothing.new, updated_at : Time | Avram::Nothing = Avram::Nothing.new, name : String | Avram::Nothing = Avram::Nothing.new, summary : String | Avram::Nothing = Avram::Nothing.new, published_year : Int32 | Avram::Nothing = Avram::Nothing.new, published_month : Int32 | Avram::Nothing = Avram::Nothing.new, published_day : Int32 | Avram::Nothing = Avram::Nothing.new, recorded_species : Array(String) | Avram::Nothing = Avram::Nothing.new, used_specimens : Array(String) | Avram::Nothing = Avram::Nothing.new, links : Array(String) | Avram::Nothing = Avram::Nothing.new) : Int64 update, updated_at(value)
updated_at
updated_at
, used_specimens(value)
used_specimens
used_specimens

Constructor methods inherited from class Paper::BaseQuery

all : self all

Class methods inherited from class Paper::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 created_at #

def id #

def links #

def name #

def published_day #

def published_month #

def published_year #

def recorded_species #

def summary #

def updated_at #

def used_specimens #