Versions in this module Expand all Collapse all v1 v1.0.0 Jun 29, 2021 Changes in this version + const CategoryColumn + const CategoryInverseTable + const CategoryTable + const EdgeCategory + const FieldDescription + const FieldID + const FieldName + const Label + const Table + var Columns = []string + var ForeignKeys = []string + func And(predicates ...predicate.Portal) predicate.Portal + func Description(v string) predicate.Portal + func DescriptionContains(v string) predicate.Portal + func DescriptionContainsFold(v string) predicate.Portal + func DescriptionEQ(v string) predicate.Portal + func DescriptionEqualFold(v string) predicate.Portal + func DescriptionGT(v string) predicate.Portal + func DescriptionGTE(v string) predicate.Portal + func DescriptionHasPrefix(v string) predicate.Portal + func DescriptionHasSuffix(v string) predicate.Portal + func DescriptionIn(vs ...string) predicate.Portal + func DescriptionLT(v string) predicate.Portal + func DescriptionLTE(v string) predicate.Portal + func DescriptionNEQ(v string) predicate.Portal + func DescriptionNotIn(vs ...string) predicate.Portal + func HasCategory() predicate.Portal + func HasCategoryWith(preds ...predicate.Category) predicate.Portal + func ID(id int) predicate.Portal + func IDEQ(id int) predicate.Portal + func IDGT(id int) predicate.Portal + func IDGTE(id int) predicate.Portal + func IDIn(ids ...int) predicate.Portal + func IDLT(id int) predicate.Portal + func IDLTE(id int) predicate.Portal + func IDNEQ(id int) predicate.Portal + func IDNotIn(ids ...int) predicate.Portal + func Name(v string) predicate.Portal + func NameContains(v string) predicate.Portal + func NameContainsFold(v string) predicate.Portal + func NameEQ(v string) predicate.Portal + func NameEqualFold(v string) predicate.Portal + func NameGT(v string) predicate.Portal + func NameGTE(v string) predicate.Portal + func NameHasPrefix(v string) predicate.Portal + func NameHasSuffix(v string) predicate.Portal + func NameIn(vs ...string) predicate.Portal + func NameLT(v string) predicate.Portal + func NameLTE(v string) predicate.Portal + func NameNEQ(v string) predicate.Portal + func NameNotIn(vs ...string) predicate.Portal + func Not(p predicate.Portal) predicate.Portal + func Or(predicates ...predicate.Portal) predicate.Portal + func ValidColumn(column string) bool