uidvalidity

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the uidvalidity type in the database.
	Label = "uid_validity"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldUIDValidity holds the string denoting the uidvalidity field in the database.
	FieldUIDValidity = "uid_validity"
	// Table holds the table name of the uidvalidity in the database.
	Table = "uid_validities"
)

Variables

Columns holds all SQL columns for uidvalidity fields.

Functions

func And

func And(predicates ...predicate.UIDValidity) predicate.UIDValidity

And groups predicates with the AND operator between them.

func ID

func ID(id int) predicate.UIDValidity

ID filters vertices based on their ID field.

func IDEQ

func IDEQ(id int) predicate.UIDValidity

IDEQ applies the EQ predicate on the ID field.

func IDGT

func IDGT(id int) predicate.UIDValidity

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id int) predicate.UIDValidity

IDGTE applies the GTE predicate on the ID field.

func IDIn

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

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id int) predicate.UIDValidity

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id int) predicate.UIDValidity

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id int) predicate.UIDValidity

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

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

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.UIDValidity) predicate.UIDValidity

Or groups predicates with the OR operator between them.

func UIDValidity

func UIDValidity(v imap.UID) predicate.UIDValidity

UIDValidity applies equality check predicate on the "UIDValidity" field. It's identical to UIDValidityEQ.

func UIDValidityEQ

func UIDValidityEQ(v imap.UID) predicate.UIDValidity

UIDValidityEQ applies the EQ predicate on the "UIDValidity" field.

func UIDValidityGT

func UIDValidityGT(v imap.UID) predicate.UIDValidity

UIDValidityGT applies the GT predicate on the "UIDValidity" field.

func UIDValidityGTE

func UIDValidityGTE(v imap.UID) predicate.UIDValidity

UIDValidityGTE applies the GTE predicate on the "UIDValidity" field.

func UIDValidityIn

func UIDValidityIn(vs ...imap.UID) predicate.UIDValidity

UIDValidityIn applies the In predicate on the "UIDValidity" field.

func UIDValidityLT

func UIDValidityLT(v imap.UID) predicate.UIDValidity

UIDValidityLT applies the LT predicate on the "UIDValidity" field.

func UIDValidityLTE

func UIDValidityLTE(v imap.UID) predicate.UIDValidity

UIDValidityLTE applies the LTE predicate on the "UIDValidity" field.

func UIDValidityNEQ

func UIDValidityNEQ(v imap.UID) predicate.UIDValidity

UIDValidityNEQ applies the NEQ predicate on the "UIDValidity" field.

func UIDValidityNotIn

func UIDValidityNotIn(vs ...imap.UID) predicate.UIDValidity

UIDValidityNotIn applies the NotIn predicate on the "UIDValidity" field.

func ValidColumn

func ValidColumn(column string) bool

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

Types

This section is empty.

Jump to

Keyboard shortcuts

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