bazelinvocationproblem

package
v0.0.0-...-abb76f0 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the bazelinvocationproblem type in the database.
	Label = "bazel_invocation_problem"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldProblemType holds the string denoting the problem_type field in the database.
	FieldProblemType = "problem_type"
	// FieldLabel holds the string denoting the label field in the database.
	FieldLabel = "label"
	// FieldBepEvents holds the string denoting the bep_events field in the database.
	FieldBepEvents = "bep_events"
	// EdgeBazelInvocation holds the string denoting the bazel_invocation edge name in mutations.
	EdgeBazelInvocation = "bazel_invocation"
	// Table holds the table name of the bazelinvocationproblem in the database.
	Table = "bazel_invocation_problems"
	// BazelInvocationTable is the table that holds the bazel_invocation relation/edge.
	BazelInvocationTable = "bazel_invocation_problems"
	// BazelInvocationInverseTable is the table name for the BazelInvocation entity.
	// It exists in this package in order to avoid circular dependency with the "bazelinvocation" package.
	BazelInvocationInverseTable = "bazel_invocations"
	// BazelInvocationColumn is the table column denoting the bazel_invocation relation/edge.
	BazelInvocationColumn = "bazel_invocation_problems"
)

Variables

Columns holds all SQL columns for bazelinvocationproblem fields.

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

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

Functions

func And

And groups predicates with the AND operator between them.

func HasBazelInvocation

func HasBazelInvocation() predicate.BazelInvocationProblem

HasBazelInvocation applies the HasEdge predicate on the "bazel_invocation" edge.

func HasBazelInvocationWith

func HasBazelInvocationWith(preds ...predicate.BazelInvocation) predicate.BazelInvocationProblem

HasBazelInvocationWith applies the HasEdge predicate on the "bazel_invocation" 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

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

IDNotIn applies the NotIn predicate on the ID field.

func LabelContains

func LabelContains(v string) predicate.BazelInvocationProblem

LabelContains applies the Contains predicate on the "label" field.

func LabelContainsFold

func LabelContainsFold(v string) predicate.BazelInvocationProblem

LabelContainsFold applies the ContainsFold predicate on the "label" field.

func LabelEQ

LabelEQ applies the EQ predicate on the "label" field.

func LabelEqualFold

func LabelEqualFold(v string) predicate.BazelInvocationProblem

LabelEqualFold applies the EqualFold predicate on the "label" field.

func LabelGT

LabelGT applies the GT predicate on the "label" field.

func LabelGTE

LabelGTE applies the GTE predicate on the "label" field.

func LabelHasPrefix

func LabelHasPrefix(v string) predicate.BazelInvocationProblem

LabelHasPrefix applies the HasPrefix predicate on the "label" field.

func LabelHasSuffix

func LabelHasSuffix(v string) predicate.BazelInvocationProblem

LabelHasSuffix applies the HasSuffix predicate on the "label" field.

func LabelIn

LabelIn applies the In predicate on the "label" field.

func LabelLT

LabelLT applies the LT predicate on the "label" field.

func LabelLTE

LabelLTE applies the LTE predicate on the "label" field.

func LabelNEQ

LabelNEQ applies the NEQ predicate on the "label" field.

func LabelNotIn

func LabelNotIn(vs ...string) predicate.BazelInvocationProblem

LabelNotIn applies the NotIn predicate on the "label" field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func ProblemType

ProblemType applies equality check predicate on the "problem_type" field. It's identical to ProblemTypeEQ.

func ProblemTypeContains

func ProblemTypeContains(v string) predicate.BazelInvocationProblem

ProblemTypeContains applies the Contains predicate on the "problem_type" field.

func ProblemTypeContainsFold

func ProblemTypeContainsFold(v string) predicate.BazelInvocationProblem

ProblemTypeContainsFold applies the ContainsFold predicate on the "problem_type" field.

func ProblemTypeEQ

func ProblemTypeEQ(v string) predicate.BazelInvocationProblem

ProblemTypeEQ applies the EQ predicate on the "problem_type" field.

func ProblemTypeEqualFold

func ProblemTypeEqualFold(v string) predicate.BazelInvocationProblem

ProblemTypeEqualFold applies the EqualFold predicate on the "problem_type" field.

func ProblemTypeGT

func ProblemTypeGT(v string) predicate.BazelInvocationProblem

ProblemTypeGT applies the GT predicate on the "problem_type" field.

func ProblemTypeGTE

func ProblemTypeGTE(v string) predicate.BazelInvocationProblem

ProblemTypeGTE applies the GTE predicate on the "problem_type" field.

func ProblemTypeHasPrefix

func ProblemTypeHasPrefix(v string) predicate.BazelInvocationProblem

ProblemTypeHasPrefix applies the HasPrefix predicate on the "problem_type" field.

func ProblemTypeHasSuffix

func ProblemTypeHasSuffix(v string) predicate.BazelInvocationProblem

ProblemTypeHasSuffix applies the HasSuffix predicate on the "problem_type" field.

func ProblemTypeIn

func ProblemTypeIn(vs ...string) predicate.BazelInvocationProblem

ProblemTypeIn applies the In predicate on the "problem_type" field.

func ProblemTypeLT

func ProblemTypeLT(v string) predicate.BazelInvocationProblem

ProblemTypeLT applies the LT predicate on the "problem_type" field.

func ProblemTypeLTE

func ProblemTypeLTE(v string) predicate.BazelInvocationProblem

ProblemTypeLTE applies the LTE predicate on the "problem_type" field.

func ProblemTypeNEQ

func ProblemTypeNEQ(v string) predicate.BazelInvocationProblem

ProblemTypeNEQ applies the NEQ predicate on the "problem_type" field.

func ProblemTypeNotIn

func ProblemTypeNotIn(vs ...string) predicate.BazelInvocationProblem

ProblemTypeNotIn applies the NotIn predicate on the "problem_type" field.

func ValidColumn

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the BazelInvocationProblem queries.

func ByBazelInvocationField

func ByBazelInvocationField(field string, opts ...sql.OrderTermOption) OrderOption

ByBazelInvocationField orders the results by bazel_invocation field.

func ByID

func ByID(opts ...sql.OrderTermOption) OrderOption

ByID orders the results by the id field.

func ByLabel

func ByLabel(opts ...sql.OrderTermOption) OrderOption

ByLabel orders the results by the label field.

func ByProblemType

func ByProblemType(opts ...sql.OrderTermOption) OrderOption

ByProblemType orders the results by the problem_type field.

Jump to

Keyboard shortcuts

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