Versions in this module Expand all Collapse all v0 v0.0.1 Mar 2, 2024 Changes in this version + const EdgeSubscribe + const FieldGroup + const FieldID + const FieldName + const Label + const SubscribeColumn + const SubscribeInverseTable + const SubscribeTable + const Table + var Columns = []string + var ForeignKeys = []string + func And(predicates ...predicate.Node) predicate.Node + func Group(v string) predicate.Node + func GroupContains(v string) predicate.Node + func GroupContainsFold(v string) predicate.Node + func GroupEQ(v string) predicate.Node + func GroupEqualFold(v string) predicate.Node + func GroupGT(v string) predicate.Node + func GroupGTE(v string) predicate.Node + func GroupHasPrefix(v string) predicate.Node + func GroupHasSuffix(v string) predicate.Node + func GroupIn(vs ...string) predicate.Node + func GroupLT(v string) predicate.Node + func GroupLTE(v string) predicate.Node + func GroupNEQ(v string) predicate.Node + func GroupNotIn(vs ...string) predicate.Node + func HasSubscribe() predicate.Node + func HasSubscribeWith(preds ...predicate.Subscribe) predicate.Node + func ID(id int) predicate.Node + func IDEQ(id int) predicate.Node + func IDGT(id int) predicate.Node + func IDGTE(id int) predicate.Node + func IDIn(ids ...int) predicate.Node + func IDLT(id int) predicate.Node + func IDLTE(id int) predicate.Node + func IDNEQ(id int) predicate.Node + func IDNotIn(ids ...int) predicate.Node + func Name(v string) predicate.Node + func NameContains(v string) predicate.Node + func NameContainsFold(v string) predicate.Node + func NameEQ(v string) predicate.Node + func NameEqualFold(v string) predicate.Node + func NameGT(v string) predicate.Node + func NameGTE(v string) predicate.Node + func NameHasPrefix(v string) predicate.Node + func NameHasSuffix(v string) predicate.Node + func NameIn(vs ...string) predicate.Node + func NameLT(v string) predicate.Node + func NameLTE(v string) predicate.Node + func NameNEQ(v string) predicate.Node + func NameNotIn(vs ...string) predicate.Node + func Not(p predicate.Node) predicate.Node + func Or(predicates ...predicate.Node) predicate.Node + func ValidColumn(column string) bool + type OrderOption func(*sql.Selector) + func ByGroup(opts ...sql.OrderTermOption) OrderOption + func ByID(opts ...sql.OrderTermOption) OrderOption + func ByName(opts ...sql.OrderTermOption) OrderOption + func BySubscribeField(field string, opts ...sql.OrderTermOption) OrderOption