Versions in this module Expand all Collapse all v0 v0.6.0 Jul 24, 2024 v0.5.0 Apr 11, 2024 Changes in this version + const FieldEnum + const FieldID + const Label + const Table + var Columns = []string + func And(predicates ...predicate.EnumWithConflictingValue) predicate.EnumWithConflictingValue + func EnumEQ(v Enum) predicate.EnumWithConflictingValue + func EnumIn(vs ...Enum) predicate.EnumWithConflictingValue + func EnumNEQ(v Enum) predicate.EnumWithConflictingValue + func EnumNotIn(vs ...Enum) predicate.EnumWithConflictingValue + func EnumValidator(e Enum) error + func ID(id int) predicate.EnumWithConflictingValue + func IDEQ(id int) predicate.EnumWithConflictingValue + func IDGT(id int) predicate.EnumWithConflictingValue + func IDGTE(id int) predicate.EnumWithConflictingValue + func IDIn(ids ...int) predicate.EnumWithConflictingValue + func IDLT(id int) predicate.EnumWithConflictingValue + func IDLTE(id int) predicate.EnumWithConflictingValue + func IDNEQ(id int) predicate.EnumWithConflictingValue + func IDNotIn(ids ...int) predicate.EnumWithConflictingValue + func Not(p predicate.EnumWithConflictingValue) predicate.EnumWithConflictingValue + func Or(predicates ...predicate.EnumWithConflictingValue) predicate.EnumWithConflictingValue + func ValidColumn(column string) bool + type Enum string + const EnumJpeg + const EnumJpegAlt + func (e Enum) String() string + type OrderOption func(*sql.Selector) + func ByEnum(opts ...sql.OrderTermOption) OrderOption + func ByID(opts ...sql.OrderTermOption) OrderOption