class AuthorQuery
- AuthorQuery
- Author::BaseQuery
- Reference
- Object
Defined in:
queries/author_query.crInstance Method Summary
Instance methods inherited from class Author::BaseQuery
clone
clone,
created_at(value)created_at created_at, find(id) find, first_name(value)
first_name first_name, id(value)
id id, last_name(value)
last_name last_name, update(id : Int64 | Avram::Nothing = Avram::Nothing.new, created_at : Time | Avram::Nothing = Avram::Nothing.new, updated_at : Time | Avram::Nothing = Avram::Nothing.new, first_name : String | Avram::Nothing = Avram::Nothing.new, last_name : String | Avram::Nothing = Avram::Nothing.new) : Int64 update, updated_at(value)
updated_at updated_at