package
0.0.0-20240808151852-3363955b67b3
Repository: https://github.com/sethcurry/stax.git
Documentation: pkg.go.dev
# Functions
And groups predicates with the AND operator between them.
ByID orders the results by the id field.
ByImageType orders the results by the image_type field.
ByLocalPath orders the results by the local_path field.
ByPrintingField orders the results by printing field.
ByURL orders the results by the url field.
HasPrinting applies the HasEdge predicate on the "printing" edge.
HasPrintingWith applies the HasEdge predicate on the "printing" 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.
ImageTypeEQ applies the EQ predicate on the "image_type" field.
ImageTypeIn applies the In predicate on the "image_type" field.
ImageTypeNEQ applies the NEQ predicate on the "image_type" field.
ImageTypeNotIn applies the NotIn predicate on the "image_type" field.
ImageTypeValidator is a validator for the "image_type" field enum values.
LocalPath applies equality check predicate on the "local_path" field.
LocalPathContains applies the Contains predicate on the "local_path" field.
LocalPathContainsFold applies the ContainsFold predicate on the "local_path" field.
LocalPathEQ applies the EQ predicate on the "local_path" field.
LocalPathEqualFold applies the EqualFold predicate on the "local_path" field.
LocalPathGT applies the GT predicate on the "local_path" field.
LocalPathGTE applies the GTE predicate on the "local_path" field.
LocalPathHasPrefix applies the HasPrefix predicate on the "local_path" field.
LocalPathHasSuffix applies the HasSuffix predicate on the "local_path" field.
LocalPathIn applies the In predicate on the "local_path" field.
LocalPathIsNil applies the IsNil predicate on the "local_path" field.
LocalPathLT applies the LT predicate on the "local_path" field.
LocalPathLTE applies the LTE predicate on the "local_path" field.
LocalPathNEQ applies the NEQ predicate on the "local_path" field.
LocalPathNotIn applies the NotIn predicate on the "local_path" field.
LocalPathNotNil applies the NotNil predicate on the "local_path" field.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
URL applies equality check predicate on the "url" field.
URLContains applies the Contains predicate on the "url" field.
URLContainsFold applies the ContainsFold predicate on the "url" field.
URLEQ applies the EQ predicate on the "url" field.
URLEqualFold applies the EqualFold predicate on the "url" field.
URLGT applies the GT predicate on the "url" field.
URLGTE applies the GTE predicate on the "url" field.
URLHasPrefix applies the HasPrefix predicate on the "url" field.
URLHasSuffix applies the HasSuffix predicate on the "url" field.
URLIn applies the In predicate on the "url" field.
URLLT applies the LT predicate on the "url" field.
URLLTE applies the LTE predicate on the "url" field.
URLNEQ applies the NEQ predicate on the "url" field.
URLNotIn applies the NotIn predicate on the "url" field.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
EdgePrinting holds the string denoting the printing edge name in mutations.
FieldID holds the string denoting the id field in the database.
FieldImageType holds the string denoting the image_type field in the database.
FieldLocalPath holds the string denoting the local_path field in the database.
FieldURL holds the string denoting the url field in the database.
ImageType values.
ImageType values.
ImageType values.
ImageType values.
ImageType values.
ImageType values.
Label holds the string label denoting the printingimage type in the database.
PrintingColumn is the table column denoting the printing relation/edge.
PrintingInverseTable is the table name for the Printing entity.
PrintingTable is the table that holds the printing relation/edge.
Table holds the table name of the printingimage in the database.
# Variables
Columns holds all SQL columns for printingimage fields.
ForeignKeys holds the SQL foreign-keys that are owned by the "printing_images" table and are not defined as standalone fields in the schema.
URLValidator is a validator for the "url" field.
# Type aliases
ImageType defines the type for the "image_type" enum field.
OrderOption defines the ordering options for the PrintingImage queries.