workfloweventswait

package
v0.5.6 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the workfloweventswait type in the database.
	Label = "workflow_events_wait"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// 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 workfloweventswait in the database.
	Table = "workflow_events_waits"
	// WorkfloweventTable is the table that holds the workflowevent relation/edge.
	WorkfloweventTable = "workflow_events_waits"
	// WorkfloweventInverseTable is the table name for the WorkflowEvents entity.
	// It exists in this package in order to avoid circular dependency with the "workflowevents" package.
	WorkfloweventInverseTable = "workflow_events"
	// WorkfloweventColumn is the table column denoting the workflowevent relation/edge.
	WorkfloweventColumn = "workflow_events_wfeventswait"
)

Variables

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

Columns holds all SQL columns for workfloweventswait fields.

View Source
var ForeignKeys = []string{
	"workflow_events_wfeventswait",
}

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

Functions

func And

And groups predicates with the AND operator between them.

func HasWorkflowevent

func HasWorkflowevent() predicate.WorkflowEventsWait

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

func HasWorkfloweventWith

func HasWorkfloweventWith(preds ...predicate.WorkflowEvents) predicate.WorkflowEventsWait

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

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

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

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