Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.TelegramChatFeatureFlags) predicate.TelegramChatFeatureFlags
- func ChatID(v int64) predicate.TelegramChatFeatureFlags
- func ChatIDEQ(v int64) predicate.TelegramChatFeatureFlags
- func ChatIDGT(v int64) predicate.TelegramChatFeatureFlags
- func ChatIDGTE(v int64) predicate.TelegramChatFeatureFlags
- func ChatIDIn(vs ...int64) predicate.TelegramChatFeatureFlags
- func ChatIDLT(v int64) predicate.TelegramChatFeatureFlags
- func ChatIDLTE(v int64) predicate.TelegramChatFeatureFlags
- func ChatIDNEQ(v int64) predicate.TelegramChatFeatureFlags
- func ChatIDNotIn(vs ...int64) predicate.TelegramChatFeatureFlags
- func ChatTitle(v string) predicate.TelegramChatFeatureFlags
- func ChatTitleContains(v string) predicate.TelegramChatFeatureFlags
- func ChatTitleContainsFold(v string) predicate.TelegramChatFeatureFlags
- func ChatTitleEQ(v string) predicate.TelegramChatFeatureFlags
- func ChatTitleEqualFold(v string) predicate.TelegramChatFeatureFlags
- func ChatTitleGT(v string) predicate.TelegramChatFeatureFlags
- func ChatTitleGTE(v string) predicate.TelegramChatFeatureFlags
- func ChatTitleHasPrefix(v string) predicate.TelegramChatFeatureFlags
- func ChatTitleHasSuffix(v string) predicate.TelegramChatFeatureFlags
- func ChatTitleIn(vs ...string) predicate.TelegramChatFeatureFlags
- func ChatTitleLT(v string) predicate.TelegramChatFeatureFlags
- func ChatTitleLTE(v string) predicate.TelegramChatFeatureFlags
- func ChatTitleNEQ(v string) predicate.TelegramChatFeatureFlags
- func ChatTitleNotIn(vs ...string) predicate.TelegramChatFeatureFlags
- func ChatType(v string) predicate.TelegramChatFeatureFlags
- func ChatTypeContains(v string) predicate.TelegramChatFeatureFlags
- func ChatTypeContainsFold(v string) predicate.TelegramChatFeatureFlags
- func ChatTypeEQ(v string) predicate.TelegramChatFeatureFlags
- func ChatTypeEqualFold(v string) predicate.TelegramChatFeatureFlags
- func ChatTypeGT(v string) predicate.TelegramChatFeatureFlags
- func ChatTypeGTE(v string) predicate.TelegramChatFeatureFlags
- func ChatTypeHasPrefix(v string) predicate.TelegramChatFeatureFlags
- func ChatTypeHasSuffix(v string) predicate.TelegramChatFeatureFlags
- func ChatTypeIn(vs ...string) predicate.TelegramChatFeatureFlags
- func ChatTypeLT(v string) predicate.TelegramChatFeatureFlags
- func ChatTypeLTE(v string) predicate.TelegramChatFeatureFlags
- func ChatTypeNEQ(v string) predicate.TelegramChatFeatureFlags
- func ChatTypeNotIn(vs ...string) predicate.TelegramChatFeatureFlags
- func CreatedAt(v int64) predicate.TelegramChatFeatureFlags
- func CreatedAtEQ(v int64) predicate.TelegramChatFeatureFlags
- func CreatedAtGT(v int64) predicate.TelegramChatFeatureFlags
- func CreatedAtGTE(v int64) predicate.TelegramChatFeatureFlags
- func CreatedAtIn(vs ...int64) predicate.TelegramChatFeatureFlags
- func CreatedAtLT(v int64) predicate.TelegramChatFeatureFlags
- func CreatedAtLTE(v int64) predicate.TelegramChatFeatureFlags
- func CreatedAtNEQ(v int64) predicate.TelegramChatFeatureFlags
- func CreatedAtNotIn(vs ...int64) predicate.TelegramChatFeatureFlags
- func FeatureChatHistoriesRecap(v bool) predicate.TelegramChatFeatureFlags
- func FeatureChatHistoriesRecapEQ(v bool) predicate.TelegramChatFeatureFlags
- func FeatureChatHistoriesRecapNEQ(v bool) predicate.TelegramChatFeatureFlags
- func ID(id uuid.UUID) predicate.TelegramChatFeatureFlags
- func IDEQ(id uuid.UUID) predicate.TelegramChatFeatureFlags
- func IDGT(id uuid.UUID) predicate.TelegramChatFeatureFlags
- func IDGTE(id uuid.UUID) predicate.TelegramChatFeatureFlags
- func IDIn(ids ...uuid.UUID) predicate.TelegramChatFeatureFlags
- func IDLT(id uuid.UUID) predicate.TelegramChatFeatureFlags
- func IDLTE(id uuid.UUID) predicate.TelegramChatFeatureFlags
- func IDNEQ(id uuid.UUID) predicate.TelegramChatFeatureFlags
- func IDNotIn(ids ...uuid.UUID) predicate.TelegramChatFeatureFlags
- func Not(p predicate.TelegramChatFeatureFlags) predicate.TelegramChatFeatureFlags
- func Or(predicates ...predicate.TelegramChatFeatureFlags) predicate.TelegramChatFeatureFlags
- func UpdatedAt(v int64) predicate.TelegramChatFeatureFlags
- func UpdatedAtEQ(v int64) predicate.TelegramChatFeatureFlags
- func UpdatedAtGT(v int64) predicate.TelegramChatFeatureFlags
- func UpdatedAtGTE(v int64) predicate.TelegramChatFeatureFlags
- func UpdatedAtIn(vs ...int64) predicate.TelegramChatFeatureFlags
- func UpdatedAtLT(v int64) predicate.TelegramChatFeatureFlags
- func UpdatedAtLTE(v int64) predicate.TelegramChatFeatureFlags
- func UpdatedAtNEQ(v int64) predicate.TelegramChatFeatureFlags
- func UpdatedAtNotIn(vs ...int64) predicate.TelegramChatFeatureFlags
- func ValidColumn(column string) bool
- type OrderOption
- func ByChatID(opts ...sql.OrderTermOption) OrderOption
- func ByChatTitle(opts ...sql.OrderTermOption) OrderOption
- func ByChatType(opts ...sql.OrderTermOption) OrderOption
- func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByFeatureChatHistoriesRecap(opts ...sql.OrderTermOption) OrderOption
- func ByID(opts ...sql.OrderTermOption) OrderOption
- func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
Constants ¶
const ( // Label holds the string label denoting the telegramchatfeatureflags type in the database. Label = "telegram_chat_feature_flags" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldChatID holds the string denoting the chat_id field in the database. FieldChatID = "chat_id" // FieldChatType holds the string denoting the chat_type field in the database. FieldChatType = "chat_type" // FieldChatTitle holds the string denoting the chat_title field in the database. FieldChatTitle = "chat_title" // FieldFeatureChatHistoriesRecap holds the string denoting the feature_chat_histories_recap field in the database. FieldFeatureChatHistoriesRecap = "feature_chat_histories_recap" // 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 telegramchatfeatureflags in the database. Table = "telegram_chat_feature_flags" )
Variables ¶
var ( // DefaultChatTitle holds the default value on creation for the "chat_title" field. DefaultChatTitle string // DefaultCreatedAt holds the default value on creation for the "created_at" field. DefaultCreatedAt func() int64 // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() int64 // DefaultID holds the default value on creation for the "id" field. DefaultID func() uuid.UUID )
var Columns = []string{ FieldID, FieldChatID, FieldChatType, FieldChatTitle, FieldFeatureChatHistoriesRecap, FieldCreatedAt, FieldUpdatedAt, }
Columns holds all SQL columns for telegramchatfeatureflags fields.
Functions ¶
func And ¶
func And(predicates ...predicate.TelegramChatFeatureFlags) predicate.TelegramChatFeatureFlags
And groups predicates with the AND operator between them.
func ChatID ¶
func ChatID(v int64) predicate.TelegramChatFeatureFlags
ChatID applies equality check predicate on the "chat_id" field. It's identical to ChatIDEQ.
func ChatIDEQ ¶
func ChatIDEQ(v int64) predicate.TelegramChatFeatureFlags
ChatIDEQ applies the EQ predicate on the "chat_id" field.
func ChatIDGT ¶
func ChatIDGT(v int64) predicate.TelegramChatFeatureFlags
ChatIDGT applies the GT predicate on the "chat_id" field.
func ChatIDGTE ¶
func ChatIDGTE(v int64) predicate.TelegramChatFeatureFlags
ChatIDGTE applies the GTE predicate on the "chat_id" field.
func ChatIDIn ¶
func ChatIDIn(vs ...int64) predicate.TelegramChatFeatureFlags
ChatIDIn applies the In predicate on the "chat_id" field.
func ChatIDLT ¶
func ChatIDLT(v int64) predicate.TelegramChatFeatureFlags
ChatIDLT applies the LT predicate on the "chat_id" field.
func ChatIDLTE ¶
func ChatIDLTE(v int64) predicate.TelegramChatFeatureFlags
ChatIDLTE applies the LTE predicate on the "chat_id" field.
func ChatIDNEQ ¶
func ChatIDNEQ(v int64) predicate.TelegramChatFeatureFlags
ChatIDNEQ applies the NEQ predicate on the "chat_id" field.
func ChatIDNotIn ¶
func ChatIDNotIn(vs ...int64) predicate.TelegramChatFeatureFlags
ChatIDNotIn applies the NotIn predicate on the "chat_id" field.
func ChatTitle ¶
func ChatTitle(v string) predicate.TelegramChatFeatureFlags
ChatTitle applies equality check predicate on the "chat_title" field. It's identical to ChatTitleEQ.
func ChatTitleContains ¶
func ChatTitleContains(v string) predicate.TelegramChatFeatureFlags
ChatTitleContains applies the Contains predicate on the "chat_title" field.
func ChatTitleContainsFold ¶
func ChatTitleContainsFold(v string) predicate.TelegramChatFeatureFlags
ChatTitleContainsFold applies the ContainsFold predicate on the "chat_title" field.
func ChatTitleEQ ¶
func ChatTitleEQ(v string) predicate.TelegramChatFeatureFlags
ChatTitleEQ applies the EQ predicate on the "chat_title" field.
func ChatTitleEqualFold ¶
func ChatTitleEqualFold(v string) predicate.TelegramChatFeatureFlags
ChatTitleEqualFold applies the EqualFold predicate on the "chat_title" field.
func ChatTitleGT ¶
func ChatTitleGT(v string) predicate.TelegramChatFeatureFlags
ChatTitleGT applies the GT predicate on the "chat_title" field.
func ChatTitleGTE ¶
func ChatTitleGTE(v string) predicate.TelegramChatFeatureFlags
ChatTitleGTE applies the GTE predicate on the "chat_title" field.
func ChatTitleHasPrefix ¶
func ChatTitleHasPrefix(v string) predicate.TelegramChatFeatureFlags
ChatTitleHasPrefix applies the HasPrefix predicate on the "chat_title" field.
func ChatTitleHasSuffix ¶
func ChatTitleHasSuffix(v string) predicate.TelegramChatFeatureFlags
ChatTitleHasSuffix applies the HasSuffix predicate on the "chat_title" field.
func ChatTitleIn ¶
func ChatTitleIn(vs ...string) predicate.TelegramChatFeatureFlags
ChatTitleIn applies the In predicate on the "chat_title" field.
func ChatTitleLT ¶
func ChatTitleLT(v string) predicate.TelegramChatFeatureFlags
ChatTitleLT applies the LT predicate on the "chat_title" field.
func ChatTitleLTE ¶
func ChatTitleLTE(v string) predicate.TelegramChatFeatureFlags
ChatTitleLTE applies the LTE predicate on the "chat_title" field.
func ChatTitleNEQ ¶
func ChatTitleNEQ(v string) predicate.TelegramChatFeatureFlags
ChatTitleNEQ applies the NEQ predicate on the "chat_title" field.
func ChatTitleNotIn ¶
func ChatTitleNotIn(vs ...string) predicate.TelegramChatFeatureFlags
ChatTitleNotIn applies the NotIn predicate on the "chat_title" field.
func ChatType ¶
func ChatType(v string) predicate.TelegramChatFeatureFlags
ChatType applies equality check predicate on the "chat_type" field. It's identical to ChatTypeEQ.
func ChatTypeContains ¶
func ChatTypeContains(v string) predicate.TelegramChatFeatureFlags
ChatTypeContains applies the Contains predicate on the "chat_type" field.
func ChatTypeContainsFold ¶
func ChatTypeContainsFold(v string) predicate.TelegramChatFeatureFlags
ChatTypeContainsFold applies the ContainsFold predicate on the "chat_type" field.
func ChatTypeEQ ¶
func ChatTypeEQ(v string) predicate.TelegramChatFeatureFlags
ChatTypeEQ applies the EQ predicate on the "chat_type" field.
func ChatTypeEqualFold ¶
func ChatTypeEqualFold(v string) predicate.TelegramChatFeatureFlags
ChatTypeEqualFold applies the EqualFold predicate on the "chat_type" field.
func ChatTypeGT ¶
func ChatTypeGT(v string) predicate.TelegramChatFeatureFlags
ChatTypeGT applies the GT predicate on the "chat_type" field.
func ChatTypeGTE ¶
func ChatTypeGTE(v string) predicate.TelegramChatFeatureFlags
ChatTypeGTE applies the GTE predicate on the "chat_type" field.
func ChatTypeHasPrefix ¶
func ChatTypeHasPrefix(v string) predicate.TelegramChatFeatureFlags
ChatTypeHasPrefix applies the HasPrefix predicate on the "chat_type" field.
func ChatTypeHasSuffix ¶
func ChatTypeHasSuffix(v string) predicate.TelegramChatFeatureFlags
ChatTypeHasSuffix applies the HasSuffix predicate on the "chat_type" field.
func ChatTypeIn ¶
func ChatTypeIn(vs ...string) predicate.TelegramChatFeatureFlags
ChatTypeIn applies the In predicate on the "chat_type" field.
func ChatTypeLT ¶
func ChatTypeLT(v string) predicate.TelegramChatFeatureFlags
ChatTypeLT applies the LT predicate on the "chat_type" field.
func ChatTypeLTE ¶
func ChatTypeLTE(v string) predicate.TelegramChatFeatureFlags
ChatTypeLTE applies the LTE predicate on the "chat_type" field.
func ChatTypeNEQ ¶
func ChatTypeNEQ(v string) predicate.TelegramChatFeatureFlags
ChatTypeNEQ applies the NEQ predicate on the "chat_type" field.
func ChatTypeNotIn ¶
func ChatTypeNotIn(vs ...string) predicate.TelegramChatFeatureFlags
ChatTypeNotIn applies the NotIn predicate on the "chat_type" field.
func CreatedAt ¶
func CreatedAt(v int64) predicate.TelegramChatFeatureFlags
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
func CreatedAtEQ ¶
func CreatedAtEQ(v int64) predicate.TelegramChatFeatureFlags
CreatedAtEQ applies the EQ predicate on the "created_at" field.
func CreatedAtGT ¶
func CreatedAtGT(v int64) predicate.TelegramChatFeatureFlags
CreatedAtGT applies the GT predicate on the "created_at" field.
func CreatedAtGTE ¶
func CreatedAtGTE(v int64) predicate.TelegramChatFeatureFlags
CreatedAtGTE applies the GTE predicate on the "created_at" field.
func CreatedAtIn ¶
func CreatedAtIn(vs ...int64) predicate.TelegramChatFeatureFlags
CreatedAtIn applies the In predicate on the "created_at" field.
func CreatedAtLT ¶
func CreatedAtLT(v int64) predicate.TelegramChatFeatureFlags
CreatedAtLT applies the LT predicate on the "created_at" field.
func CreatedAtLTE ¶
func CreatedAtLTE(v int64) predicate.TelegramChatFeatureFlags
CreatedAtLTE applies the LTE predicate on the "created_at" field.
func CreatedAtNEQ ¶
func CreatedAtNEQ(v int64) predicate.TelegramChatFeatureFlags
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
func CreatedAtNotIn ¶
func CreatedAtNotIn(vs ...int64) predicate.TelegramChatFeatureFlags
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
func FeatureChatHistoriesRecap ¶
func FeatureChatHistoriesRecap(v bool) predicate.TelegramChatFeatureFlags
FeatureChatHistoriesRecap applies equality check predicate on the "feature_chat_histories_recap" field. It's identical to FeatureChatHistoriesRecapEQ.
func FeatureChatHistoriesRecapEQ ¶
func FeatureChatHistoriesRecapEQ(v bool) predicate.TelegramChatFeatureFlags
FeatureChatHistoriesRecapEQ applies the EQ predicate on the "feature_chat_histories_recap" field.
func FeatureChatHistoriesRecapNEQ ¶
func FeatureChatHistoriesRecapNEQ(v bool) predicate.TelegramChatFeatureFlags
FeatureChatHistoriesRecapNEQ applies the NEQ predicate on the "feature_chat_histories_recap" field.
func ID ¶
func ID(id uuid.UUID) predicate.TelegramChatFeatureFlags
ID filters vertices based on their ID field.
func IDEQ ¶
func IDEQ(id uuid.UUID) predicate.TelegramChatFeatureFlags
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id uuid.UUID) predicate.TelegramChatFeatureFlags
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id uuid.UUID) predicate.TelegramChatFeatureFlags
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...uuid.UUID) predicate.TelegramChatFeatureFlags
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id uuid.UUID) predicate.TelegramChatFeatureFlags
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id uuid.UUID) predicate.TelegramChatFeatureFlags
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id uuid.UUID) predicate.TelegramChatFeatureFlags
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...uuid.UUID) predicate.TelegramChatFeatureFlags
IDNotIn applies the NotIn predicate on the ID field.
func Or ¶
func Or(predicates ...predicate.TelegramChatFeatureFlags) predicate.TelegramChatFeatureFlags
Or groups predicates with the OR operator between them.
func UpdatedAt ¶
func UpdatedAt(v int64) predicate.TelegramChatFeatureFlags
UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.
func UpdatedAtEQ ¶
func UpdatedAtEQ(v int64) predicate.TelegramChatFeatureFlags
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
func UpdatedAtGT ¶
func UpdatedAtGT(v int64) predicate.TelegramChatFeatureFlags
UpdatedAtGT applies the GT predicate on the "updated_at" field.
func UpdatedAtGTE ¶
func UpdatedAtGTE(v int64) predicate.TelegramChatFeatureFlags
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
func UpdatedAtIn ¶
func UpdatedAtIn(vs ...int64) predicate.TelegramChatFeatureFlags
UpdatedAtIn applies the In predicate on the "updated_at" field.
func UpdatedAtLT ¶
func UpdatedAtLT(v int64) predicate.TelegramChatFeatureFlags
UpdatedAtLT applies the LT predicate on the "updated_at" field.
func UpdatedAtLTE ¶
func UpdatedAtLTE(v int64) predicate.TelegramChatFeatureFlags
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
func UpdatedAtNEQ ¶
func UpdatedAtNEQ(v int64) predicate.TelegramChatFeatureFlags
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
func UpdatedAtNotIn ¶
func UpdatedAtNotIn(vs ...int64) predicate.TelegramChatFeatureFlags
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 TelegramChatFeatureFlags queries.
func ByChatID ¶
func ByChatID(opts ...sql.OrderTermOption) OrderOption
ByChatID orders the results by the chat_id field.
func ByChatTitle ¶
func ByChatTitle(opts ...sql.OrderTermOption) OrderOption
ByChatTitle orders the results by the chat_title field.
func ByChatType ¶
func ByChatType(opts ...sql.OrderTermOption) OrderOption
ByChatType orders the results by the chat_type field.
func ByCreatedAt ¶
func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
ByCreatedAt orders the results by the created_at field.
func ByFeatureChatHistoriesRecap ¶
func ByFeatureChatHistoriesRecap(opts ...sql.OrderTermOption) OrderOption
ByFeatureChatHistoriesRecap orders the results by the feature_chat_histories_recap field.
func ByID ¶
func ByID(opts ...sql.OrderTermOption) OrderOption
ByID orders the results by the id field.
func ByUpdatedAt ¶
func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
ByUpdatedAt orders the results by the updated_at field.