Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.ProxySubscribeCategory) predicate.ProxySubscribeCategory
- func CreatedAt(v time.Time) predicate.ProxySubscribeCategory
- func CreatedAtEQ(v time.Time) predicate.ProxySubscribeCategory
- func CreatedAtGT(v time.Time) predicate.ProxySubscribeCategory
- func CreatedAtGTE(v time.Time) predicate.ProxySubscribeCategory
- func CreatedAtIn(vs ...time.Time) predicate.ProxySubscribeCategory
- func CreatedAtLT(v time.Time) predicate.ProxySubscribeCategory
- func CreatedAtLTE(v time.Time) predicate.ProxySubscribeCategory
- func CreatedAtNEQ(v time.Time) predicate.ProxySubscribeCategory
- func CreatedAtNotIn(vs ...time.Time) predicate.ProxySubscribeCategory
- func Description(v string) predicate.ProxySubscribeCategory
- func DescriptionContains(v string) predicate.ProxySubscribeCategory
- func DescriptionContainsFold(v string) predicate.ProxySubscribeCategory
- func DescriptionEQ(v string) predicate.ProxySubscribeCategory
- func DescriptionEqualFold(v string) predicate.ProxySubscribeCategory
- func DescriptionGT(v string) predicate.ProxySubscribeCategory
- func DescriptionGTE(v string) predicate.ProxySubscribeCategory
- func DescriptionHasPrefix(v string) predicate.ProxySubscribeCategory
- func DescriptionHasSuffix(v string) predicate.ProxySubscribeCategory
- func DescriptionIn(vs ...string) predicate.ProxySubscribeCategory
- func DescriptionIsNil() predicate.ProxySubscribeCategory
- func DescriptionLT(v string) predicate.ProxySubscribeCategory
- func DescriptionLTE(v string) predicate.ProxySubscribeCategory
- func DescriptionNEQ(v string) predicate.ProxySubscribeCategory
- func DescriptionNotIn(vs ...string) predicate.ProxySubscribeCategory
- func DescriptionNotNil() predicate.ProxySubscribeCategory
- func ID(id int64) predicate.ProxySubscribeCategory
- func IDEQ(id int64) predicate.ProxySubscribeCategory
- func IDGT(id int64) predicate.ProxySubscribeCategory
- func IDGTE(id int64) predicate.ProxySubscribeCategory
- func IDIn(ids ...int64) predicate.ProxySubscribeCategory
- func IDLT(id int64) predicate.ProxySubscribeCategory
- func IDLTE(id int64) predicate.ProxySubscribeCategory
- func IDNEQ(id int64) predicate.ProxySubscribeCategory
- func IDNotIn(ids ...int64) predicate.ProxySubscribeCategory
- func Language(v string) predicate.ProxySubscribeCategory
- func LanguageContains(v string) predicate.ProxySubscribeCategory
- func LanguageContainsFold(v string) predicate.ProxySubscribeCategory
- func LanguageEQ(v string) predicate.ProxySubscribeCategory
- func LanguageEqualFold(v string) predicate.ProxySubscribeCategory
- func LanguageGT(v string) predicate.ProxySubscribeCategory
- func LanguageGTE(v string) predicate.ProxySubscribeCategory
- func LanguageHasPrefix(v string) predicate.ProxySubscribeCategory
- func LanguageHasSuffix(v string) predicate.ProxySubscribeCategory
- func LanguageIn(vs ...string) predicate.ProxySubscribeCategory
- func LanguageLT(v string) predicate.ProxySubscribeCategory
- func LanguageLTE(v string) predicate.ProxySubscribeCategory
- func LanguageNEQ(v string) predicate.ProxySubscribeCategory
- func LanguageNotIn(vs ...string) predicate.ProxySubscribeCategory
- func Name(v string) predicate.ProxySubscribeCategory
- func NameContains(v string) predicate.ProxySubscribeCategory
- func NameContainsFold(v string) predicate.ProxySubscribeCategory
- func NameEQ(v string) predicate.ProxySubscribeCategory
- func NameEqualFold(v string) predicate.ProxySubscribeCategory
- func NameGT(v string) predicate.ProxySubscribeCategory
- func NameGTE(v string) predicate.ProxySubscribeCategory
- func NameHasPrefix(v string) predicate.ProxySubscribeCategory
- func NameHasSuffix(v string) predicate.ProxySubscribeCategory
- func NameIn(vs ...string) predicate.ProxySubscribeCategory
- func NameLT(v string) predicate.ProxySubscribeCategory
- func NameLTE(v string) predicate.ProxySubscribeCategory
- func NameNEQ(v string) predicate.ProxySubscribeCategory
- func NameNotIn(vs ...string) predicate.ProxySubscribeCategory
- func Not(p predicate.ProxySubscribeCategory) predicate.ProxySubscribeCategory
- func Or(predicates ...predicate.ProxySubscribeCategory) predicate.ProxySubscribeCategory
- func ParentID(v int64) predicate.ProxySubscribeCategory
- func ParentIDEQ(v int64) predicate.ProxySubscribeCategory
- func ParentIDGT(v int64) predicate.ProxySubscribeCategory
- func ParentIDGTE(v int64) predicate.ProxySubscribeCategory
- func ParentIDIn(vs ...int64) predicate.ProxySubscribeCategory
- func ParentIDLT(v int64) predicate.ProxySubscribeCategory
- func ParentIDLTE(v int64) predicate.ProxySubscribeCategory
- func ParentIDNEQ(v int64) predicate.ProxySubscribeCategory
- func ParentIDNotIn(vs ...int64) predicate.ProxySubscribeCategory
- func Show(v bool) predicate.ProxySubscribeCategory
- func ShowEQ(v bool) predicate.ProxySubscribeCategory
- func ShowNEQ(v bool) predicate.ProxySubscribeCategory
- func Sort(v int32) predicate.ProxySubscribeCategory
- func SortEQ(v int32) predicate.ProxySubscribeCategory
- func SortGT(v int32) predicate.ProxySubscribeCategory
- func SortGTE(v int32) predicate.ProxySubscribeCategory
- func SortIn(vs ...int32) predicate.ProxySubscribeCategory
- func SortLT(v int32) predicate.ProxySubscribeCategory
- func SortLTE(v int32) predicate.ProxySubscribeCategory
- func SortNEQ(v int32) predicate.ProxySubscribeCategory
- func SortNotIn(vs ...int32) predicate.ProxySubscribeCategory
- func UpdatedAt(v time.Time) predicate.ProxySubscribeCategory
- func UpdatedAtEQ(v time.Time) predicate.ProxySubscribeCategory
- func UpdatedAtGT(v time.Time) predicate.ProxySubscribeCategory
- func UpdatedAtGTE(v time.Time) predicate.ProxySubscribeCategory
- func UpdatedAtIn(vs ...time.Time) predicate.ProxySubscribeCategory
- func UpdatedAtLT(v time.Time) predicate.ProxySubscribeCategory
- func UpdatedAtLTE(v time.Time) predicate.ProxySubscribeCategory
- func UpdatedAtNEQ(v time.Time) predicate.ProxySubscribeCategory
- func UpdatedAtNotIn(vs ...time.Time) predicate.ProxySubscribeCategory
- func ValidColumn(column string) bool
- type OrderOption
- func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByDescription(opts ...sql.OrderTermOption) OrderOption
- func ByID(opts ...sql.OrderTermOption) OrderOption
- func ByLanguage(opts ...sql.OrderTermOption) OrderOption
- func ByName(opts ...sql.OrderTermOption) OrderOption
- func ByParentID(opts ...sql.OrderTermOption) OrderOption
- func ByShow(opts ...sql.OrderTermOption) OrderOption
- func BySort(opts ...sql.OrderTermOption) OrderOption
- func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
Constants ¶
const ( // Label holds the string label denoting the proxysubscribecategory type in the database. Label = "proxy_subscribe_category" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldParentID holds the string denoting the parent_id field in the database. FieldParentID = "parent_id" // FieldName holds the string denoting the name field in the database. FieldName = "name" // FieldDescription holds the string denoting the description field in the database. FieldDescription = "description" // FieldLanguage holds the string denoting the language field in the database. FieldLanguage = "language" // FieldShow holds the string denoting the show field in the database. FieldShow = "show" // FieldSort holds the string denoting the sort field in the database. FieldSort = "sort" // FieldCreatedAt holds the string denoting the created_at field in the database. FieldCreatedAt = "created_at" // FieldUpdatedAt holds the string denoting the updated_at field in the database. FieldUpdatedAt = "updated_at" // Table holds the table name of the proxysubscribecategory in the database. Table = "subscribe_category" )
Variables ¶
var ( // DefaultParentID holds the default value on creation for the "parent_id" field. DefaultParentID int64 // DefaultName holds the default value on creation for the "name" field. DefaultName string // NameValidator is a validator for the "name" field. It is called by the builders before save. NameValidator func(string) error // DefaultLanguage holds the default value on creation for the "language" field. DefaultLanguage string // LanguageValidator is a validator for the "language" field. It is called by the builders before save. LanguageValidator func(string) error // DefaultShow holds the default value on creation for the "show" field. DefaultShow bool // DefaultSort holds the default value on creation for the "sort" field. DefaultSort int32 // DefaultCreatedAt holds the default value on creation for the "created_at" field. DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. UpdateDefaultUpdatedAt func() time.Time // IDValidator is a validator for the "id" field. It is called by the builders before save. IDValidator func(int64) error )
var Columns = []string{ FieldID, FieldParentID, FieldName, FieldDescription, FieldLanguage, FieldShow, FieldSort, FieldCreatedAt, FieldUpdatedAt, }
Columns holds all SQL columns for proxysubscribecategory fields.
Functions ¶
func And ¶
func And(predicates ...predicate.ProxySubscribeCategory) predicate.ProxySubscribeCategory
And groups predicates with the AND operator between them.
func CreatedAt ¶
func CreatedAt(v time.Time) predicate.ProxySubscribeCategory
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
func CreatedAtEQ ¶
func CreatedAtEQ(v time.Time) predicate.ProxySubscribeCategory
CreatedAtEQ applies the EQ predicate on the "created_at" field.
func CreatedAtGT ¶
func CreatedAtGT(v time.Time) predicate.ProxySubscribeCategory
CreatedAtGT applies the GT predicate on the "created_at" field.
func CreatedAtGTE ¶
func CreatedAtGTE(v time.Time) predicate.ProxySubscribeCategory
CreatedAtGTE applies the GTE predicate on the "created_at" field.
func CreatedAtIn ¶
func CreatedAtIn(vs ...time.Time) predicate.ProxySubscribeCategory
CreatedAtIn applies the In predicate on the "created_at" field.
func CreatedAtLT ¶
func CreatedAtLT(v time.Time) predicate.ProxySubscribeCategory
CreatedAtLT applies the LT predicate on the "created_at" field.
func CreatedAtLTE ¶
func CreatedAtLTE(v time.Time) predicate.ProxySubscribeCategory
CreatedAtLTE applies the LTE predicate on the "created_at" field.
func CreatedAtNEQ ¶
func CreatedAtNEQ(v time.Time) predicate.ProxySubscribeCategory
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
func CreatedAtNotIn ¶
func CreatedAtNotIn(vs ...time.Time) predicate.ProxySubscribeCategory
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
func Description ¶
func Description(v string) predicate.ProxySubscribeCategory
Description applies equality check predicate on the "description" field. It's identical to DescriptionEQ.
func DescriptionContains ¶
func DescriptionContains(v string) predicate.ProxySubscribeCategory
DescriptionContains applies the Contains predicate on the "description" field.
func DescriptionContainsFold ¶
func DescriptionContainsFold(v string) predicate.ProxySubscribeCategory
DescriptionContainsFold applies the ContainsFold predicate on the "description" field.
func DescriptionEQ ¶
func DescriptionEQ(v string) predicate.ProxySubscribeCategory
DescriptionEQ applies the EQ predicate on the "description" field.
func DescriptionEqualFold ¶
func DescriptionEqualFold(v string) predicate.ProxySubscribeCategory
DescriptionEqualFold applies the EqualFold predicate on the "description" field.
func DescriptionGT ¶
func DescriptionGT(v string) predicate.ProxySubscribeCategory
DescriptionGT applies the GT predicate on the "description" field.
func DescriptionGTE ¶
func DescriptionGTE(v string) predicate.ProxySubscribeCategory
DescriptionGTE applies the GTE predicate on the "description" field.
func DescriptionHasPrefix ¶
func DescriptionHasPrefix(v string) predicate.ProxySubscribeCategory
DescriptionHasPrefix applies the HasPrefix predicate on the "description" field.
func DescriptionHasSuffix ¶
func DescriptionHasSuffix(v string) predicate.ProxySubscribeCategory
DescriptionHasSuffix applies the HasSuffix predicate on the "description" field.
func DescriptionIn ¶
func DescriptionIn(vs ...string) predicate.ProxySubscribeCategory
DescriptionIn applies the In predicate on the "description" field.
func DescriptionIsNil ¶
func DescriptionIsNil() predicate.ProxySubscribeCategory
DescriptionIsNil applies the IsNil predicate on the "description" field.
func DescriptionLT ¶
func DescriptionLT(v string) predicate.ProxySubscribeCategory
DescriptionLT applies the LT predicate on the "description" field.
func DescriptionLTE ¶
func DescriptionLTE(v string) predicate.ProxySubscribeCategory
DescriptionLTE applies the LTE predicate on the "description" field.
func DescriptionNEQ ¶
func DescriptionNEQ(v string) predicate.ProxySubscribeCategory
DescriptionNEQ applies the NEQ predicate on the "description" field.
func DescriptionNotIn ¶
func DescriptionNotIn(vs ...string) predicate.ProxySubscribeCategory
DescriptionNotIn applies the NotIn predicate on the "description" field.
func DescriptionNotNil ¶
func DescriptionNotNil() predicate.ProxySubscribeCategory
DescriptionNotNil applies the NotNil predicate on the "description" field.
func ID ¶
func ID(id int64) predicate.ProxySubscribeCategory
ID filters vertices based on their ID field.
func IDEQ ¶
func IDEQ(id int64) predicate.ProxySubscribeCategory
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id int64) predicate.ProxySubscribeCategory
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id int64) predicate.ProxySubscribeCategory
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...int64) predicate.ProxySubscribeCategory
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id int64) predicate.ProxySubscribeCategory
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id int64) predicate.ProxySubscribeCategory
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id int64) predicate.ProxySubscribeCategory
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...int64) predicate.ProxySubscribeCategory
IDNotIn applies the NotIn predicate on the ID field.
func Language ¶
func Language(v string) predicate.ProxySubscribeCategory
Language applies equality check predicate on the "language" field. It's identical to LanguageEQ.
func LanguageContains ¶
func LanguageContains(v string) predicate.ProxySubscribeCategory
LanguageContains applies the Contains predicate on the "language" field.
func LanguageContainsFold ¶
func LanguageContainsFold(v string) predicate.ProxySubscribeCategory
LanguageContainsFold applies the ContainsFold predicate on the "language" field.
func LanguageEQ ¶
func LanguageEQ(v string) predicate.ProxySubscribeCategory
LanguageEQ applies the EQ predicate on the "language" field.
func LanguageEqualFold ¶
func LanguageEqualFold(v string) predicate.ProxySubscribeCategory
LanguageEqualFold applies the EqualFold predicate on the "language" field.
func LanguageGT ¶
func LanguageGT(v string) predicate.ProxySubscribeCategory
LanguageGT applies the GT predicate on the "language" field.
func LanguageGTE ¶
func LanguageGTE(v string) predicate.ProxySubscribeCategory
LanguageGTE applies the GTE predicate on the "language" field.
func LanguageHasPrefix ¶
func LanguageHasPrefix(v string) predicate.ProxySubscribeCategory
LanguageHasPrefix applies the HasPrefix predicate on the "language" field.
func LanguageHasSuffix ¶
func LanguageHasSuffix(v string) predicate.ProxySubscribeCategory
LanguageHasSuffix applies the HasSuffix predicate on the "language" field.
func LanguageIn ¶
func LanguageIn(vs ...string) predicate.ProxySubscribeCategory
LanguageIn applies the In predicate on the "language" field.
func LanguageLT ¶
func LanguageLT(v string) predicate.ProxySubscribeCategory
LanguageLT applies the LT predicate on the "language" field.
func LanguageLTE ¶
func LanguageLTE(v string) predicate.ProxySubscribeCategory
LanguageLTE applies the LTE predicate on the "language" field.
func LanguageNEQ ¶
func LanguageNEQ(v string) predicate.ProxySubscribeCategory
LanguageNEQ applies the NEQ predicate on the "language" field.
func LanguageNotIn ¶
func LanguageNotIn(vs ...string) predicate.ProxySubscribeCategory
LanguageNotIn applies the NotIn predicate on the "language" field.
func Name ¶
func Name(v string) predicate.ProxySubscribeCategory
Name applies equality check predicate on the "name" field. It's identical to NameEQ.
func NameContains ¶
func NameContains(v string) predicate.ProxySubscribeCategory
NameContains applies the Contains predicate on the "name" field.
func NameContainsFold ¶
func NameContainsFold(v string) predicate.ProxySubscribeCategory
NameContainsFold applies the ContainsFold predicate on the "name" field.
func NameEQ ¶
func NameEQ(v string) predicate.ProxySubscribeCategory
NameEQ applies the EQ predicate on the "name" field.
func NameEqualFold ¶
func NameEqualFold(v string) predicate.ProxySubscribeCategory
NameEqualFold applies the EqualFold predicate on the "name" field.
func NameGT ¶
func NameGT(v string) predicate.ProxySubscribeCategory
NameGT applies the GT predicate on the "name" field.
func NameGTE ¶
func NameGTE(v string) predicate.ProxySubscribeCategory
NameGTE applies the GTE predicate on the "name" field.
func NameHasPrefix ¶
func NameHasPrefix(v string) predicate.ProxySubscribeCategory
NameHasPrefix applies the HasPrefix predicate on the "name" field.
func NameHasSuffix ¶
func NameHasSuffix(v string) predicate.ProxySubscribeCategory
NameHasSuffix applies the HasSuffix predicate on the "name" field.
func NameIn ¶
func NameIn(vs ...string) predicate.ProxySubscribeCategory
NameIn applies the In predicate on the "name" field.
func NameLT ¶
func NameLT(v string) predicate.ProxySubscribeCategory
NameLT applies the LT predicate on the "name" field.
func NameLTE ¶
func NameLTE(v string) predicate.ProxySubscribeCategory
NameLTE applies the LTE predicate on the "name" field.
func NameNEQ ¶
func NameNEQ(v string) predicate.ProxySubscribeCategory
NameNEQ applies the NEQ predicate on the "name" field.
func NameNotIn ¶
func NameNotIn(vs ...string) predicate.ProxySubscribeCategory
NameNotIn applies the NotIn predicate on the "name" field.
func Or ¶
func Or(predicates ...predicate.ProxySubscribeCategory) predicate.ProxySubscribeCategory
Or groups predicates with the OR operator between them.
func ParentID ¶
func ParentID(v int64) predicate.ProxySubscribeCategory
ParentID applies equality check predicate on the "parent_id" field. It's identical to ParentIDEQ.
func ParentIDEQ ¶
func ParentIDEQ(v int64) predicate.ProxySubscribeCategory
ParentIDEQ applies the EQ predicate on the "parent_id" field.
func ParentIDGT ¶
func ParentIDGT(v int64) predicate.ProxySubscribeCategory
ParentIDGT applies the GT predicate on the "parent_id" field.
func ParentIDGTE ¶
func ParentIDGTE(v int64) predicate.ProxySubscribeCategory
ParentIDGTE applies the GTE predicate on the "parent_id" field.
func ParentIDIn ¶
func ParentIDIn(vs ...int64) predicate.ProxySubscribeCategory
ParentIDIn applies the In predicate on the "parent_id" field.
func ParentIDLT ¶
func ParentIDLT(v int64) predicate.ProxySubscribeCategory
ParentIDLT applies the LT predicate on the "parent_id" field.
func ParentIDLTE ¶
func ParentIDLTE(v int64) predicate.ProxySubscribeCategory
ParentIDLTE applies the LTE predicate on the "parent_id" field.
func ParentIDNEQ ¶
func ParentIDNEQ(v int64) predicate.ProxySubscribeCategory
ParentIDNEQ applies the NEQ predicate on the "parent_id" field.
func ParentIDNotIn ¶
func ParentIDNotIn(vs ...int64) predicate.ProxySubscribeCategory
ParentIDNotIn applies the NotIn predicate on the "parent_id" field.
func Show ¶
func Show(v bool) predicate.ProxySubscribeCategory
Show applies equality check predicate on the "show" field. It's identical to ShowEQ.
func ShowEQ ¶
func ShowEQ(v bool) predicate.ProxySubscribeCategory
ShowEQ applies the EQ predicate on the "show" field.
func ShowNEQ ¶
func ShowNEQ(v bool) predicate.ProxySubscribeCategory
ShowNEQ applies the NEQ predicate on the "show" field.
func Sort ¶
func Sort(v int32) predicate.ProxySubscribeCategory
Sort applies equality check predicate on the "sort" field. It's identical to SortEQ.
func SortEQ ¶
func SortEQ(v int32) predicate.ProxySubscribeCategory
SortEQ applies the EQ predicate on the "sort" field.
func SortGT ¶
func SortGT(v int32) predicate.ProxySubscribeCategory
SortGT applies the GT predicate on the "sort" field.
func SortGTE ¶
func SortGTE(v int32) predicate.ProxySubscribeCategory
SortGTE applies the GTE predicate on the "sort" field.
func SortIn ¶
func SortIn(vs ...int32) predicate.ProxySubscribeCategory
SortIn applies the In predicate on the "sort" field.
func SortLT ¶
func SortLT(v int32) predicate.ProxySubscribeCategory
SortLT applies the LT predicate on the "sort" field.
func SortLTE ¶
func SortLTE(v int32) predicate.ProxySubscribeCategory
SortLTE applies the LTE predicate on the "sort" field.
func SortNEQ ¶
func SortNEQ(v int32) predicate.ProxySubscribeCategory
SortNEQ applies the NEQ predicate on the "sort" field.
func SortNotIn ¶
func SortNotIn(vs ...int32) predicate.ProxySubscribeCategory
SortNotIn applies the NotIn predicate on the "sort" field.
func UpdatedAt ¶
func UpdatedAt(v time.Time) predicate.ProxySubscribeCategory
UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.
func UpdatedAtEQ ¶
func UpdatedAtEQ(v time.Time) predicate.ProxySubscribeCategory
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
func UpdatedAtGT ¶
func UpdatedAtGT(v time.Time) predicate.ProxySubscribeCategory
UpdatedAtGT applies the GT predicate on the "updated_at" field.
func UpdatedAtGTE ¶
func UpdatedAtGTE(v time.Time) predicate.ProxySubscribeCategory
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
func UpdatedAtIn ¶
func UpdatedAtIn(vs ...time.Time) predicate.ProxySubscribeCategory
UpdatedAtIn applies the In predicate on the "updated_at" field.
func UpdatedAtLT ¶
func UpdatedAtLT(v time.Time) predicate.ProxySubscribeCategory
UpdatedAtLT applies the LT predicate on the "updated_at" field.
func UpdatedAtLTE ¶
func UpdatedAtLTE(v time.Time) predicate.ProxySubscribeCategory
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
func UpdatedAtNEQ ¶
func UpdatedAtNEQ(v time.Time) predicate.ProxySubscribeCategory
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
func UpdatedAtNotIn ¶
func UpdatedAtNotIn(vs ...time.Time) predicate.ProxySubscribeCategory
UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
Types ¶
type OrderOption ¶
OrderOption defines the ordering options for the ProxySubscribeCategory queries.
func ByCreatedAt ¶
func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
ByCreatedAt orders the results by the created_at field.
func ByDescription ¶
func ByDescription(opts ...sql.OrderTermOption) OrderOption
ByDescription orders the results by the description field.
func ByID ¶
func ByID(opts ...sql.OrderTermOption) OrderOption
ByID orders the results by the id field.
func ByLanguage ¶
func ByLanguage(opts ...sql.OrderTermOption) OrderOption
ByLanguage orders the results by the language field.
func ByName ¶
func ByName(opts ...sql.OrderTermOption) OrderOption
ByName orders the results by the name field.
func ByParentID ¶
func ByParentID(opts ...sql.OrderTermOption) OrderOption
ByParentID orders the results by the parent_id field.
func ByShow ¶
func ByShow(opts ...sql.OrderTermOption) OrderOption
ByShow orders the results by the show field.
func BySort ¶
func BySort(opts ...sql.OrderTermOption) OrderOption
BySort orders the results by the sort field.
func ByUpdatedAt ¶
func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
ByUpdatedAt orders the results by the updated_at field.