Versions in this module Expand all Collapse all v1 v1.0.1 Apr 12, 2022 Changes in this version + const FieldID + const FieldNillableInt + const FieldUniqueFloat + const FieldUniqueInt + const Label + func And(predicates ...predicate.Comment) predicate.Comment + func ID(id string) predicate.Comment + func IDEQ(id string) predicate.Comment + func IDGT(id string) predicate.Comment + func IDGTE(id string) predicate.Comment + func IDIn(ids ...string) predicate.Comment + func IDLT(id string) predicate.Comment + func IDLTE(id string) predicate.Comment + func IDNEQ(id string) predicate.Comment + func IDNotIn(ids ...string) predicate.Comment + func NillableInt(v int) predicate.Comment + func NillableIntEQ(v int) predicate.Comment + func NillableIntGT(v int) predicate.Comment + func NillableIntGTE(v int) predicate.Comment + func NillableIntIn(vs ...int) predicate.Comment + func NillableIntIsNil() predicate.Comment + func NillableIntLT(v int) predicate.Comment + func NillableIntLTE(v int) predicate.Comment + func NillableIntNEQ(v int) predicate.Comment + func NillableIntNotIn(vs ...int) predicate.Comment + func NillableIntNotNil() predicate.Comment + func Not(p predicate.Comment) predicate.Comment + func Or(predicates ...predicate.Comment) predicate.Comment + func UniqueFloat(v float64) predicate.Comment + func UniqueFloatEQ(v float64) predicate.Comment + func UniqueFloatGT(v float64) predicate.Comment + func UniqueFloatGTE(v float64) predicate.Comment + func UniqueFloatIn(vs ...float64) predicate.Comment + func UniqueFloatLT(v float64) predicate.Comment + func UniqueFloatLTE(v float64) predicate.Comment + func UniqueFloatNEQ(v float64) predicate.Comment + func UniqueFloatNotIn(vs ...float64) predicate.Comment + func UniqueInt(v int) predicate.Comment + func UniqueIntEQ(v int) predicate.Comment + func UniqueIntGT(v int) predicate.Comment + func UniqueIntGTE(v int) predicate.Comment + func UniqueIntIn(vs ...int) predicate.Comment + func UniqueIntLT(v int) predicate.Comment + func UniqueIntLTE(v int) predicate.Comment + func UniqueIntNEQ(v int) predicate.Comment + func UniqueIntNotIn(vs ...int) predicate.Comment