Versions in this module Expand all Collapse all v0 v0.1.1 May 3, 2024 Changes in this version + const FieldID + const Label + const Table + var Columns = []string + func And(predicates ...predicate.WithNilFields) predicate.WithNilFields + func ID(id int) predicate.WithNilFields + func IDEQ(id int) predicate.WithNilFields + func IDGT(id int) predicate.WithNilFields + func IDGTE(id int) predicate.WithNilFields + func IDIn(ids ...int) predicate.WithNilFields + func IDLT(id int) predicate.WithNilFields + func IDLTE(id int) predicate.WithNilFields + func IDNEQ(id int) predicate.WithNilFields + func IDNotIn(ids ...int) predicate.WithNilFields + func Not(p predicate.WithNilFields) predicate.WithNilFields + func Or(predicates ...predicate.WithNilFields) predicate.WithNilFields + func ValidColumn(column string) bool + type OrderOption func(*sql.Selector) + func ByID(opts ...sql.OrderTermOption) OrderOption