Versions in this module Expand all Collapse all v1 v1.3.0 Mar 23, 2025 v1.2.0 Nov 28, 2024 Changes in this version + const AccountColumn + const AccountInverseTable + const AccountTable + const EdgeAccount + const FieldEncryptedBody + const FieldEncryptedID + const FieldHash + const FieldID + const FieldLevel + const Label + const Table + var Columns = []string + var ForeignKeys = []string + func And(predicates ...predicate.Identity) predicate.Identity + func EncryptedBody(v string) predicate.Identity + func EncryptedBodyContains(v string) predicate.Identity + func EncryptedBodyContainsFold(v string) predicate.Identity + func EncryptedBodyEQ(v string) predicate.Identity + func EncryptedBodyEqualFold(v string) predicate.Identity + func EncryptedBodyGT(v string) predicate.Identity + func EncryptedBodyGTE(v string) predicate.Identity + func EncryptedBodyHasPrefix(v string) predicate.Identity + func EncryptedBodyHasSuffix(v string) predicate.Identity + func EncryptedBodyIn(vs ...string) predicate.Identity + func EncryptedBodyLT(v string) predicate.Identity + func EncryptedBodyLTE(v string) predicate.Identity + func EncryptedBodyNEQ(v string) predicate.Identity + func EncryptedBodyNotIn(vs ...string) predicate.Identity + func EncryptedID(v string) predicate.Identity + func EncryptedIDContains(v string) predicate.Identity + func EncryptedIDContainsFold(v string) predicate.Identity + func EncryptedIDEQ(v string) predicate.Identity + func EncryptedIDEqualFold(v string) predicate.Identity + func EncryptedIDGT(v string) predicate.Identity + func EncryptedIDGTE(v string) predicate.Identity + func EncryptedIDHasPrefix(v string) predicate.Identity + func EncryptedIDHasSuffix(v string) predicate.Identity + func EncryptedIDIn(vs ...string) predicate.Identity + func EncryptedIDLT(v string) predicate.Identity + func EncryptedIDLTE(v string) predicate.Identity + func EncryptedIDNEQ(v string) predicate.Identity + func EncryptedIDNotIn(vs ...string) predicate.Identity + func HasAccount() predicate.Identity + func HasAccountWith(preds ...predicate.Account) predicate.Identity + func Hash(v string) predicate.Identity + func HashContains(v string) predicate.Identity + func HashContainsFold(v string) predicate.Identity + func HashEQ(v string) predicate.Identity + func HashEqualFold(v string) predicate.Identity + func HashGT(v string) predicate.Identity + func HashGTE(v string) predicate.Identity + func HashHasPrefix(v string) predicate.Identity + func HashHasSuffix(v string) predicate.Identity + func HashIn(vs ...string) predicate.Identity + func HashLT(v string) predicate.Identity + func HashLTE(v string) predicate.Identity + func HashNEQ(v string) predicate.Identity + func HashNotIn(vs ...string) predicate.Identity + func ID(id int) predicate.Identity + func IDEQ(id int) predicate.Identity + func IDGT(id int) predicate.Identity + func IDGTE(id int) predicate.Identity + func IDIn(ids ...int) predicate.Identity + func IDLT(id int) predicate.Identity + func IDLTE(id int) predicate.Identity + func IDNEQ(id int) predicate.Identity + func IDNotIn(ids ...int) predicate.Identity + func Level(v int32) predicate.Identity + func LevelEQ(v int32) predicate.Identity + func LevelGT(v int32) predicate.Identity + func LevelGTE(v int32) predicate.Identity + func LevelIn(vs ...int32) predicate.Identity + func LevelLT(v int32) predicate.Identity + func LevelLTE(v int32) predicate.Identity + func LevelNEQ(v int32) predicate.Identity + func LevelNotIn(vs ...int32) predicate.Identity + func Not(p predicate.Identity) predicate.Identity + func Or(predicates ...predicate.Identity) predicate.Identity + func ValidColumn(column string) bool