Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.BazelInvocationProblem) predicate.BazelInvocationProblem
- func HasBazelInvocation() predicate.BazelInvocationProblem
- func HasBazelInvocationWith(preds ...predicate.BazelInvocation) predicate.BazelInvocationProblem
- func ID(id int) predicate.BazelInvocationProblem
- func IDEQ(id int) predicate.BazelInvocationProblem
- func IDGT(id int) predicate.BazelInvocationProblem
- func IDGTE(id int) predicate.BazelInvocationProblem
- func IDIn(ids ...int) predicate.BazelInvocationProblem
- func IDLT(id int) predicate.BazelInvocationProblem
- func IDLTE(id int) predicate.BazelInvocationProblem
- func IDNEQ(id int) predicate.BazelInvocationProblem
- func IDNotIn(ids ...int) predicate.BazelInvocationProblem
- func LabelContains(v string) predicate.BazelInvocationProblem
- func LabelContainsFold(v string) predicate.BazelInvocationProblem
- func LabelEQ(v string) predicate.BazelInvocationProblem
- func LabelEqualFold(v string) predicate.BazelInvocationProblem
- func LabelGT(v string) predicate.BazelInvocationProblem
- func LabelGTE(v string) predicate.BazelInvocationProblem
- func LabelHasPrefix(v string) predicate.BazelInvocationProblem
- func LabelHasSuffix(v string) predicate.BazelInvocationProblem
- func LabelIn(vs ...string) predicate.BazelInvocationProblem
- func LabelLT(v string) predicate.BazelInvocationProblem
- func LabelLTE(v string) predicate.BazelInvocationProblem
- func LabelNEQ(v string) predicate.BazelInvocationProblem
- func LabelNotIn(vs ...string) predicate.BazelInvocationProblem
- func Not(p predicate.BazelInvocationProblem) predicate.BazelInvocationProblem
- func Or(predicates ...predicate.BazelInvocationProblem) predicate.BazelInvocationProblem
- func ProblemType(v string) predicate.BazelInvocationProblem
- func ProblemTypeContains(v string) predicate.BazelInvocationProblem
- func ProblemTypeContainsFold(v string) predicate.BazelInvocationProblem
- func ProblemTypeEQ(v string) predicate.BazelInvocationProblem
- func ProblemTypeEqualFold(v string) predicate.BazelInvocationProblem
- func ProblemTypeGT(v string) predicate.BazelInvocationProblem
- func ProblemTypeGTE(v string) predicate.BazelInvocationProblem
- func ProblemTypeHasPrefix(v string) predicate.BazelInvocationProblem
- func ProblemTypeHasSuffix(v string) predicate.BazelInvocationProblem
- func ProblemTypeIn(vs ...string) predicate.BazelInvocationProblem
- func ProblemTypeLT(v string) predicate.BazelInvocationProblem
- func ProblemTypeLTE(v string) predicate.BazelInvocationProblem
- func ProblemTypeNEQ(v string) predicate.BazelInvocationProblem
- func ProblemTypeNotIn(vs ...string) predicate.BazelInvocationProblem
- func ValidColumn(column string) bool
- type OrderOption
Constants ¶
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 ¶
var Columns = []string{ FieldID, FieldProblemType, FieldLabel, FieldBepEvents, }
Columns holds all SQL columns for bazelinvocationproblem fields.
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 ¶
func And(predicates ...predicate.BazelInvocationProblem) predicate.BazelInvocationProblem
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 ¶
func ID(id int) predicate.BazelInvocationProblem
ID filters vertices based on their ID field.
func IDEQ ¶
func IDEQ(id int) predicate.BazelInvocationProblem
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id int) predicate.BazelInvocationProblem
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id int) predicate.BazelInvocationProblem
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...int) predicate.BazelInvocationProblem
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id int) predicate.BazelInvocationProblem
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id int) predicate.BazelInvocationProblem
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id int) predicate.BazelInvocationProblem
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 ¶
func LabelEQ(v string) predicate.BazelInvocationProblem
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 ¶
func LabelGT(v string) predicate.BazelInvocationProblem
LabelGT applies the GT predicate on the "label" field.
func LabelGTE ¶
func LabelGTE(v string) predicate.BazelInvocationProblem
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 ¶
func LabelIn(vs ...string) predicate.BazelInvocationProblem
LabelIn applies the In predicate on the "label" field.
func LabelLT ¶
func LabelLT(v string) predicate.BazelInvocationProblem
LabelLT applies the LT predicate on the "label" field.
func LabelLTE ¶
func LabelLTE(v string) predicate.BazelInvocationProblem
LabelLTE applies the LTE predicate on the "label" field.
func LabelNEQ ¶
func LabelNEQ(v string) predicate.BazelInvocationProblem
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 Or ¶
func Or(predicates ...predicate.BazelInvocationProblem) predicate.BazelInvocationProblem
Or groups predicates with the OR operator between them.
func ProblemType ¶
func ProblemType(v string) predicate.BazelInvocationProblem
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 ¶
ValidColumn reports if the column name is valid (part of the table columns).
Types ¶
type OrderOption ¶
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.