duplicatenumbermessage

package
v0.2.5 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the duplicatenumbermessage type in the database.
	Label = "duplicate_number_message"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldHello holds the string denoting the hello field in the database.
	FieldHello = "hello"
	// FieldWorld holds the string denoting the world field in the database.
	FieldWorld = "world"
	// Table holds the table name of the duplicatenumbermessage in the database.
	Table = "duplicate_number_messages"
)

Variables

Columns holds all SQL columns for duplicatenumbermessage fields.

Functions

func And

And groups predicates with the AND operator between them.

func Hello

Hello applies equality check predicate on the "hello" field. It's identical to HelloEQ.

func HelloContains

func HelloContains(v string) predicate.DuplicateNumberMessage

HelloContains applies the Contains predicate on the "hello" field.

func HelloContainsFold

func HelloContainsFold(v string) predicate.DuplicateNumberMessage

HelloContainsFold applies the ContainsFold predicate on the "hello" field.

func HelloEQ

HelloEQ applies the EQ predicate on the "hello" field.

func HelloEqualFold

func HelloEqualFold(v string) predicate.DuplicateNumberMessage

HelloEqualFold applies the EqualFold predicate on the "hello" field.

func HelloGT

HelloGT applies the GT predicate on the "hello" field.

func HelloGTE

HelloGTE applies the GTE predicate on the "hello" field.

func HelloHasPrefix

func HelloHasPrefix(v string) predicate.DuplicateNumberMessage

HelloHasPrefix applies the HasPrefix predicate on the "hello" field.

func HelloHasSuffix

func HelloHasSuffix(v string) predicate.DuplicateNumberMessage

HelloHasSuffix applies the HasSuffix predicate on the "hello" field.

func HelloIn

HelloIn applies the In predicate on the "hello" field.

func HelloLT

HelloLT applies the LT predicate on the "hello" field.

func HelloLTE

HelloLTE applies the LTE predicate on the "hello" field.

func HelloNEQ

HelloNEQ applies the NEQ predicate on the "hello" field.

func HelloNotIn

func HelloNotIn(vs ...string) predicate.DuplicateNumberMessage

HelloNotIn applies the NotIn predicate on the "hello" 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

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.DuplicateNumberMessage

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).

func World

World applies equality check predicate on the "world" field. It's identical to WorldEQ.

func WorldContains

func WorldContains(v string) predicate.DuplicateNumberMessage

WorldContains applies the Contains predicate on the "world" field.

func WorldContainsFold

func WorldContainsFold(v string) predicate.DuplicateNumberMessage

WorldContainsFold applies the ContainsFold predicate on the "world" field.

func WorldEQ

WorldEQ applies the EQ predicate on the "world" field.

func WorldEqualFold

func WorldEqualFold(v string) predicate.DuplicateNumberMessage

WorldEqualFold applies the EqualFold predicate on the "world" field.

func WorldGT

WorldGT applies the GT predicate on the "world" field.

func WorldGTE

WorldGTE applies the GTE predicate on the "world" field.

func WorldHasPrefix

func WorldHasPrefix(v string) predicate.DuplicateNumberMessage

WorldHasPrefix applies the HasPrefix predicate on the "world" field.

func WorldHasSuffix

func WorldHasSuffix(v string) predicate.DuplicateNumberMessage

WorldHasSuffix applies the HasSuffix predicate on the "world" field.

func WorldIn

WorldIn applies the In predicate on the "world" field.

func WorldLT

WorldLT applies the LT predicate on the "world" field.

func WorldLTE

WorldLTE applies the LTE predicate on the "world" field.

func WorldNEQ

WorldNEQ applies the NEQ predicate on the "world" field.

func WorldNotIn

func WorldNotIn(vs ...string) predicate.DuplicateNumberMessage

WorldNotIn applies the NotIn predicate on the "world" field.

Types

This section is empty.

Jump to

Keyboard shortcuts

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