flowinstancedata

package
v0.0.0-...-19e0465 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the flowinstancedata type in the database.
	Label = "flow_instance_data"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// FieldUpdatedAt holds the string denoting the updated_at field in the database.
	FieldUpdatedAt = "updated_at"
	// FieldDeletedAt holds the string denoting the deleted_at field in the database.
	FieldDeletedAt = "deleted_at"
	// FieldFlowInstanceID holds the string denoting the flow_instance_id field in the database.
	FieldFlowInstanceID = "flow_instance_id"
	// FieldFlowNodeInstanceID holds the string denoting the flow_node_instance_id field in the database.
	FieldFlowNodeInstanceID = "flow_node_instance_id"
	// FieldNodeKey holds the string denoting the node_key field in the database.
	FieldNodeKey = "node_key"
	// FieldData holds the string denoting the data field in the database.
	FieldData = "data"
	// FieldType holds the string denoting the type field in the database.
	FieldType = "type"
	// Table holds the table name of the flowinstancedata in the database.
	Table = "flow_instance_data"
)

Variables

View Source
var (
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() int64
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() int64
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() int64
	// DefaultDeletedAt holds the default value on creation for the "deleted_at" field.
	DefaultDeletedAt int64
	// FlowInstanceIDValidator is a validator for the "flow_instance_id" field. It is called by the builders before save.
	FlowInstanceIDValidator func(string) error
	// DefaultType holds the default value on creation for the "type" field.
	DefaultType int8
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() string
	// IDValidator is a validator for the "id" field. It is called by the builders before save.
	IDValidator func(string) error
)

Columns holds all SQL columns for flowinstancedata fields.

Functions

func And

And groups predicates with the AND operator between them.

func CreatedAt

func CreatedAt(v int64) predicate.FlowInstanceData

CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.

func CreatedAtEQ

func CreatedAtEQ(v int64) predicate.FlowInstanceData

CreatedAtEQ applies the EQ predicate on the "created_at" field.

func CreatedAtGT

func CreatedAtGT(v int64) predicate.FlowInstanceData

CreatedAtGT applies the GT predicate on the "created_at" field.

func CreatedAtGTE

func CreatedAtGTE(v int64) predicate.FlowInstanceData

CreatedAtGTE applies the GTE predicate on the "created_at" field.

func CreatedAtIn

func CreatedAtIn(vs ...int64) predicate.FlowInstanceData

CreatedAtIn applies the In predicate on the "created_at" field.

func CreatedAtLT

func CreatedAtLT(v int64) predicate.FlowInstanceData

CreatedAtLT applies the LT predicate on the "created_at" field.

func CreatedAtLTE

func CreatedAtLTE(v int64) predicate.FlowInstanceData

CreatedAtLTE applies the LTE predicate on the "created_at" field.

func CreatedAtNEQ

func CreatedAtNEQ(v int64) predicate.FlowInstanceData

CreatedAtNEQ applies the NEQ predicate on the "created_at" field.

func CreatedAtNotIn

func CreatedAtNotIn(vs ...int64) predicate.FlowInstanceData

CreatedAtNotIn applies the NotIn predicate on the "created_at" field.

func DataIsNil

func DataIsNil() predicate.FlowInstanceData

DataIsNil applies the IsNil predicate on the "data" field.

func DataNotNil

func DataNotNil() predicate.FlowInstanceData

DataNotNil applies the NotNil predicate on the "data" field.

func DeletedAt

func DeletedAt(v int64) predicate.FlowInstanceData

DeletedAt applies equality check predicate on the "deleted_at" field. It's identical to DeletedAtEQ.

func DeletedAtEQ

func DeletedAtEQ(v int64) predicate.FlowInstanceData

DeletedAtEQ applies the EQ predicate on the "deleted_at" field.

func DeletedAtGT

func DeletedAtGT(v int64) predicate.FlowInstanceData

DeletedAtGT applies the GT predicate on the "deleted_at" field.

func DeletedAtGTE

func DeletedAtGTE(v int64) predicate.FlowInstanceData

