eventnameautofill

package
v0.0.0-...-72a65b5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
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

View Source
var Columns = []string{
	FieldID,
	FieldEventName,
}

Columns holds all SQL columns for eventnameautofill fields.

Functions

func And

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 ID

ID filters vertices based on their ID field.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDGT

IDGT applies the GT predicate on the ID field.

func IDGTE

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

IDLT applies the LT predicate on the ID field.

func IDLTE

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

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

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func ValidColumn

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL