# Functions
And groups predicates with the AND operator between them.
Code applies equality check predicate on the "code" field.
CodeContains applies the Contains predicate on the "code" field.
CodeContainsFold applies the ContainsFold predicate on the "code" field.
CodeEQ applies the EQ predicate on the "code" field.
CodeEqualFold applies the EqualFold predicate on the "code" field.
CodeGT applies the GT predicate on the "code" field.
CodeGTE applies the GTE predicate on the "code" field.
CodeHasPrefix applies the HasPrefix predicate on the "code" field.
CodeHasSuffix applies the HasSuffix predicate on the "code" field.
CodeIn applies the In predicate on the "code" field.
CodeLT applies the LT predicate on the "code" field.
CodeLTE applies the LTE predicate on the "code" field.
CodeNEQ applies the NEQ predicate on the "code" field.
CodeNotIn applies the NotIn predicate on the "code" field.
CreateTime applies equality check predicate on the "create_time" field.
CreateTimeEQ applies the EQ predicate on the "create_time" field.
CreateTimeGT applies the GT predicate on the "create_time" field.
CreateTimeGTE applies the GTE predicate on the "create_time" field.
CreateTimeIn applies the In predicate on the "create_time" field.
CreateTimeLT applies the LT predicate on the "create_time" field.
CreateTimeLTE applies the LTE predicate on the "create_time" field.
CreateTimeNEQ applies the NEQ predicate on the "create_time" field.
CreateTimeNotIn applies the NotIn predicate on the "create_time" field.
Global applies equality check predicate on the "global" field.
GlobalEQ applies the EQ predicate on the "global" field.
GlobalNEQ applies the NEQ predicate on the "global" field.
HasInterpretations applies the HasEdge predicate on the "interpretations" edge.
HasInterpretationsWith applies the HasEdge predicate on the "interpretations" edge with a given conditions (other predicates).
HasItems applies the HasEdge predicate on the "items" edge.
HasItemsWith applies the HasEdge predicate on the "items" edge with a given conditions (other predicates).
HasNorms applies the HasEdge predicate on the "norms" edge.
HasNormsWith applies the HasEdge predicate on the "norms" edge with a given conditions (other predicates).
HasResults applies the HasEdge predicate on the "results" edge.
HasResultsWith applies the HasEdge predicate on the "results" edge with a given conditions (other predicates).
HasScaleItem applies the HasEdge predicate on the "scale_item" edge.
HasScaleItemWith applies the HasEdge predicate on the "scale_item" edge with a given conditions (other predicates).
HasTest applies the HasEdge predicate on the "test" edge.
HasTestWith applies the HasEdge predicate on the "test" edge with a given conditions (other predicates).
HasTranslations applies the HasEdge predicate on the "translations" edge.
HasTranslationsWith applies the HasEdge predicate on the "translations" 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.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
TypeEQ applies the EQ predicate on the "type" field.
TypeIn applies the In predicate on the "type" field.
TypeNEQ applies the NEQ predicate on the "type" field.
TypeNotIn applies the NotIn predicate on the "type" field.
TypeValidator is a validator for the "type" field enum values.
UpdateTime applies equality check predicate on the "update_time" field.
UpdateTimeEQ applies the EQ predicate on the "update_time" field.
UpdateTimeGT applies the GT predicate on the "update_time" field.
UpdateTimeGTE applies the GTE predicate on the "update_time" field.
UpdateTimeIn applies the In predicate on the "update_time" field.
UpdateTimeLT applies the LT predicate on the "update_time" field.
UpdateTimeLTE applies the LTE predicate on the "update_time" field.
UpdateTimeNEQ applies the NEQ predicate on the "update_time" field.
UpdateTimeNotIn applies the NotIn predicate on the "update_time" field.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
TypeSten is the default value of the Type enum.
EdgeInterpretations holds the string denoting the interpretations edge name in mutations.
EdgeItems holds the string denoting the items edge name in mutations.
EdgeNorms holds the string denoting the norms edge name in mutations.
EdgeResults holds the string denoting the results edge name in mutations.
EdgeScaleItem holds the string denoting the scale_item edge name in mutations.
EdgeTest holds the string denoting the test edge name in mutations.
EdgeTranslations holds the string denoting the translations edge name in mutations.
FieldCode holds the string denoting the code field in the database.
FieldCreateTime holds the string denoting the create_time field in the database.
FieldGlobal holds the string denoting the global field in the database.
FieldID holds the string denoting the id field in the database.
FieldType holds the string denoting the type field in the database.
FieldUpdateTime holds the string denoting the update_time field in the database.
InterpretationsColumn is the table column denoting the interpretations relation/edge.
InterpretationsInverseTable is the table name for the Interpretation entity.
InterpretationsTable is the table that holds the interpretations relation/edge.
ItemsInverseTable is the table name for the Item entity.
ItemsTable is the table that holds the items relation/edge.
Label holds the string label denoting the scale type in the database.
NormsColumn is the table column denoting the norms relation/edge.
NormsInverseTable is the table name for the Norm entity.
NormsTable is the table that holds the norms relation/edge.
ResultsColumn is the table column denoting the results relation/edge.
ResultsInverseTable is the table name for the Result entity.
ResultsTable is the table that holds the results relation/edge.
ScaleItemColumn is the table column denoting the scale_item relation/edge.
ScaleItemInverseTable is the table name for the ScaleItem entity.
ScaleItemTable is the table that holds the scale_item relation/edge.
Table holds the table name of the scale in the database.
TestInverseTable is the table name for the Test entity.
TestTable is the table that holds the test relation/edge.
TranslationsColumn is the table column denoting the translations relation/edge.
TranslationsInverseTable is the table name for the ScaleTranslation entity.
TranslationsTable is the table that holds the translations relation/edge.
Type values.
Type values.
Type values.
Type values.
Type values.
# Variables
CodeValidator is a validator for the "code" field.
Columns holds all SQL columns for scale fields.
DefaultCreateTime holds the default value on creation for the "create_time" field.
DefaultGlobal holds the default value on creation for the "global" field.
DefaultID holds the default value on creation for the "id" field.
DefaultUpdateTime holds the default value on creation for the "update_time" field.
ItemsPrimaryKey and ItemsColumn2 are the table columns denoting the primary key for the items relation (M2M).
TestPrimaryKey and TestColumn2 are the table columns denoting the primary key for the test relation (M2M).
UpdateDefaultUpdateTime holds the default value on update for the "update_time" field.
# Type aliases
Type defines the type for the "type" enum field.