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 FieldID + const FieldInt32s + const FieldInt64s + const FieldUint32s + const FieldUint64s + const Label + const Table + var Columns = []string + func And(predicates ...predicate.MessageWithInts) predicate.MessageWithInts + func ID(id int) predicate.MessageWithInts + func IDEQ(id int) predicate.MessageWithInts + func IDGT(id int) predicate.MessageWithInts + func IDGTE(id int) predicate.MessageWithInts + func IDIn(ids ...int) predicate.MessageWithInts + func IDLT(id int) predicate.MessageWithInts + func IDLTE(id int) predicate.MessageWithInts + func IDNEQ(id int) predicate.MessageWithInts + func IDNotIn(ids ...int) predicate.MessageWithInts + func Not(p predicate.MessageWithInts) predicate.MessageWithInts + func Or(predicates ...predicate.MessageWithInts) predicate.MessageWithInts + func ValidColumn(column string) bool + type OrderOption func(*sql.Selector) + func ByID(opts ...sql.OrderTermOption) OrderOption