class AuthUserQuery

Defined in:

queries/auth_user_query.cr

Instance Method Summary

Instance methods inherited from class AuthUser::BaseQuery

clone clone, date_joined(value)
date_joined
date_joined
, email(value)
email
email
, find(id) : T find, first_name(value)
first_name
first_name
, id(value)
id
id
, is_active(value)
is_active
is_active
, is_staff(value)
is_staff
is_staff
, is_superuser(value)
is_superuser
is_superuser
, last_login(value)
last_login
last_login
, last_name(value)
last_name
last_name
, password(value)
password
password
, update(id : Int32 | Avram::Nothing = IGNORE, password : String | Avram::Nothing = IGNORE, last_login : Time | Avram::Nothing | Nil = IGNORE, is_superuser : Bool | Avram::Nothing = IGNORE, username : String | Avram::Nothing = IGNORE, first_name : String | Avram::Nothing = IGNORE, last_name : String | Avram::Nothing = IGNORE, email : String | Avram::Nothing = IGNORE, is_staff : Bool | Avram::Nothing = IGNORE, is_active : Bool | Avram::Nothing = IGNORE, date_joined : Time | Avram::Nothing = IGNORE) : Int64 update, username(value)
username
username

Constructor methods inherited from class AuthUser::BaseQuery

all : self all

Class methods inherited from class AuthUser::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 AuthUser::BaseQuery

generate_criteria_method(name, type) generate_criteria_method

Instance Method Detail

def date_joined #

def email #

def first_name #

def id #

def is_active #

def is_staff #

def is_superuser #

def last_login #

def last_name #

def password #

def username #