mailboxattr

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the mailboxattr type in the database.
	Label = "mailbox_attr"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldValue holds the string denoting the value field in the database.
	FieldValue = "value"
	// Table holds the table name of the mailboxattr in the database.
	Table = "mailbox_attrs"
)

Variables

View Source
var Columns = []string{
	FieldID,
	FieldValue,
}

Columns holds all SQL columns for mailboxattr fields.

View Source
var ForeignKeys = []string{
	"mailbox_attributes",
}

ForeignKeys holds the SQL foreign-keys that are owned by the "mailbox_attrs" table and are not defined as standalone fields in the schema.

Functions

func And

func And(predicates ...predicate.MailboxAttr) predicate.MailboxAttr

And groups predicates with the AND operator between them.

func ID

func ID(id int) predicate.MailboxAttr

ID filters vertices based on their ID field.

func IDEQ

func IDEQ(id int) predicate.MailboxAttr

IDEQ applies the EQ predicate on the ID field.

func IDGT

func IDGT(id int) predicate.MailboxAttr

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id int) predicate.MailboxAttr

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...int) predicate.MailboxAttr

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id int) predicate.MailboxAttr

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id int) predicate.MailboxAttr

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id int) predicate.MailboxAttr

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...int) predicate.MailboxAttr

IDNotIn applies the NotIn predicate on the ID field.

func Not

Not applies the not operator on the given predicate.

func Or

func Or(predicates ...predicate.MailboxAttr) predicate.MailboxAttr

Or groups predicates with the OR operator between them.

func ValidColumn

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

func Value

func Value(v string) predicate.MailboxAttr

Value applies equality check predicate on the "Value" field. It's identical to ValueEQ.

func ValueContains

func ValueContains(v string) predicate.MailboxAttr

ValueContains applies the Contains predicate on the "Value" field.

func ValueContainsFold

func ValueContainsFold(v string) predicate.MailboxAttr

ValueContainsFold applies the ContainsFold predicate on the "Value" field.

func ValueEQ

func ValueEQ(v string) predicate.MailboxAttr

ValueEQ applies the EQ predicate on the "Value" field.

func ValueEqualFold

func ValueEqualFold(v string) predicate.MailboxAttr

ValueEqualFold applies the EqualFold predicate on the "Value" field.

func ValueGT

func ValueGT(v string) predicate.MailboxAttr

ValueGT applies the GT predicate on the "Value" field.

func ValueGTE

func ValueGTE(v string) predicate.MailboxAttr

ValueGTE applies the GTE predicate on the "Value" field.

func ValueHasPrefix

func ValueHasPrefix(v string) predicate.MailboxAttr

ValueHasPrefix applies the HasPrefix predicate on the "Value" field.

func ValueHasSuffix

func ValueHasSuffix(v string) predicate.MailboxAttr

ValueHasSuffix applies the HasSuffix predicate on the "Value" field.

func ValueIn

func ValueIn(vs ...string) predicate.MailboxAttr

ValueIn applies the In predicate on the "Value" field.

func ValueLT

func ValueLT(v string) predicate.MailboxAttr

ValueLT applies the LT predicate on the "Value" field.

func ValueLTE

func ValueLTE(v string) predicate.MailboxAttr

ValueLTE applies the LTE predicate on the "Value" field.

func ValueNEQ

func ValueNEQ(v string) predicate.MailboxAttr

ValueNEQ applies the NEQ predicate on the "Value" field.

func ValueNotIn

func ValueNotIn(vs ...string) predicate.MailboxAttr

ValueNotIn applies the NotIn predicate on the "Value" field.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL