Documentation ¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.FlowInstanceData) predicate.FlowInstanceData
- func CreatedAt(v int64) predicate.FlowInstanceData
- func CreatedAtEQ(v int64) predicate.FlowInstanceData
- func CreatedAtGT(v int64) predicate.FlowInstanceData
- func CreatedAtGTE(v int64) predicate.FlowInstanceData
- func CreatedAtIn(vs ...int64) predicate.FlowInstanceData
- func CreatedAtLT(v int64) predicate.FlowInstanceData
- func CreatedAtLTE(v int64) predicate.FlowInstanceData
- func CreatedAtNEQ(v int64) predicate.FlowInstanceData
- func CreatedAtNotIn(vs ...int64) predicate.FlowInstanceData
- func DataIsNil() predicate.FlowInstanceData
- func DataNotNil() predicate.FlowInstanceData
- func DeletedAt(v int64) predicate.FlowInstanceData
- func DeletedAtEQ(v int64) predicate.FlowInstanceData
- func DeletedAtGT(v int64) predicate.FlowInstanceData
- func DeletedAtGTE(v int64) predicate.FlowInstanceData
- func DeletedAtIn(vs ...int64) predicate.FlowInstanceData
- func DeletedAtIsNil() predicate.FlowInstanceData
- func DeletedAtLT(v int64) predicate.FlowInstanceData
- func DeletedAtLTE(v int64) predicate.FlowInstanceData
- func DeletedAtNEQ(v int64) predicate.FlowInstanceData
- func DeletedAtNotIn(vs ...int64) predicate.FlowInstanceData
- func DeletedAtNotNil() predicate.FlowInstanceData
- func FlowInstanceID(v string) predicate.FlowInstanceData
- func FlowInstanceIDContains(v string) predicate.FlowInstanceData
- func FlowInstanceIDContainsFold(v string) predicate.FlowInstanceData
- func FlowInstanceIDEQ(v string) predicate.FlowInstanceData
- func FlowInstanceIDEqualFold(v string) predicate.FlowInstanceData
- func FlowInstanceIDGT(v string) predicate.FlowInstanceData
- func FlowInstanceIDGTE(v string) predicate.FlowInstanceData
- func FlowInstanceIDHasPrefix(v string) predicate.FlowInstanceData
- func FlowInstanceIDHasSuffix(v string) predicate.FlowInstanceData
- func FlowInstanceIDIn(vs ...string) predicate.FlowInstanceData
- func FlowInstanceIDLT(v string) predicate.FlowInstanceData
- func FlowInstanceIDLTE(v string) predicate.FlowInstanceData
- func FlowInstanceIDNEQ(v string) predicate.FlowInstanceData
- func FlowInstanceIDNotIn(vs ...string) predicate.FlowInstanceData
- func FlowNodeInstanceID(v string) predicate.FlowInstanceData
- func FlowNodeInstanceIDContains(v string) predicate.FlowInstanceData
- func FlowNodeInstanceIDContainsFold(v string) predicate.FlowInstanceData
- func FlowNodeInstanceIDEQ(v string) predicate.FlowInstanceData
- func FlowNodeInstanceIDEqualFold(v string) predicate.FlowInstanceData
- func FlowNodeInstanceIDGT(v string) predicate.FlowInstanceData
- func FlowNodeInstanceIDGTE(v string) predicate.FlowInstanceData
- func FlowNodeInstanceIDHasPrefix(v string) predicate.FlowInstanceData
- func FlowNodeInstanceIDHasSuffix(v string) predicate.FlowInstanceData
- func FlowNodeInstanceIDIn(vs ...string) predicate.FlowInstanceData
- func FlowNodeInstanceIDIsNil() predicate.FlowInstanceData
- func FlowNodeInstanceIDLT(v string) predicate.FlowInstanceData
- func FlowNodeInstanceIDLTE(v string) predicate.FlowInstanceData
- func FlowNodeInstanceIDNEQ(v string) predicate.FlowInstanceData
- func FlowNodeInstanceIDNotIn(vs ...string) predicate.FlowInstanceData
- func FlowNodeInstanceIDNotNil() predicate.FlowInstanceData
- func ID(id string) predicate.FlowInstanceData
- func IDEQ(id string) predicate.FlowInstanceData
- func IDGT(id string) predicate.FlowInstanceData
- func IDGTE(id string) predicate.FlowInstanceData
- func IDIn(ids ...string) predicate.FlowInstanceData
- func IDLT(id string) predicate.FlowInstanceData
- func IDLTE(id string) predicate.FlowInstanceData
- func IDNEQ(id string) predicate.FlowInstanceData
- func IDNotIn(ids ...string) predicate.FlowInstanceData
- func NodeKey(v string) predicate.FlowInstanceData
- func NodeKeyContains(v string) predicate.FlowInstanceData
- func NodeKeyContainsFold(v string) predicate.FlowInstanceData
- func NodeKeyEQ(v string) predicate.FlowInstanceData
- func NodeKeyEqualFold(v string) predicate.FlowInstanceData
- func NodeKeyGT(v string) predicate.FlowInstanceData
- func NodeKeyGTE(v string) predicate.FlowInstanceData
- func NodeKeyHasPrefix(v string) predicate.FlowInstanceData
- func NodeKeyHasSuffix(v string) predicate.FlowInstanceData
- func NodeKeyIn(vs ...string) predicate.FlowInstanceData
- func NodeKeyIsNil() predicate.FlowInstanceData
- func NodeKeyLT(v string) predicate.FlowInstanceData
- func NodeKeyLTE(v string) predicate.FlowInstanceData
- func NodeKeyNEQ(v string) predicate.FlowInstanceData
- func NodeKeyNotIn(vs ...string) predicate.FlowInstanceData
- func NodeKeyNotNil() predicate.FlowInstanceData
- func Not(p predicate.FlowInstanceData) predicate.FlowInstanceData
- func Or(predicates ...predicate.FlowInstanceData) predicate.FlowInstanceData
- func Type(v int8) predicate.FlowInstanceData
- func TypeEQ(v int8) predicate.FlowInstanceData
- func TypeGT(v int8) predicate.FlowInstanceData
- func TypeGTE(v int8) predicate.FlowInstanceData
- func TypeIn(vs ...int8) predicate.FlowInstanceData
- func TypeLT(v int8) predicate.FlowInstanceData
- func TypeLTE(v int8) predicate.FlowInstanceData
- func TypeNEQ(v int8) predicate.FlowInstanceData
- func TypeNotIn(vs ...int8) predicate.FlowInstanceData
- func UpdatedAt(v int64) predicate.FlowInstanceData
- func UpdatedAtEQ(v int64) predicate.FlowInstanceData
- func UpdatedAtGT(v int64) predicate.FlowInstanceData
- func UpdatedAtGTE(v int64) predicate.FlowInstanceData
- func UpdatedAtIn(vs ...int64) predicate.FlowInstanceData
- func UpdatedAtLT(v int64) predicate.FlowInstanceData
- func UpdatedAtLTE(v int64) predicate.FlowInstanceData
- func UpdatedAtNEQ(v int64) predicate.FlowInstanceData
- func UpdatedAtNotIn(vs ...int64) predicate.FlowInstanceData
- func ValidColumn(column string) bool
Constants ¶
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 ¶
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 )
var Columns = []string{ FieldID, FieldCreatedAt, FieldUpdatedAt, FieldDeletedAt, FieldFlowInstanceID, FieldFlowNodeInstanceID, FieldNodeKey, FieldData, FieldType, }
Columns holds all SQL columns for flowinstancedata fields.
Functions ¶
func And ¶
func And(predicates ...predicate.FlowInstanceData) predicate.FlowInstanceData
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 ¶
func ID(id string) predicate.FlowInstanceData
ID filters vertices based on their ID field.
func IDEQ ¶
func IDEQ(id string) predicate.FlowInstanceData
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id string) predicate.FlowInstanceData
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id string) predicate.FlowInstanceData
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 ¶
func IDLT(id string) predicate.FlowInstanceData
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id string) predicate.FlowInstanceData
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id string) predicate.FlowInstanceData
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 ¶
func NodeKey(v string) predicate.FlowInstanceData
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 ¶
func Not(p predicate.FlowInstanceData) predicate.FlowInstanceData
Not applies the not operator on the given predicate.
func Or ¶
func Or(predicates ...predicate.FlowInstanceData) predicate.FlowInstanceData
Or groups predicates with the OR operator between them.
func Type ¶
func Type(v int8) predicate.FlowInstanceData
Type applies equality check predicate on the "type" field. It's identical to TypeEQ.
func TypeEQ ¶
func TypeEQ(v int8) predicate.FlowInstanceData
TypeEQ applies the EQ predicate on the "type" field.
func TypeGT ¶
func TypeGT(v int8) predicate.FlowInstanceData
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 ¶
func TypeLT(v int8) predicate.FlowInstanceData
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 ¶
ValidColumn reports if the column name is valid (part of the table columns).
Types ¶
This section is empty.