Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.ResourceUsage) predicate.ResourceUsage
- func HasExecutionInfo() predicate.ResourceUsage
- func HasExecutionInfoWith(preds ...predicate.ExectionInfo) predicate.ResourceUsage
- func ID(id int) predicate.ResourceUsage
- func IDEQ(id int) predicate.ResourceUsage
- func IDGT(id int) predicate.ResourceUsage
- func IDGTE(id int) predicate.ResourceUsage
- func IDIn(ids ...int) predicate.ResourceUsage
- func IDLT(id int) predicate.ResourceUsage
- func IDLTE(id int) predicate.ResourceUsage
- func IDNEQ(id int) predicate.ResourceUsage
- func IDNotIn(ids ...int) predicate.ResourceUsage
- func Name(v string) predicate.ResourceUsage
- func NameContains(v string) predicate.ResourceUsage
- func NameContainsFold(v string) predicate.ResourceUsage
- func NameEQ(v string) predicate.ResourceUsage
- func NameEqualFold(v string) predicate.ResourceUsage
- func NameGT(v string) predicate.ResourceUsage
- func NameGTE(v string) predicate.ResourceUsage
- func NameHasPrefix(v string) predicate.ResourceUsage
- func NameHasSuffix(v string) predicate.ResourceUsage
- func NameIn(vs ...string) predicate.ResourceUsage
- func NameIsNil() predicate.ResourceUsage
- func NameLT(v string) predicate.ResourceUsage
- func NameLTE(v string) predicate.ResourceUsage
- func NameNEQ(v string) predicate.ResourceUsage
- func NameNotIn(vs ...string) predicate.ResourceUsage
- func NameNotNil() predicate.ResourceUsage
- func Not(p predicate.ResourceUsage) predicate.ResourceUsage
- func Or(predicates ...predicate.ResourceUsage) predicate.ResourceUsage
- func ValidColumn(column string) bool
- func Value(v string) predicate.ResourceUsage
- func ValueContains(v string) predicate.ResourceUsage
- func ValueContainsFold(v string) predicate.ResourceUsage
- func ValueEQ(v string) predicate.ResourceUsage
- func ValueEqualFold(v string) predicate.ResourceUsage
- func ValueGT(v string) predicate.ResourceUsage
- func ValueGTE(v string) predicate.ResourceUsage
- func ValueHasPrefix(v string) predicate.ResourceUsage
- func ValueHasSuffix(v string) predicate.ResourceUsage
- func ValueIn(vs ...string) predicate.ResourceUsage
- func ValueIsNil() predicate.ResourceUsage
- func ValueLT(v string) predicate.ResourceUsage
- func ValueLTE(v string) predicate.ResourceUsage
- func ValueNEQ(v string) predicate.ResourceUsage
- func ValueNotIn(vs ...string) predicate.ResourceUsage
- func ValueNotNil() predicate.ResourceUsage
- type OrderOption
Constants ¶
const ( // Label holds the string label denoting the resourceusage type in the database. Label = "resource_usage" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldName holds the string denoting the name field in the database. FieldName = "name" // FieldValue holds the string denoting the value field in the database. FieldValue = "value" // EdgeExecutionInfo holds the string denoting the execution_info edge name in mutations. EdgeExecutionInfo = "execution_info" // Table holds the table name of the resourceusage in the database. Table = "resource_usages" // ExecutionInfoTable is the table that holds the execution_info relation/edge. ExecutionInfoTable = "resource_usages" // ExecutionInfoInverseTable is the table name for the ExectionInfo entity. // It exists in this package in order to avoid circular dependency with the "exectioninfo" package. ExecutionInfoInverseTable = "exection_infos" // ExecutionInfoColumn is the table column denoting the execution_info relation/edge. ExecutionInfoColumn = "exection_info_resource_usage" )
Variables ¶
var Columns = []string{ FieldID, FieldName, FieldValue, }
Columns holds all SQL columns for resourceusage fields.
var ForeignKeys = []string{
"exection_info_resource_usage",
}
ForeignKeys holds the SQL foreign-keys that are owned by the "resource_usages" table and are not defined as standalone fields in the schema.
Functions ¶
func And ¶
func And(predicates ...predicate.ResourceUsage) predicate.ResourceUsage
And groups predicates with the AND operator between them.
func HasExecutionInfo ¶
func HasExecutionInfo() predicate.ResourceUsage
HasExecutionInfo applies the HasEdge predicate on the "execution_info" edge.
func HasExecutionInfoWith ¶
func HasExecutionInfoWith(preds ...predicate.ExectionInfo) predicate.ResourceUsage
HasExecutionInfoWith applies the HasEdge predicate on the "execution_info" edge with a given conditions (other predicates).
func IDEQ ¶
func IDEQ(id int) predicate.ResourceUsage
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id int) predicate.ResourceUsage
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id int) predicate.ResourceUsage
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...int) predicate.ResourceUsage
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id int) predicate.ResourceUsage
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id int) predicate.ResourceUsage
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id int) predicate.ResourceUsage
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...int) predicate.ResourceUsage
IDNotIn applies the NotIn predicate on the ID field.
func Name ¶
func Name(v string) predicate.ResourceUsage
Name applies equality check predicate on the "name" field. It's identical to NameEQ.
func NameContains ¶
func NameContains(v string) predicate.ResourceUsage
NameContains applies the Contains predicate on the "name" field.
func NameContainsFold ¶
func NameContainsFold(v string) predicate.ResourceUsage
NameContainsFold applies the ContainsFold predicate on the "name" field.
func NameEQ ¶
func NameEQ(v string) predicate.ResourceUsage
NameEQ applies the EQ predicate on the "name" field.
func NameEqualFold ¶
func NameEqualFold(v string) predicate.ResourceUsage
NameEqualFold applies the EqualFold predicate on the "name" field.
func NameGT ¶
func NameGT(v string) predicate.ResourceUsage
NameGT applies the GT predicate on the "name" field.
func NameGTE ¶
func NameGTE(v string) predicate.ResourceUsage
NameGTE applies the GTE predicate on the "name" field.
func NameHasPrefix ¶
func NameHasPrefix(v string) predicate.ResourceUsage
NameHasPrefix applies the HasPrefix predicate on the "name" field.
func NameHasSuffix ¶
func NameHasSuffix(v string) predicate.ResourceUsage
NameHasSuffix applies the HasSuffix predicate on the "name" field.
func NameIn ¶
func NameIn(vs ...string) predicate.ResourceUsage
NameIn applies the In predicate on the "name" field.
func NameIsNil ¶
func NameIsNil() predicate.ResourceUsage
NameIsNil applies the IsNil predicate on the "name" field.
func NameLT ¶
func NameLT(v string) predicate.ResourceUsage
NameLT applies the LT predicate on the "name" field.
func NameLTE ¶
func NameLTE(v string) predicate.ResourceUsage
NameLTE applies the LTE predicate on the "name" field.
func NameNEQ ¶
func NameNEQ(v string) predicate.ResourceUsage
NameNEQ applies the NEQ predicate on the "name" field.
func NameNotIn ¶
func NameNotIn(vs ...string) predicate.ResourceUsage
NameNotIn applies the NotIn predicate on the "name" field.
func NameNotNil ¶
func NameNotNil() predicate.ResourceUsage
NameNotNil applies the NotNil predicate on the "name" field.
func Not ¶
func Not(p predicate.ResourceUsage) predicate.ResourceUsage
Not applies the not operator on the given predicate.
func Or ¶
func Or(predicates ...predicate.ResourceUsage) predicate.ResourceUsage
Or groups predicates with the OR operator between them.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
func Value ¶
func Value(v string) predicate.ResourceUsage
Value applies equality check predicate on the "value" field. It's identical to ValueEQ.
func ValueContains ¶
func ValueContains(v string) predicate.ResourceUsage
ValueContains applies the Contains predicate on the "value" field.
func ValueContainsFold ¶
func ValueContainsFold(v string) predicate.ResourceUsage
ValueContainsFold applies the ContainsFold predicate on the "value" field.
func ValueEQ ¶
func ValueEQ(v string) predicate.ResourceUsage
ValueEQ applies the EQ predicate on the "value" field.
func ValueEqualFold ¶
func ValueEqualFold(v string) predicate.ResourceUsage
ValueEqualFold applies the EqualFold predicate on the "value" field.
func ValueGT ¶
func ValueGT(v string) predicate.ResourceUsage
ValueGT applies the GT predicate on the "value" field.
func ValueGTE ¶
func ValueGTE(v string) predicate.ResourceUsage
ValueGTE applies the GTE predicate on the "value" field.
func ValueHasPrefix ¶
func ValueHasPrefix(v string) predicate.ResourceUsage
ValueHasPrefix applies the HasPrefix predicate on the "value" field.
func ValueHasSuffix ¶
func ValueHasSuffix(v string) predicate.ResourceUsage
ValueHasSuffix applies the HasSuffix predicate on the "value" field.
func ValueIn ¶
func ValueIn(vs ...string) predicate.ResourceUsage
ValueIn applies the In predicate on the "value" field.
func ValueIsNil ¶
func ValueIsNil() predicate.ResourceUsage
ValueIsNil applies the IsNil predicate on the "value" field.
func ValueLT ¶
func ValueLT(v string) predicate.ResourceUsage
ValueLT applies the LT predicate on the "value" field.
func ValueLTE ¶
func ValueLTE(v string) predicate.ResourceUsage
ValueLTE applies the LTE predicate on the "value" field.
func ValueNEQ ¶
func ValueNEQ(v string) predicate.ResourceUsage
ValueNEQ applies the NEQ predicate on the "value" field.
func ValueNotIn ¶
func ValueNotIn(vs ...string) predicate.ResourceUsage
ValueNotIn applies the NotIn predicate on the "value" field.
func ValueNotNil ¶
func ValueNotNil() predicate.ResourceUsage
ValueNotNil applies the NotNil predicate on the "value" field.
Types ¶
type OrderOption ¶
OrderOption defines the ordering options for the ResourceUsage queries.
func ByExecutionInfoField ¶
func ByExecutionInfoField(field string, opts ...sql.OrderTermOption) OrderOption
ByExecutionInfoField orders the results by execution_info field.
func ByID ¶
func ByID(opts ...sql.OrderTermOption) OrderOption
ByID orders the results by the id field.
func ByName ¶
func ByName(opts ...sql.OrderTermOption) OrderOption
ByName orders the results by the name field.
func ByValue ¶
func ByValue(opts ...sql.OrderTermOption) OrderOption
ByValue orders the results by the value field.