deprecatedcharacter

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: May 16, 2023 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the deprecatedcharacter type in the database.
	Label = "deprecated_character"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldSteamid holds the string denoting the steamid field in the database.
	FieldSteamid = "steamid"
	// FieldSlot holds the string denoting the slot field in the database.
	FieldSlot = "slot"
	// FieldSize holds the string denoting the size field in the database.
	FieldSize = "size"
	// FieldData holds the string denoting the data field in the database.
	FieldData = "data"
	// Table holds the table name of the deprecatedcharacter in the database.
	Table = "old_characters"
)

Variables

View Source
var (
	// DefaultSlot holds the default value on creation for the "slot" field.
	DefaultSlot int
	// SlotValidator is a validator for the "slot" field. It is called by the builders before save.
	SlotValidator func(int) error
	// DefaultSize holds the default value on creation for the "size" field.
	DefaultSize int
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() uuid.UUID
)

Columns holds all SQL columns for deprecatedcharacter fields.

Functions

func And

And groups predicates with the AND operator between them.

func Data

Data applies equality check predicate on the "data" field. It's identical to DataEQ.

func DataContains

func DataContains(v string) predicate.DeprecatedCharacter

DataContains applies the Contains predicate on the "data" field.

func DataContainsFold

func DataContainsFold(v string) predicate.DeprecatedCharacter

DataContainsFold applies the ContainsFold predicate on the "data" field.

func DataEQ

DataEQ applies the EQ predicate on the "data" field.

func DataEqualFold

func DataEqualFold(v string) predicate.DeprecatedCharacter

DataEqualFold applies the EqualFold predicate on the "data" field.

func DataGT

DataGT applies the GT predicate on the "data" field.

func DataGTE

DataGTE applies the GTE predicate on the "data" field.

func DataHasPrefix

func DataHasPrefix(v string) predicate.DeprecatedCharacter

DataHasPrefix applies the HasPrefix predicate on the "data" field.

func DataHasSuffix

func DataHasSuffix(v string) predicate.DeprecatedCharacter

DataHasSuffix applies the HasSuffix predicate on the "data" field.

func DataIn

func DataIn(vs ...string) predicate.DeprecatedCharacter

DataIn applies the In predicate on the "data" field.

func DataLT

DataLT applies the LT predicate on the "data" field.

func DataLTE

DataLTE applies the LTE predicate on the "data" field.

func DataNEQ

DataNEQ applies the NEQ predicate on the "data" field.

func DataNotIn

func DataNotIn(vs ...string) predicate.DeprecatedCharacter

DataNotIn applies the NotIn predicate on the "data" field.

func ID

ID filters vertices based on their ID field.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDGT

IDGT applies the GT predicate on the ID field.

func IDGTE

IDGTE applies the GTE predicate on the ID field.

func IDIn

IDIn applies the In predicate on the ID field.

func IDLT

IDLT applies the LT predicate on the ID field.

func IDLTE

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...uuid.UUID) predicate.DeprecatedCharacter

IDNotIn applies the NotIn predicate on the ID field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func Size

Size applies equality check predicate on the "size" field. It's identical to SizeEQ.

func SizeEQ

SizeEQ applies the EQ predicate on the "size" field.

func SizeGT

SizeGT applies the GT predicate on the "size" field.

func SizeGTE

SizeGTE applies the GTE predicate on the "size" field.

func SizeIn

func SizeIn(vs ...int) predicate.DeprecatedCharacter

SizeIn applies the In predicate on the "size" field.

func SizeLT

SizeLT applies the LT predicate on the "size" field.

func SizeLTE

SizeLTE applies the LTE predicate on the "size" field.

func SizeNEQ

SizeNEQ applies the NEQ predicate on the "size" field.

func SizeNotIn

func SizeNotIn(vs ...int) predicate.DeprecatedCharacter

SizeNotIn applies the NotIn predicate on the "size" field.

func Slot

Slot applies equality check predicate on the "slot" field. It's identical to SlotEQ.

func SlotEQ

SlotEQ applies the EQ predicate on the "slot" field.

func SlotGT

SlotGT applies the GT predicate on the "slot" field.

func SlotGTE

SlotGTE applies the GTE predicate on the "slot" field.

func SlotIn

func SlotIn(vs ...int) predicate.DeprecatedCharacter

SlotIn applies the In predicate on the "slot" field.

func SlotLT

SlotLT applies the LT predicate on the "slot" field.

func SlotLTE

SlotLTE applies the LTE predicate on the "slot" field.

func SlotNEQ

SlotNEQ applies the NEQ predicate on the "slot" field.

func SlotNotIn

func SlotNotIn(vs ...int) predicate.DeprecatedCharacter

SlotNotIn applies the NotIn predicate on the "slot" field.

func Steamid

Steamid applies equality check predicate on the "steamid" field. It's identical to SteamidEQ.

func SteamidContains

func SteamidContains(v string) predicate.DeprecatedCharacter

SteamidContains applies the Contains predicate on the "steamid" field.

func SteamidContainsFold

func SteamidContainsFold(v string) predicate.DeprecatedCharacter

SteamidContainsFold applies the ContainsFold predicate on the "steamid" field.

func SteamidEQ

SteamidEQ applies the EQ predicate on the "steamid" field.

func SteamidEqualFold

func SteamidEqualFold(v string) predicate.DeprecatedCharacter

SteamidEqualFold applies the EqualFold predicate on the "steamid" field.

func SteamidGT

SteamidGT applies the GT predicate on the "steamid" field.

func SteamidGTE

func SteamidGTE(v string) predicate.DeprecatedCharacter

SteamidGTE applies the GTE predicate on the "steamid" field.

func SteamidHasPrefix

func SteamidHasPrefix(v string) predicate.DeprecatedCharacter

SteamidHasPrefix applies the HasPrefix predicate on the "steamid" field.

func SteamidHasSuffix

func SteamidHasSuffix(v string) predicate.DeprecatedCharacter

SteamidHasSuffix applies the HasSuffix predicate on the "steamid" field.

func SteamidIn

func SteamidIn(vs ...string) predicate.DeprecatedCharacter

SteamidIn applies the In predicate on the "steamid" field.

func SteamidLT

SteamidLT applies the LT predicate on the "steamid" field.

func SteamidLTE

func SteamidLTE(v string) predicate.DeprecatedCharacter

SteamidLTE applies the LTE predicate on the "steamid" field.

func SteamidNEQ

func SteamidNEQ(v string) predicate.DeprecatedCharacter

SteamidNEQ applies the NEQ predicate on the "steamid" field.

func SteamidNotIn

func SteamidNotIn(vs ...string) predicate.DeprecatedCharacter

SteamidNotIn applies the NotIn predicate on the "steamid" 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