DeletedAtGTE applies the GTE predicate on the "deleted_at" field.

func DeletedAtIn

func DeletedAtIn(vs ...int64) predicate.FlowInstanceData

DeletedAtIn applies the In predicate on the "deleted_at" field.

func DeletedAtIsNil

func DeletedAtIsNil() predicate.FlowInstanceData

DeletedAtIsNil applies the IsNil predicate on the "deleted_at" field.

func DeletedAtLT

func DeletedAtLT(v int64) predicate.FlowInstanceData

DeletedAtLT applies the LT predicate on the "deleted_at" field.

func DeletedAtLTE

func DeletedAtLTE(v int64) predicate.FlowInstanceData

DeletedAtLTE applies the LTE predicate on the "deleted_at" field.

func DeletedAtNEQ

func DeletedAtNEQ(v int64) predicate.FlowInstanceData

DeletedAtNEQ applies the NEQ predicate on the "deleted_at" field.

func DeletedAtNotIn

func DeletedAtNotIn(vs ...int64) predicate.FlowInstanceData

DeletedAtNotIn applies the NotIn predicate on the "deleted_at" field.

func DeletedAtNotNil

func DeletedAtNotNil() predicate.FlowInstanceData

DeletedAtNotNil applies the NotNil predicate on the "deleted_at" field.

func FlowInstanceID

func FlowInstanceID(v string) predicate.FlowInstanceData

FlowInstanceID applies equality check predicate on the "flow_instance_id" field. It's identical to FlowInstanceIDEQ.

func FlowInstanceIDContains

func FlowInstanceIDContains(v string) predicate.FlowInstanceData

FlowInstanceIDContains applies the Contains predicate on the "flow_instance_id" field.

func FlowInstanceIDContainsFold

func FlowInstanceIDContainsFold(v string) predicate.FlowInstanceData

FlowInstanceIDContainsFold applies the ContainsFold predicate on the "flow_instance_id" field.

func FlowInstanceIDEQ

func FlowInstanceIDEQ(v string) predicate.FlowInstanceData

FlowInstanceIDEQ applies the EQ predicate on the "flow_instance_id" field.

func FlowInstanceIDEqualFold

func FlowInstanceIDEqualFold(v string) predicate.FlowInstanceData

FlowInstanceIDEqualFold applies the EqualFold predicate on the "flow_instance_id" field.

func FlowInstanceIDGT

func FlowInstanceIDGT(v string) predicate.FlowInstanceData

FlowInstanceIDGT applies the GT predicate on the "flow_instance_id" field.

func FlowInstanceIDGTE

func FlowInstanceIDGTE(v string) predicate.FlowInstanceData

FlowInstanceIDGTE applies the GTE predicate on the "flow_instance_id" field.

func FlowInstanceIDHasPrefix

func FlowInstanceIDHasPrefix(v string) predicate.FlowInstanceData

FlowInstanceIDHasPrefix applies the HasPrefix predicate on the "flow_instance_id" field.

func FlowInstanceIDHasSuffix

func FlowInstanceIDHasSuffix(v string) predicate.FlowInstanceData

FlowInstanceIDHasSuffix applies the HasSuffix predicate on the "flow_instance_id" field.

func FlowInstanceIDIn

func FlowInstanceIDIn(vs ...string) predicate.FlowInstanceData

FlowInstanceIDIn applies the In predicate on the "flow_instance_id" field.

func FlowInstanceIDLT

func FlowInstanceIDLT(v string) predicate.FlowInstanceData

FlowInstanceIDLT applies the LT predicate on the "flow_instance_id" field.

func FlowInstanceIDLTE

func FlowInstanceIDLTE(v string) predicate.FlowInstanceData

FlowInstanceIDLTE applies the LTE predicate on the "flow_instance_id" field.

func FlowInstanceIDNEQ

func FlowInstanceIDNEQ(v string) predicate.FlowInstanceData

FlowInstanceIDNEQ applies the NEQ predicate on the "flow_instance_id" field.

func FlowInstanceIDNotIn

func FlowInstanceIDNotIn(vs ...string) predicate.FlowInstanceData

