Versions in this module Expand all Collapse all v0 v0.0.2 Nov 9, 2022 Changes in this version + const EdgePets + const FieldAge + const FieldID + const FieldName + const Label + const PetsColumn + const PetsInverseTable + const PetsTable + const Table + var Columns = []string + func Age(v int) predicate.User + func AgeEQ(v int) predicate.User + func AgeGT(v int) predicate.User + func AgeGTE(v int) predicate.User + func AgeIn(vs ...int) predicate.User + func AgeLT(v int) predicate.User + func AgeLTE(v int) predicate.User + func AgeNEQ(v int) predicate.User + func AgeNotIn(vs ...int) predicate.User + func And(predicates ...predicate.User) predicate.User + func HasPets() predicate.User + func HasPetsWith(preds ...predicate.Pet) predicate.User + func ID(id int) predicate.User + func IDEQ(id int) predicate.User + func IDGT(id int) predicate.User + func IDGTE(id int) predicate.User + func IDIn(ids ...int) predicate.User + func IDLT(id int) predicate.User + func IDLTE(id int) predicate.User + func IDNEQ(id int) predicate.User + func IDNotIn(ids ...int) predicate.User + func Name(v string) predicate.User + func NameContains(v string) predicate.User + func NameContainsFold(v string) predicate.User + func NameEQ(v string) predicate.User + func NameEqualFold(v string) predicate.User + func NameGT(v string) predicate.User + func NameGTE(v string) predicate.User + func NameHasPrefix(v string) predicate.User + func NameHasSuffix(v string) predicate.User + func NameIn(vs ...string) predicate.User + func NameLT(v string) predicate.User + func NameLTE(v string) predicate.User + func NameNEQ(v string) predicate.User + func NameNotIn(vs ...string) predicate.User + func Not(p predicate.User) predicate.User + func Or(predicates ...predicate.User) predicate.User + func ValidColumn(column string) bool