Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.EventNameAutofill) predicate.EventNameAutofill
- func EventName(v string) predicate.EventNameAutofill
- func EventNameContains(v string) predicate.EventNameAutofill
- func EventNameContainsFold(v string) predicate.EventNameAutofill
- func EventNameEQ(v string) predicate.EventNameAutofill
- func EventNameEqualFold(v string) predicate.EventNameAutofill
- func EventNameGT(v string) predicate.EventNameAutofill
- func EventNameGTE(v string) predicate.EventNameAutofill
- func EventNameHasPrefix(v string) predicate.EventNameAutofill
- func EventNameHasSuffix(v string) predicate.EventNameAutofill
- func EventNameIn(vs ...string) predicate.EventNameAutofill
- func EventNameLT(v string) predicate.EventNameAutofill
- func EventNameLTE(v string) predicate.EventNameAutofill
- func EventNameNEQ(v string) predicate.EventNameAutofill
- func EventNameNotIn(vs ...string) predicate.EventNameAutofill
- func ID(id int) predicate.EventNameAutofill
- func IDEQ(id int) predicate.EventNameAutofill
- func IDGT(id int) predicate.EventNameAutofill
- func IDGTE(id int) predicate.EventNameAutofill
- func IDIn(ids ...int) predicate.EventNameAutofill
- func IDLT(id int) predicate.EventNameAutofill
- func IDLTE(id int) predicate.EventNameAutofill
- func IDNEQ(id int) predicate.EventNameAutofill
- func IDNotIn(ids ...int) predicate.EventNameAutofill
- func Not(p predicate.EventNameAutofill) predicate.EventNameAutofill
- func Or(predicates ...predicate.EventNameAutofill) predicate.EventNameAutofill
- func ValidColumn(column string) bool
Constants ¶
const ( // Label holds the string label denoting the eventnameautofill type in the database. Label = "event_name_autofill" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldEventName holds the string denoting the eventname field in the database. FieldEventName = "event_name" // Table holds the table name of the eventnameautofill in the database. Table = "event_name_autofills" )
Variables ¶
var Columns = []string{ FieldID, FieldEventName, }
Columns holds all SQL columns for eventnameautofill fields.
Functions ¶
func And ¶
func And(predicates ...predicate.EventNameAutofill) predicate.EventNameAutofill
And groups predicates with the AND operator between them.
func EventName ¶
func EventName(v string) predicate.EventNameAutofill
EventName applies equality check predicate on the "eventName" field. It's identical to EventNameEQ.
func EventNameContains ¶
func EventNameContains(v string) predicate.EventNameAutofill
EventNameContains applies the Contains predicate on the "eventName" field.
func EventNameContainsFold ¶
func EventNameContainsFold(v string) predicate.EventNameAutofill
EventNameContainsFold applies the ContainsFold predicate on the "eventName" field.
func EventNameEQ ¶
func EventNameEQ(v string) predicate.EventNameAutofill
EventNameEQ applies the EQ predicate on the "eventName" field.
func EventNameEqualFold ¶
func EventNameEqualFold(v string) predicate.EventNameAutofill
EventNameEqualFold applies the EqualFold predicate on the "eventName" field.
func EventNameGT ¶
func EventNameGT(v string) predicate.EventNameAutofill
EventNameGT applies the GT predicate on the "eventName" field.
func EventNameGTE ¶
func EventNameGTE(v string) predicate.EventNameAutofill
EventNameGTE applies the GTE predicate on the "eventName" field.
func EventNameHasPrefix ¶
func EventNameHasPrefix(v string) predicate.EventNameAutofill
EventNameHasPrefix applies the HasPrefix predicate on the "eventName" field.
func EventNameHasSuffix ¶
func EventNameHasSuffix(v string) predicate.EventNameAutofill
EventNameHasSuffix applies the HasSuffix predicate on the "eventName" field.
func EventNameIn ¶
func EventNameIn(vs ...string) predicate.EventNameAutofill
EventNameIn applies the In predicate on the "eventName" field.
func EventNameLT ¶
func EventNameLT(v string) predicate.EventNameAutofill
EventNameLT applies the LT predicate on the "eventName" field.
func EventNameLTE ¶
func EventNameLTE(v string) predicate.EventNameAutofill
EventNameLTE applies the LTE predicate on the "eventName" field.
func EventNameNEQ ¶
func EventNameNEQ(v string) predicate.EventNameAutofill
EventNameNEQ applies the NEQ predicate on the "eventName" field.
func EventNameNotIn ¶
func EventNameNotIn(vs ...string) predicate.EventNameAutofill
EventNameNotIn applies the NotIn predicate on the "eventName" field.
func IDEQ ¶
func IDEQ(id int) predicate.EventNameAutofill
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id int) predicate.EventNameAutofill
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id int) predicate.EventNameAutofill
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...int) predicate.EventNameAutofill
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id int) predicate.EventNameAutofill
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id int) predicate.EventNameAutofill
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id int) predicate.EventNameAutofill
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...int) predicate.EventNameAutofill
IDNotIn applies the NotIn predicate on the ID field.
func Not ¶
func Not(p predicate.EventNameAutofill) predicate.EventNameAutofill
Not applies the not operator on the given predicate.
func Or ¶
func Or(predicates ...predicate.EventNameAutofill) predicate.EventNameAutofill
Or groups predicates with the OR operator between them.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
Types ¶
This section is empty.