proxyschemamigrations

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the proxyschemamigrations type in the database.
	Label = "proxy_schema_migrations"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "version"
	// FieldDirty holds the string denoting the dirty field in the database.
	FieldDirty = "dirty"
	// Table holds the table name of the proxyschemamigrations in the database.
	Table = "schema_migrations"
)

Variables

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

Columns holds all SQL columns for proxyschemamigrations fields.

Functions

func And

And groups predicates with the AND operator between them.

func Dirty

Dirty applies equality check predicate on the "dirty" field. It's identical to DirtyEQ.

func DirtyEQ

DirtyEQ applies the EQ predicate on the "dirty" field.

func DirtyNEQ

DirtyNEQ applies the NEQ predicate on the "dirty" 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 ...int64) predicate.ProxySchemaMigrations

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 ValidColumn

func ValidColumn(column string) bool

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

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the ProxySchemaMigrations queries.

func ByDirty

func ByDirty(opts ...sql.OrderTermOption) OrderOption

ByDirty orders the results by the dirty field.

func ByID

func ByID(opts ...sql.OrderTermOption) OrderOption

ByID orders the results by the id field.

Jump to

Keyboard shortcuts

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