# Functions
Abbreviation applies equality check predicate on the "abbreviation" field.
AbbreviationContains applies the Contains predicate on the "abbreviation" field.
AbbreviationContainsFold applies the ContainsFold predicate on the "abbreviation" field.
AbbreviationEQ applies the EQ predicate on the "abbreviation" field.
AbbreviationEqualFold applies the EqualFold predicate on the "abbreviation" field.
AbbreviationGT applies the GT predicate on the "abbreviation" field.
AbbreviationGTE applies the GTE predicate on the "abbreviation" field.
AbbreviationHasPrefix applies the HasPrefix predicate on the "abbreviation" field.
AbbreviationHasSuffix applies the HasSuffix predicate on the "abbreviation" field.
AbbreviationIn applies the In predicate on the "abbreviation" field.
AbbreviationLT applies the LT predicate on the "abbreviation" field.
AbbreviationLTE applies the LTE predicate on the "abbreviation" field.
AbbreviationNEQ applies the NEQ predicate on the "abbreviation" field.
AbbreviationNotIn applies the NotIn predicate on the "abbreviation" field.
And groups predicates with the AND operator between them.
Description applies equality check predicate on the "description" field.
DescriptionContains applies the Contains predicate on the "description" field.
DescriptionContainsFold applies the ContainsFold predicate on the "description" field.
DescriptionEQ applies the EQ predicate on the "description" field.
DescriptionEqualFold applies the EqualFold predicate on the "description" field.
DescriptionGT applies the GT predicate on the "description" field.
DescriptionGTE applies the GTE predicate on the "description" field.
DescriptionHasPrefix applies the HasPrefix predicate on the "description" field.
DescriptionHasSuffix applies the HasSuffix predicate on the "description" field.
DescriptionIn applies the In predicate on the "description" field.
DescriptionIsNil applies the IsNil predicate on the "description" field.
DescriptionLT applies the LT predicate on the "description" field.
DescriptionLTE applies the LTE predicate on the "description" field.
DescriptionNEQ applies the NEQ predicate on the "description" field.
DescriptionNotIn applies the NotIn predicate on the "description" field.
DescriptionNotNil applies the NotNil predicate on the "description" field.
HasScale applies the HasEdge predicate on the "scale" edge.
HasScaleWith applies the HasEdge predicate on the "scale" edge with a given conditions (other predicates).
ID filters vertices based on their ID field.
IDEQ applies the EQ predicate on the ID field.
IDGT applies the GT predicate on the ID field.
IDGTE applies the GTE predicate on the ID field.
IDIn applies the In predicate on the ID field.
IDLT applies the LT predicate on the ID field.
IDLTE applies the LTE predicate on the ID field.
IDNEQ applies the NEQ predicate on the ID field.
IDNotIn applies the NotIn predicate on the ID field.
LocaleEQ applies the EQ predicate on the "locale" field.
LocaleIn applies the In predicate on the "locale" field.
LocaleNEQ applies the NEQ predicate on the "locale" field.
LocaleNotIn applies the NotIn predicate on the "locale" field.
LocaleValidator is a validator for the "locale" field enum values.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
Title applies equality check predicate on the "title" field.
TitleContains applies the Contains predicate on the "title" field.
TitleContainsFold applies the ContainsFold predicate on the "title" field.
TitleEQ applies the EQ predicate on the "title" field.
TitleEqualFold applies the EqualFold predicate on the "title" field.
TitleGT applies the GT predicate on the "title" field.
TitleGTE applies the GTE predicate on the "title" field.
TitleHasPrefix applies the HasPrefix predicate on the "title" field.
TitleHasSuffix applies the HasSuffix predicate on the "title" field.
TitleIn applies the In predicate on the "title" field.
TitleLT applies the LT predicate on the "title" field.
TitleLTE applies the LTE predicate on the "title" field.
TitleNEQ applies the NEQ predicate on the "title" field.
TitleNotIn applies the NotIn predicate on the "title" field.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
EdgeScale holds the string denoting the scale edge name in mutations.
FieldAbbreviation holds the string denoting the abbreviation field in the database.
FieldDescription holds the string denoting the description field in the database.
FieldID holds the string denoting the id field in the database.
FieldLocale holds the string denoting the locale field in the database.
FieldTitle holds the string denoting the title field in the database.
Label holds the string label denoting the scaletranslation type in the database.
Locale values.
Locale values.
ScaleColumn is the table column denoting the scale relation/edge.
ScaleInverseTable is the table name for the Scale entity.
ScaleTable is the table that holds the scale relation/edge.
Table holds the table name of the scaletranslation in the database.
# Variables
AbbreviationValidator is a validator for the "abbreviation" field.
Columns holds all SQL columns for scaletranslation fields.
DefaultAbbreviation holds the default value on creation for the "abbreviation" field.
DefaultID holds the default value on creation for the "id" field.
ForeignKeys holds the SQL foreign-keys that are owned by the "scale_translations" table and are not defined as standalone fields in the schema.
TitleValidator is a validator for the "title" field.
# Type aliases
Locale defines the type for the "locale" enum field.