Versions in this module Expand all Collapse all v0 v0.1.1 May 3, 2024 Changes in this version + const EdgeImages + const FieldID + const ImagesColumn + const ImagesInverseTable + const ImagesTable + const Label + const Table + var Columns = []string + func And(predicates ...predicate.NoBackref) predicate.NoBackref + func HasImages() predicate.NoBackref + func HasImagesWith(preds ...predicate.Image) predicate.NoBackref + func ID(id int) predicate.NoBackref + func IDEQ(id int) predicate.NoBackref + func IDGT(id int) predicate.NoBackref + func IDGTE(id int) predicate.NoBackref + func IDIn(ids ...int) predicate.NoBackref + func IDLT(id int) predicate.NoBackref + func IDLTE(id int) predicate.NoBackref + func IDNEQ(id int) predicate.NoBackref + func IDNotIn(ids ...int) predicate.NoBackref + func Not(p predicate.NoBackref) predicate.NoBackref + func Or(predicates ...predicate.NoBackref) predicate.NoBackref + func ValidColumn(column string) bool + type OrderOption func(*sql.Selector) + func ByID(opts ...sql.OrderTermOption) OrderOption + func ByImages(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption + func ByImagesCount(opts ...sql.OrderTermOption) OrderOption