Documentation ¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.DeletedSubscription) predicate.DeletedSubscription
- func ID(id int) predicate.DeletedSubscription
- func IDEQ(id int) predicate.DeletedSubscription
- func IDGT(id int) predicate.DeletedSubscription
- func IDGTE(id int) predicate.DeletedSubscription
- func IDIn(ids ...int) predicate.DeletedSubscription
- func IDLT(id int) predicate.DeletedSubscription
- func IDLTE(id int) predicate.DeletedSubscription
- func IDNEQ(id int) predicate.DeletedSubscription
- func IDNotIn(ids ...int) predicate.DeletedSubscription
- func Name(v string) predicate.DeletedSubscription
- func NameContains(v string) predicate.DeletedSubscription
- func NameContainsFold(v string) predicate.DeletedSubscription
- func NameEQ(v string) predicate.DeletedSubscription
- func NameEqualFold(v string) predicate.DeletedSubscription
- func NameGT(v string) predicate.DeletedSubscription
- func NameGTE(v string) predicate.DeletedSubscription
- func NameHasPrefix(v string) predicate.DeletedSubscription
- func NameHasSuffix(v string) predicate.DeletedSubscription
- func NameIn(vs ...string) predicate.DeletedSubscription
- func NameLT(v string) predicate.DeletedSubscription
- func NameLTE(v string) predicate.DeletedSubscription
- func NameNEQ(v string) predicate.DeletedSubscription
- func NameNotIn(vs ...string) predicate.DeletedSubscription
- func Not(p predicate.DeletedSubscription) predicate.DeletedSubscription
- func Or(predicates ...predicate.DeletedSubscription) predicate.DeletedSubscription
- func RemoteID(v imap.MailboxID) predicate.DeletedSubscription
- func RemoteIDContains(v imap.MailboxID) predicate.DeletedSubscription
- func RemoteIDContainsFold(v imap.MailboxID) predicate.DeletedSubscription
- func RemoteIDEQ(v imap.MailboxID) predicate.DeletedSubscription
- func RemoteIDEqualFold(v imap.MailboxID) predicate.DeletedSubscription
- func RemoteIDGT(v imap.MailboxID) predicate.DeletedSubscription
- func RemoteIDGTE(v imap.MailboxID) predicate.DeletedSubscription
- func RemoteIDHasPrefix(v imap.MailboxID) predicate.DeletedSubscription
- func RemoteIDHasSuffix(v imap.MailboxID) predicate.DeletedSubscription
- func RemoteIDIn(vs ...imap.MailboxID) predicate.DeletedSubscription
- func RemoteIDLT(v imap.MailboxID) predicate.DeletedSubscription
- func RemoteIDLTE(v imap.MailboxID) predicate.DeletedSubscription
- func RemoteIDNEQ(v imap.MailboxID) predicate.DeletedSubscription
- func RemoteIDNotIn(vs ...imap.MailboxID) predicate.DeletedSubscription
- func ValidColumn(column string) bool
Constants ¶
const ( // Label holds the string label denoting the deletedsubscription type in the database. Label = "deleted_subscription" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldName holds the string denoting the name field in the database. FieldName = "name" // FieldRemoteID holds the string denoting the remoteid field in the database. FieldRemoteID = "remote_id" // Table holds the table name of the deletedsubscription in the database. Table = "deleted_subscriptions" )
Variables ¶
var Columns = []string{ FieldID, FieldName, FieldRemoteID, }
Columns holds all SQL columns for deletedsubscription fields.
Functions ¶
func And ¶
func And(predicates ...predicate.DeletedSubscription) predicate.DeletedSubscription
And groups predicates with the AND operator between them.
func ID ¶
func ID(id int) predicate.DeletedSubscription
ID filters vertices based on their ID field.
func IDEQ ¶
func IDEQ(id int) predicate.DeletedSubscription
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id int) predicate.DeletedSubscription
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id int) predicate.DeletedSubscription
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...int) predicate.DeletedSubscription
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id int) predicate.DeletedSubscription
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id int) predicate.DeletedSubscription
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id int) predicate.DeletedSubscription
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...int) predicate.DeletedSubscription
IDNotIn applies the NotIn predicate on the ID field.
func Name ¶
func Name(v string) predicate.DeletedSubscription
Name applies equality check predicate on the "Name" field. It's identical to NameEQ.
func NameContains ¶
func NameContains(v string) predicate.DeletedSubscription
NameContains applies the Contains predicate on the "Name" field.
func NameContainsFold ¶
func NameContainsFold(v string) predicate.DeletedSubscription
NameContainsFold applies the ContainsFold predicate on the "Name" field.
func NameEQ ¶
func NameEQ(v string) predicate.DeletedSubscription
NameEQ applies the EQ predicate on the "Name" field.
func NameEqualFold ¶
func NameEqualFold(v string) predicate.DeletedSubscription
NameEqualFold applies the EqualFold predicate on the "Name" field.
func NameGT ¶
func NameGT(v string) predicate.DeletedSubscription
NameGT applies the GT predicate on the "Name" field.
func NameGTE ¶
func NameGTE(v string) predicate.DeletedSubscription
NameGTE applies the GTE predicate on the "Name" field.
func NameHasPrefix ¶
func NameHasPrefix(v string) predicate.DeletedSubscription
NameHasPrefix applies the HasPrefix predicate on the "Name" field.
func NameHasSuffix ¶
func NameHasSuffix(v string) predicate.DeletedSubscription
NameHasSuffix applies the HasSuffix predicate on the "Name" field.
func NameIn ¶
func NameIn(vs ...string) predicate.DeletedSubscription
NameIn applies the In predicate on the "Name" field.
func NameLT ¶
func NameLT(v string) predicate.DeletedSubscription
NameLT applies the LT predicate on the "Name" field.
func NameLTE ¶
func NameLTE(v string) predicate.DeletedSubscription
NameLTE applies the LTE predicate on the "Name" field.
func NameNEQ ¶
func NameNEQ(v string) predicate.DeletedSubscription
NameNEQ applies the NEQ predicate on the "Name" field.
func NameNotIn ¶
func NameNotIn(vs ...string) predicate.DeletedSubscription
NameNotIn applies the NotIn predicate on the "Name" field.
func Not ¶
func Not(p predicate.DeletedSubscription) predicate.DeletedSubscription
Not applies the not operator on the given predicate.
func Or ¶
func Or(predicates ...predicate.DeletedSubscription) predicate.DeletedSubscription
Or groups predicates with the OR operator between them.
func RemoteID ¶
func RemoteID(v imap.MailboxID) predicate.DeletedSubscription
RemoteID applies equality check predicate on the "RemoteID" field. It's identical to RemoteIDEQ.
func RemoteIDContains ¶
func RemoteIDContains(v imap.MailboxID) predicate.DeletedSubscription
RemoteIDContains applies the Contains predicate on the "RemoteID" field.
func RemoteIDContainsFold ¶
func RemoteIDContainsFold(v imap.MailboxID) predicate.DeletedSubscription
RemoteIDContainsFold applies the ContainsFold predicate on the "RemoteID" field.
func RemoteIDEQ ¶
func RemoteIDEQ(v imap.MailboxID) predicate.DeletedSubscription
RemoteIDEQ applies the EQ predicate on the "RemoteID" field.
func RemoteIDEqualFold ¶
func RemoteIDEqualFold(v imap.MailboxID) predicate.DeletedSubscription
RemoteIDEqualFold applies the EqualFold predicate on the "RemoteID" field.
func RemoteIDGT ¶
func RemoteIDGT(v imap.MailboxID) predicate.DeletedSubscription
RemoteIDGT applies the GT predicate on the "RemoteID" field.
func RemoteIDGTE ¶
func RemoteIDGTE(v imap.MailboxID) predicate.DeletedSubscription
RemoteIDGTE applies the GTE predicate on the "RemoteID" field.
func RemoteIDHasPrefix ¶
func RemoteIDHasPrefix(v imap.MailboxID) predicate.DeletedSubscription
RemoteIDHasPrefix applies the HasPrefix predicate on the "RemoteID" field.
func RemoteIDHasSuffix ¶
func RemoteIDHasSuffix(v imap.MailboxID) predicate.DeletedSubscription
RemoteIDHasSuffix applies the HasSuffix predicate on the "RemoteID" field.
func RemoteIDIn ¶
func RemoteIDIn(vs ...imap.MailboxID) predicate.DeletedSubscription
RemoteIDIn applies the In predicate on the "RemoteID" field.
func RemoteIDLT ¶
func RemoteIDLT(v imap.MailboxID) predicate.DeletedSubscription
RemoteIDLT applies the LT predicate on the "RemoteID" field.
func RemoteIDLTE ¶
func RemoteIDLTE(v imap.MailboxID) predicate.DeletedSubscription
RemoteIDLTE applies the LTE predicate on the "RemoteID" field.
func RemoteIDNEQ ¶
func RemoteIDNEQ(v imap.MailboxID) predicate.DeletedSubscription
RemoteIDNEQ applies the NEQ predicate on the "RemoteID" field.
func RemoteIDNotIn ¶
func RemoteIDNotIn(vs ...imap.MailboxID) predicate.DeletedSubscription
RemoteIDNotIn applies the NotIn predicate on the "RemoteID" field.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
Types ¶
This section is empty.