Documentation ¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.TelegramChatAutoRecapsSubscribers) predicate.TelegramChatAutoRecapsSubscribers
- func ChatID(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func ChatIDEQ(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func ChatIDGT(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func ChatIDGTE(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func ChatIDIn(vs ...int64) predicate.TelegramChatAutoRecapsSubscribers
- func ChatIDLT(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func ChatIDLTE(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func ChatIDNEQ(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func ChatIDNotIn(vs ...int64) predicate.TelegramChatAutoRecapsSubscribers
- func CreatedAt(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func CreatedAtEQ(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func CreatedAtGT(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func CreatedAtGTE(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func CreatedAtIn(vs ...int64) predicate.TelegramChatAutoRecapsSubscribers
- func CreatedAtLT(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func CreatedAtLTE(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func CreatedAtNEQ(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func CreatedAtNotIn(vs ...int64) predicate.TelegramChatAutoRecapsSubscribers
- func ID(id uuid.UUID) predicate.TelegramChatAutoRecapsSubscribers
- func IDEQ(id uuid.UUID) predicate.TelegramChatAutoRecapsSubscribers
- func IDGT(id uuid.UUID) predicate.TelegramChatAutoRecapsSubscribers
- func IDGTE(id uuid.UUID) predicate.TelegramChatAutoRecapsSubscribers
- func IDIn(ids ...uuid.UUID) predicate.TelegramChatAutoRecapsSubscribers
- func IDLT(id uuid.UUID) predicate.TelegramChatAutoRecapsSubscribers
- func IDLTE(id uuid.UUID) predicate.TelegramChatAutoRecapsSubscribers
- func IDNEQ(id uuid.UUID) predicate.TelegramChatAutoRecapsSubscribers
- func IDNotIn(ids ...uuid.UUID) predicate.TelegramChatAutoRecapsSubscribers
- func Not(p predicate.TelegramChatAutoRecapsSubscribers) predicate.TelegramChatAutoRecapsSubscribers
- func Or(predicates ...predicate.TelegramChatAutoRecapsSubscribers) predicate.TelegramChatAutoRecapsSubscribers
- func UpdatedAt(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func UpdatedAtEQ(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func UpdatedAtGT(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func UpdatedAtGTE(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func UpdatedAtIn(vs ...int64) predicate.TelegramChatAutoRecapsSubscribers
- func UpdatedAtLT(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func UpdatedAtLTE(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func UpdatedAtNEQ(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func UpdatedAtNotIn(vs ...int64) predicate.TelegramChatAutoRecapsSubscribers
- func UserID(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func UserIDEQ(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func UserIDGT(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func UserIDGTE(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func UserIDIn(vs ...int64) predicate.TelegramChatAutoRecapsSubscribers
- func UserIDLT(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func UserIDLTE(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func UserIDNEQ(v int64) predicate.TelegramChatAutoRecapsSubscribers
- func UserIDNotIn(vs ...int64) predicate.TelegramChatAutoRecapsSubscribers
- func ValidColumn(column string) bool
- type OrderOption
Constants ¶
const ( // Label holds the string label denoting the telegramchatautorecapssubscribers type in the database. Label = "telegram_chat_auto_recaps_subscribers" // 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" // FieldUserID holds the string denoting the user_id field in the database. FieldUserID = "user_id" // 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 telegramchatautorecapssubscribers in the database. Table = "telegram_chat_auto_recaps_subscribers" )
Variables ¶
var ( // DefaultChatID holds the default value on creation for the "chat_id" field. DefaultChatID int64 // DefaultUserID holds the default value on creation for the "user_id" field. DefaultUserID int64 // 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, FieldUserID, FieldCreatedAt, FieldUpdatedAt, }
Columns holds all SQL columns for telegramchatautorecapssubscribers fields.
Functions ¶
func And ¶
func And(predicates ...predicate.TelegramChatAutoRecapsSubscribers) predicate.TelegramChatAutoRecapsSubscribers
And groups predicates with the AND operator between them.
func ChatID ¶
func ChatID(v int64) predicate.TelegramChatAutoRecapsSubscribers
ChatID applies equality check predicate on the "chat_id" field. It's identical to ChatIDEQ.
func ChatIDEQ ¶
func ChatIDEQ(v int64) predicate.TelegramChatAutoRecapsSubscribers
ChatIDEQ applies the EQ predicate on the "chat_id" field.
func ChatIDGT ¶
func ChatIDGT(v int64) predicate.TelegramChatAutoRecapsSubscribers
ChatIDGT applies the GT predicate on the "chat_id" field.
func ChatIDGTE ¶
func ChatIDGTE(v int64) predicate.TelegramChatAutoRecapsSubscribers
ChatIDGTE applies the GTE predicate on the "chat_id" field.
func ChatIDIn ¶
func ChatIDIn(vs ...int64) predicate.TelegramChatAutoRecapsSubscribers
ChatIDIn applies the In predicate on the "chat_id" field.
func ChatIDLT ¶
func ChatIDLT(v int64) predicate.TelegramChatAutoRecapsSubscribers
ChatIDLT applies the LT predicate on the "chat_id" field.
func ChatIDLTE ¶
func ChatIDLTE(v int64) predicate.TelegramChatAutoRecapsSubscribers
ChatIDLTE applies the LTE predicate on the "chat_id" field.
func ChatIDNEQ ¶
func ChatIDNEQ(v int64) predicate.TelegramChatAutoRecapsSubscribers
ChatIDNEQ applies the NEQ predicate on the "chat_id" field.
func ChatIDNotIn ¶
func ChatIDNotIn(vs ...int64) predicate.TelegramChatAutoRecapsSubscribers
ChatIDNotIn applies the NotIn predicate on the "chat_id" field.
func CreatedAt ¶
func CreatedAt(v int64) predicate.TelegramChatAutoRecapsSubscribers
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
func CreatedAtEQ ¶
func CreatedAtEQ(v int64) predicate.TelegramChatAutoRecapsSubscribers
CreatedAtEQ applies the EQ predicate on the "created_at" field.
func CreatedAtGT ¶
func CreatedAtGT(v int64) predicate.TelegramChatAutoRecapsSubscribers
CreatedAtGT applies the GT predicate on the "created_at" field.
func CreatedAtGTE ¶
func CreatedAtGTE(v int64) predicate.TelegramChatAutoRecapsSubscribers
CreatedAtGTE applies the GTE predicate on the "created_at" field.
func CreatedAtIn ¶
func CreatedAtIn(vs ...int64) predicate.TelegramChatAutoRecapsSubscribers
CreatedAtIn applies the In predicate on the "created_at" field.
func CreatedAtLT ¶
func CreatedAtLT(v int64) predicate.TelegramChatAutoRecapsSubscribers
CreatedAtLT applies the LT predicate on the "created_at" field.
func CreatedAtLTE ¶
func CreatedAtLTE(v int64) predicate.TelegramChatAutoRecapsSubscribers
CreatedAtLTE applies the LTE predicate on the "created_at" field.
func CreatedAtNEQ ¶
func CreatedAtNEQ(v int64) predicate.TelegramChatAutoRecapsSubscribers
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
func CreatedAtNotIn ¶
func CreatedAtNotIn(vs ...int64) predicate.TelegramChatAutoRecapsSubscribers
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
func ID ¶
func ID(id uuid.UUID) predicate.TelegramChatAutoRecapsSubscribers
ID filters vertices based on their ID field.
func IDEQ ¶
func IDEQ(id uuid.UUID) predicate.TelegramChatAutoRecapsSubscribers
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id uuid.UUID) predicate.TelegramChatAutoRecapsSubscribers
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id uuid.UUID) predicate.TelegramChatAutoRecapsSubscribers
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...uuid.UUID) predicate.TelegramChatAutoRecapsSubscribers
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id uuid.UUID) predicate.TelegramChatAutoRecapsSubscribers
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id uuid.UUID) predicate.TelegramChatAutoRecapsSubscribers
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id uuid.UUID) predicate.TelegramChatAutoRecapsSubscribers
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...uuid.UUID) predicate.TelegramChatAutoRecapsSubscribers
IDNotIn applies the NotIn predicate on the ID field.
func Or ¶
func Or(predicates ...predicate.TelegramChatAutoRecapsSubscribers) predicate.TelegramChatAutoRecapsSubscribers
Or groups predicates with the OR operator between them.
func UpdatedAt ¶
func UpdatedAt(v int64) predicate.TelegramChatAutoRecapsSubscribers
UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.
func UpdatedAtEQ ¶
func UpdatedAtEQ(v int64) predicate.TelegramChatAutoRecapsSubscribers
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
func UpdatedAtGT ¶
func UpdatedAtGT(v int64) predicate.TelegramChatAutoRecapsSubscribers
UpdatedAtGT applies the GT predicate on the "updated_at" field.
func UpdatedAtGTE ¶
func UpdatedAtGTE(v int64) predicate.TelegramChatAutoRecapsSubscribers
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
func UpdatedAtIn ¶
func UpdatedAtIn(vs ...int64) predicate.TelegramChatAutoRecapsSubscribers
UpdatedAtIn applies the In predicate on the "updated_at" field.
func UpdatedAtLT ¶
func UpdatedAtLT(v int64) predicate.TelegramChatAutoRecapsSubscribers
UpdatedAtLT applies the LT predicate on the "updated_at" field.
func UpdatedAtLTE ¶
func UpdatedAtLTE(v int64) predicate.TelegramChatAutoRecapsSubscribers
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
func UpdatedAtNEQ ¶
func UpdatedAtNEQ(v int64) predicate.TelegramChatAutoRecapsSubscribers
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
func UpdatedAtNotIn ¶
func UpdatedAtNotIn(vs ...int64) predicate.TelegramChatAutoRecapsSubscribers
UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.
func UserID ¶
func UserID(v int64) predicate.TelegramChatAutoRecapsSubscribers
UserID applies equality check predicate on the "user_id" field. It's identical to UserIDEQ.
func UserIDEQ ¶
func UserIDEQ(v int64) predicate.TelegramChatAutoRecapsSubscribers
UserIDEQ applies the EQ predicate on the "user_id" field.
func UserIDGT ¶
func UserIDGT(v int64) predicate.TelegramChatAutoRecapsSubscribers
UserIDGT applies the GT predicate on the "user_id" field.
func UserIDGTE ¶
func UserIDGTE(v int64) predicate.TelegramChatAutoRecapsSubscribers
UserIDGTE applies the GTE predicate on the "user_id" field.
func UserIDIn ¶
func UserIDIn(vs ...int64) predicate.TelegramChatAutoRecapsSubscribers
UserIDIn applies the In predicate on the "user_id" field.
func UserIDLT ¶
func UserIDLT(v int64) predicate.TelegramChatAutoRecapsSubscribers
UserIDLT applies the LT predicate on the "user_id" field.
func UserIDLTE ¶
func UserIDLTE(v int64) predicate.TelegramChatAutoRecapsSubscribers
UserIDLTE applies the LTE predicate on the "user_id" field.
func UserIDNEQ ¶
func UserIDNEQ(v int64) predicate.TelegramChatAutoRecapsSubscribers
UserIDNEQ applies the NEQ predicate on the "user_id" field.
func UserIDNotIn ¶
func UserIDNotIn(vs ...int64) predicate.TelegramChatAutoRecapsSubscribers
UserIDNotIn applies the NotIn predicate on the "user_id" 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 TelegramChatAutoRecapsSubscribers queries.
func ByChatID ¶
func ByChatID(opts ...sql.OrderTermOption) OrderOption
ByChatID orders the results by the chat_id field.
func ByCreatedAt ¶
func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
ByCreatedAt orders the results by the created_at 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.
func ByUserID ¶
func ByUserID(opts ...sql.OrderTermOption) OrderOption
ByUserID orders the results by the user_id field.