FlowInstanceIDNotIn applies the NotIn predicate on the "flow_instance_id" field.

func FlowNodeInstanceID

func FlowNodeInstanceID(v string) predicate.FlowInstanceData

FlowNodeInstanceID applies equality check predicate on the "flow_node_instance_id" field. It's identical to FlowNodeInstanceIDEQ.

func FlowNodeInstanceIDContains

func FlowNodeInstanceIDContains(v string) predicate.FlowInstanceData

FlowNodeInstanceIDContains applies the Contains predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDContainsFold

func FlowNodeInstanceIDContainsFold(v string) predicate.FlowInstanceData

FlowNodeInstanceIDContainsFold applies the ContainsFold predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDEQ

func FlowNodeInstanceIDEQ(v string) predicate.FlowInstanceData

FlowNodeInstanceIDEQ applies the EQ predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDEqualFold

func FlowNodeInstanceIDEqualFold(v string) predicate.FlowInstanceData

FlowNodeInstanceIDEqualFold applies the EqualFold predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDGT

func FlowNodeInstanceIDGT(v string) predicate.FlowInstanceData

FlowNodeInstanceIDGT applies the GT predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDGTE

func FlowNodeInstanceIDGTE(v string) predicate.FlowInstanceData

FlowNodeInstanceIDGTE applies the GTE predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDHasPrefix

func FlowNodeInstanceIDHasPrefix(v string) predicate.FlowInstanceData

FlowNodeInstanceIDHasPrefix applies the HasPrefix predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDHasSuffix

func FlowNodeInstanceIDHasSuffix(v string) predicate.FlowInstanceData

FlowNodeInstanceIDHasSuffix applies the HasSuffix predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDIn

func FlowNodeInstanceIDIn(vs ...string) predicate.FlowInstanceData

FlowNodeInstanceIDIn applies the In predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDIsNil

func FlowNodeInstanceIDIsNil() predicate.FlowInstanceData

FlowNodeInstanceIDIsNil applies the IsNil predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDLT

func FlowNodeInstanceIDLT(v string) predicate.FlowInstanceData

FlowNodeInstanceIDLT applies the LT predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDLTE

func FlowNodeInstanceIDLTE(v string) predicate.FlowInstanceData

FlowNodeInstanceIDLTE applies the LTE predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDNEQ

func FlowNodeInstanceIDNEQ(v string) predicate.FlowInstanceData

FlowNodeInstanceIDNEQ applies the NEQ predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDNotIn

func FlowNodeInstanceIDNotIn(vs ...string) predicate.FlowInstanceData

FlowNodeInstanceIDNotIn applies the NotIn predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDNotNil

func FlowNodeInstanceIDNotNil() predicate.FlowInstanceData

FlowNodeInstanceIDNotNil applies the NotNil predicate on the "flow_node_instance_id" 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 ...string) predicate.FlowInstanceData

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 ...string) predicate.FlowInstanceData

IDNotIn applies the NotIn predicate on the ID field.

func NodeKey

NodeKey applies equality check predicate on the "node_key" field. It's identical to NodeKeyEQ.

func NodeKeyContains

func NodeKeyContains(v string) predicate.FlowInstanceData

NodeKeyContains applies the Contains predicate on the "node_key" field.

func NodeKeyContainsFold

func NodeKeyContainsFold(v string) predicate.FlowInstanceData

NodeKeyContainsFold applies the ContainsFold predicate on the "node_key" field.

func NodeKeyEQ

func NodeKeyEQ(v string) predicate.FlowInstanceData

NodeKeyEQ applies the EQ predicate on the "node_key" field.

func NodeKeyEqualFold

func NodeKeyEqualFold(v string) predicate.FlowInstanceData

NodeKeyEqualFold applies the EqualFold predicate on the "node_key" field.

func NodeKeyGT

func NodeKeyGT(v string) predicate.FlowInstanceData

NodeKeyGT applies the GT predicate on the "node_key" field.

func NodeKeyGTE

func NodeKeyGTE(v string) predicate.FlowInstanceData

