package
0.0.0-20230913015246-1d588150cabc
Repository: https://github.com/ogen-go/ent2ogen.git
Documentation: pkg.go.dev
# Functions
And groups predicates with the AND operator between them.
ByID orders the results by the id field.
ByMaterial orders the results by the material field.
ByName orders the results by the name field.
ByProfile orders the results by the profile field.
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.
MaterialEQ applies the EQ predicate on the "material" field.
MaterialIn applies the In predicate on the "material" field.
MaterialNEQ applies the NEQ predicate on the "material" field.
MaterialNotIn applies the NotIn predicate on the "material" field.
MaterialValidator is a validator for the "material" field enum values.
Name applies equality check predicate on the "name" field.
NameContains applies the Contains predicate on the "name" field.
NameContainsFold applies the ContainsFold predicate on the "name" field.
NameEQ applies the EQ predicate on the "name" field.
NameEqualFold applies the EqualFold predicate on the "name" field.
NameGT applies the GT predicate on the "name" field.
NameGTE applies the GTE predicate on the "name" field.
NameHasPrefix applies the HasPrefix predicate on the "name" field.
NameHasSuffix applies the HasSuffix predicate on the "name" field.
NameIn applies the In predicate on the "name" field.
NameLT applies the LT predicate on the "name" field.
NameLTE applies the LTE predicate on the "name" field.
NameNEQ applies the NEQ predicate on the "name" field.
NameNotIn applies the NotIn predicate on the "name" field.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
Profile applies equality check predicate on the "profile" field.
ProfileContains applies the Contains predicate on the "profile" field.
ProfileContainsFold applies the ContainsFold predicate on the "profile" field.
ProfileEQ applies the EQ predicate on the "profile" field.
ProfileEqualFold applies the EqualFold predicate on the "profile" field.
ProfileGT applies the GT predicate on the "profile" field.
ProfileGTE applies the GTE predicate on the "profile" field.
ProfileHasPrefix applies the HasPrefix predicate on the "profile" field.
ProfileHasSuffix applies the HasSuffix predicate on the "profile" field.
ProfileIn applies the In predicate on the "profile" field.
ProfileLT applies the LT predicate on the "profile" field.
ProfileLTE applies the LTE predicate on the "profile" field.
ProfileNEQ applies the NEQ predicate on the "profile" field.
ProfileNotIn applies the NotIn predicate on the "profile" field.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
FieldID holds the string denoting the id field in the database.
FieldMaterial holds the string denoting the material field in the database.
FieldName holds the string denoting the name field in the database.
FieldProfile holds the string denoting the profile field in the database.
Label holds the string label denoting the keycapmodel type in the database.
Material values.
Material values.
Table holds the table name of the keycapmodel in the database.
# Variables
Columns holds all SQL columns for keycapmodel fields.
NameValidator is a validator for the "name" field.
# Type aliases
Material defines the type for the "material" enum field.
OrderOption defines the ordering options for the KeycapModel queries.