eventswait

package
v0.5.4 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the eventswait type in the database.
	Label = "events_wait"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "oid"
	// FieldEvents holds the string denoting the events field in the database.
	FieldEvents = "events"
	// EdgeWorkflowevent holds the string denoting the workflowevent edge name in mutations.
	EdgeWorkflowevent = "workflowevent"
	// Table holds the table name of the eventswait in the database.
	Table = "events_waits"
	// WorkfloweventTable is the table that holds the workflowevent relation/edge.
	WorkfloweventTable = "events_waits"
	// WorkfloweventInverseTable is the table name for the Events entity.
	// It exists in this package in order to avoid circular dependency with the "events" package.
	WorkfloweventInverseTable = "events"
	// WorkfloweventColumn is the table column denoting the workflowevent relation/edge.
	WorkfloweventColumn = "events_wfeventswait"
)

Variables

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

Columns holds all SQL columns for eventswait fields.

View Source
var (
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() uuid.UUID
)
View Source
var ForeignKeys = []string{
	"events_wfeventswait",
}

ForeignKeys holds the SQL foreign-keys that are owned by the "events_waits" table and are not defined as standalone fields in the schema.

Functions

func And

func And(predicates ...predicate.EventsWait) predicate.EventsWait

And groups predicates with the AND operator between them.

func HasWorkflowevent

func HasWorkflowevent() predicate.EventsWait

HasWorkflowevent applies the HasEdge predicate on the "workflowevent" edge.

func HasWorkfloweventWith

func HasWorkfloweventWith(preds ...predicate.Events) predicate.EventsWait

HasWorkfloweventWith applies the HasEdge predicate on the "workflowevent" edge with a given conditions (other predicates).

func ID

ID filters vertices based on their ID field.

func IDEQ

func IDEQ(id uuid.UUID) predicate.EventsWait

IDEQ applies the EQ predicate on the ID field.

func IDGT

func IDGT(id uuid.UUID) predicate.EventsWait

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id uuid.UUID) predicate.EventsWait

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...uuid.UUID) predicate.EventsWait

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id uuid.UUID) predicate.EventsWait

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id uuid.UUID) predicate.EventsWait

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id uuid.UUID) predicate.EventsWait

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...uuid.UUID) predicate.EventsWait

IDNotIn applies the NotIn predicate on the ID field.

func Not

Not applies the not operator on the given predicate.

func Or

func Or(predicates ...predicate.EventsWait) predicate.EventsWait

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