Versions in this module Expand all Collapse all v1 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.Property) predicate.Property + func EncryptedBody(v string) predicate.Property + func EncryptedBodyContains(v string) predicate.Property + func EncryptedBodyContainsFold(v string) predicate.Property + func EncryptedBodyEQ(v string) predicate.Property + func EncryptedBodyEqualFold(v string) predicate.Property + func EncryptedBodyGT(v string) predicate.Property + func EncryptedBodyGTE(v string) predicate.Property + func EncryptedBodyHasPrefix(v string) predicate.Property + func EncryptedBodyHasSuffix(v string) predicate.Property + func EncryptedBodyIn(vs ...string) predicate.Property + func EncryptedBodyLT(v string) predicate.Property + func EncryptedBodyLTE(v string) predicate.Property + func EncryptedBodyNEQ(v string) predicate.Property + func EncryptedBodyNotIn(vs ...string) predicate.Property + func EncryptedID(v string) predicate.Property + func EncryptedIDContains(v string) predicate.Property + func EncryptedIDContainsFold(v string) predicate.Property + func EncryptedIDEQ(v string) predicate.Property + func EncryptedIDEqualFold(v string) predicate.Property + func EncryptedIDGT(v string) predicate.Property + func EncryptedIDGTE(v string) predicate.Property + func EncryptedIDHasPrefix(v string) predicate.Property + func EncryptedIDHasSuffix(v string) predicate.Property + func EncryptedIDIn(vs ...string) predicate.Property + func EncryptedIDLT(v string) predicate.Property + func EncryptedIDLTE(v string) predicate.Property + func EncryptedIDNEQ(v string) predicate.Property + func EncryptedIDNotIn(vs ...string) predicate.Property + func HasAccount() predicate.Property + func HasAccountWith(preds ...predicate.Account) predicate.Property + func Hash(v string) predicate.Property + func HashContains(v string) predicate.Property + func HashContainsFold(v string) predicate.Property + func HashEQ(v string) predicate.Property + func HashEqualFold(v string) predicate.Property + func HashGT(v string) predicate.Property + func HashGTE(v string) predicate.Property + func HashHasPrefix(v string) predicate.Property + func HashHasSuffix(v string) predicate.Property + func HashIn(vs ...string) predicate.Property + func HashLT(v string) predicate.Property + func HashLTE(v string) predicate.Property + func HashNEQ(v string) predicate.Property + func HashNotIn(vs ...string) predicate.Property + func ID(id int) predicate.Property + func IDEQ(id int) predicate.Property + func IDGT(id int) predicate.Property + func IDGTE(id int) predicate.Property + func IDIn(ids ...int) predicate.Property + func IDLT(id int) predicate.Property + func IDLTE(id int) predicate.Property + func IDNEQ(id int) predicate.Property + func IDNotIn(ids ...int) predicate.Property + func Level(v int32) predicate.Property + func LevelEQ(v int32) predicate.Property + func LevelGT(v int32) predicate.Property + func LevelGTE(v int32) predicate.Property + func LevelIn(vs ...int32) predicate.Property + func LevelLT(v int32) predicate.Property + func LevelLTE(v int32) predicate.Property + func LevelNEQ(v int32) predicate.Property + func LevelNotIn(vs ...int32) predicate.Property + func Not(p predicate.Property) predicate.Property + func Or(predicates ...predicate.Property) predicate.Property + func ValidColumn(column string) bool