indicatorparams

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: May 16, 2021 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the indicatorparams type in the database.
	Label = "indicator_params"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldValueMapping holds the string denoting the value_mapping field in the database.
	FieldValueMapping = "value_mapping"
	// FieldValueParams holds the string denoting the value_params field in the database.
	FieldValueParams = "value_params"

	// EdgeIndicator holds the string denoting the indicator edge name in mutations.
	EdgeIndicator = "indicator"

	// Table holds the table name of the indicatorparams in the database.
	Table = "indicator_params"
	// IndicatorTable is the table the holds the indicator relation/edge.
	IndicatorTable = "indicator_params"
	// IndicatorInverseTable is the table name for the Indicator entity.
	// It exists in this package in order to avoid circular dependency with the "indicator" package.
	IndicatorInverseTable = "indicators"
	// IndicatorColumn is the table column denoting the indicator relation/edge.
	IndicatorColumn = "indicator_indicator_params"
)

Variables

Columns holds all SQL columns for indicatorparams fields.

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

ForeignKeys holds the SQL foreign-keys that are owned by the IndicatorParams type.

Functions

func And

And groups predicates with the AND operator between them.

func HasIndicator

func HasIndicator() predicate.IndicatorParams

HasIndicator applies the HasEdge predicate on the "indicator" edge.

func HasIndicatorWith

func HasIndicatorWith(preds ...predicate.Indicator) predicate.IndicatorParams

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

func ID

ID filters vertices based on their ID field.

func IDEQ

func IDEQ(id int) predicate.IndicatorParams

IDEQ applies the EQ predicate on the ID field.

func IDGT

func IDGT(id int) predicate.IndicatorParams

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id int) predicate.IndicatorParams

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...int) predicate.IndicatorParams

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id int) predicate.IndicatorParams

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id int) predicate.IndicatorParams

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id int) predicate.IndicatorParams

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...int) predicate.IndicatorParams

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 ValueMappingIsNil

func ValueMappingIsNil() predicate.IndicatorParams

ValueMappingIsNil applies the IsNil predicate on the "value_mapping" field.

func ValueMappingNotNil

func ValueMappingNotNil() predicate.IndicatorParams

ValueMappingNotNil applies the NotNil predicate on the "value_mapping" field.

Types

This section is empty.

Jump to

Keyboard shortcuts

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