NodeKeyGTE applies the GTE predicate on the "node_key" field.

func NodeKeyHasPrefix

func NodeKeyHasPrefix(v string) predicate.FlowInstanceData

NodeKeyHasPrefix applies the HasPrefix predicate on the "node_key" field.

func NodeKeyHasSuffix

func NodeKeyHasSuffix(v string) predicate.FlowInstanceData

NodeKeyHasSuffix applies the HasSuffix predicate on the "node_key" field.

func NodeKeyIn

func NodeKeyIn(vs ...string) predicate.FlowInstanceData

NodeKeyIn applies the In predicate on the "node_key" field.

func NodeKeyIsNil

func NodeKeyIsNil() predicate.FlowInstanceData

NodeKeyIsNil applies the IsNil predicate on the "node_key" field.

func NodeKeyLT

func NodeKeyLT(v string) predicate.FlowInstanceData

NodeKeyLT applies the LT predicate on the "node_key" field.

func NodeKeyLTE

func NodeKeyLTE(v string) predicate.FlowInstanceData

NodeKeyLTE applies the LTE predicate on the "node_key" field.

func NodeKeyNEQ

func NodeKeyNEQ(v string) predicate.FlowInstanceData

NodeKeyNEQ applies the NEQ predicate on the "node_key" field.

func NodeKeyNotIn

func NodeKeyNotIn(vs ...string) predicate.FlowInstanceData

NodeKeyNotIn applies the NotIn predicate on the "node_key" field.

func NodeKeyNotNil

func NodeKeyNotNil() predicate.FlowInstanceData

NodeKeyNotNil applies the NotNil predicate on the "node_key" field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func Type

Type applies equality check predicate on the "type" field. It's identical to TypeEQ.

func TypeEQ

TypeEQ applies the EQ predicate on the "type" field.

func TypeGT

TypeGT applies the GT predicate on the "type" field.

func TypeGTE

func TypeGTE(v int8) predicate.FlowInstanceData

TypeGTE applies the GTE predicate on the "type" field.

func TypeIn

func TypeIn(vs ...int8) predicate.FlowInstanceData

TypeIn applies the In predicate on the "type" field.

func TypeLT

TypeLT applies the LT predicate on the "type" field.

func TypeLTE

func TypeLTE(v int8) predicate.FlowInstanceData

TypeLTE applies the LTE predicate on the "type" field.

func TypeNEQ

func TypeNEQ(v int8) predicate.FlowInstanceData

TypeNEQ applies the NEQ predicate on the "type" field.

func TypeNotIn

func TypeNotIn(vs ...int8) predicate.FlowInstanceData

TypeNotIn applies the NotIn predicate on the "type" field.

func UpdatedAt

func UpdatedAt(v int64) predicate.FlowInstanceData

UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.

func UpdatedAtEQ

func UpdatedAtEQ(v int64) predicate.FlowInstanceData

UpdatedAtEQ applies the EQ predicate on the "updated_at" field.

func UpdatedAtGT

func UpdatedAtGT(v int64) predicate.FlowInstanceData

UpdatedAtGT applies the GT predicate on the "updated_at" field.

func UpdatedAtGTE

func UpdatedAtGTE(v int64) predicate.FlowInstanceData

UpdatedAtGTE applies the GTE predicate on the "updated_at" field.

func UpdatedAtIn

func UpdatedAtIn(vs ...int64) predicate.FlowInstanceData

UpdatedAtIn applies the In predicate on the "updated_at" field.

func UpdatedAtLT

func UpdatedAtLT(v int64) predicate.FlowInstanceData

UpdatedAtLT applies the LT predicate on the "updated_at" field.

func UpdatedAtLTE

func UpdatedAtLTE(v int64) predicate.FlowInstanceData

UpdatedAtLTE applies the LTE predicate on the "updated_at" field.

func UpdatedAtNEQ

func UpdatedAtNEQ(v int64) predicate.FlowInstanceData

UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.

func UpdatedAtNotIn

func UpdatedAtNotIn(vs ...int64) predicate.FlowInstanceData

UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.

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