billingsequencenumbers

package
v1.0.0-beta.193 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the billingsequencenumbers type in the database.
	Label = "billing_sequence_numbers"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldNamespace holds the string denoting the namespace field in the database.
	FieldNamespace = "namespace"
	// FieldScope holds the string denoting the scope field in the database.
	FieldScope = "scope"
	// FieldLast holds the string denoting the last field in the database.
	FieldLast = "last"
	// Table holds the table name of the billingsequencenumbers in the database.
	Table = "billing_sequence_numbers"
)

Variables

Columns holds all SQL columns for billingsequencenumbers fields.

View Source
var (
	// NamespaceValidator is a validator for the "namespace" field. It is called by the builders before save.
	NamespaceValidator func(string) error
)

Functions

func And

And groups predicates with the AND operator between them.

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 ...int) predicate.BillingSequenceNumbers

IDNotIn applies the NotIn predicate on the ID field.

func Last

Last applies equality check predicate on the "last" field. It's identical to LastEQ.

func LastEQ

LastEQ applies the EQ predicate on the "last" field.

func LastGT

LastGT applies the GT predicate on the "last" field.

func LastGTE

LastGTE applies the GTE predicate on the "last" field.

func LastIn

LastIn applies the In predicate on the "last" field.

func LastLT

LastLT applies the LT predicate on the "last" field.

func LastLTE

LastLTE applies the LTE predicate on the "last" field.

func LastNEQ

LastNEQ applies the NEQ predicate on the "last" field.

func LastNotIn

LastNotIn applies the NotIn predicate on the "last" field.

func Namespace

Namespace applies equality check predicate on the "namespace" field. It's identical to NamespaceEQ.

func NamespaceContains

func NamespaceContains(v string) predicate.BillingSequenceNumbers

NamespaceContains applies the Contains predicate on the "namespace" field.

func NamespaceContainsFold

func NamespaceContainsFold(v string) predicate.BillingSequenceNumbers

NamespaceContainsFold applies the ContainsFold predicate on the "namespace" field.

func NamespaceEQ

NamespaceEQ applies the EQ predicate on the "namespace" field.

func NamespaceEqualFold

func NamespaceEqualFold(v string) predicate.BillingSequenceNumbers

NamespaceEqualFold applies the EqualFold predicate on the "namespace" field.

func NamespaceGT

NamespaceGT applies the GT predicate on the "namespace" field.

func NamespaceGTE

func NamespaceGTE(v string) predicate.BillingSequenceNumbers

NamespaceGTE applies the GTE predicate on the "namespace" field.

func NamespaceHasPrefix

func NamespaceHasPrefix(v string) predicate.BillingSequenceNumbers

NamespaceHasPrefix applies the HasPrefix predicate on the "namespace" field.

func NamespaceHasSuffix

func NamespaceHasSuffix(v string) predicate.BillingSequenceNumbers

NamespaceHasSuffix applies the HasSuffix predicate on the "namespace" field.

func NamespaceIn

func NamespaceIn(vs ...string) predicate.BillingSequenceNumbers

NamespaceIn applies the In predicate on the "namespace" field.

func NamespaceLT

NamespaceLT applies the LT predicate on the "namespace" field.

func NamespaceLTE

func NamespaceLTE(v string) predicate.BillingSequenceNumbers

NamespaceLTE applies the LTE predicate on the "namespace" field.

func NamespaceNEQ

func NamespaceNEQ(v string) predicate.BillingSequenceNumbers

NamespaceNEQ applies the NEQ predicate on the "namespace" field.

func NamespaceNotIn

func NamespaceNotIn(vs ...string) predicate.BillingSequenceNumbers

NamespaceNotIn applies the NotIn predicate on the "namespace" field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func Scope

Scope applies equality check predicate on the "scope" field. It's identical to ScopeEQ.

func ScopeContains

func ScopeContains(v string) predicate.BillingSequenceNumbers

ScopeContains applies the Contains predicate on the "scope" field.

func ScopeContainsFold

func ScopeContainsFold(v string) predicate.BillingSequenceNumbers

ScopeContainsFold applies the ContainsFold predicate on the "scope" field.

func ScopeEQ

ScopeEQ applies the EQ predicate on the "scope" field.

func ScopeEqualFold

func ScopeEqualFold(v string) predicate.BillingSequenceNumbers

ScopeEqualFold applies the EqualFold predicate on the "scope" field.

func ScopeGT

ScopeGT applies the GT predicate on the "scope" field.

func ScopeGTE

ScopeGTE applies the GTE predicate on the "scope" field.

func ScopeHasPrefix

func ScopeHasPrefix(v string) predicate.BillingSequenceNumbers

ScopeHasPrefix applies the HasPrefix predicate on the "scope" field.

func ScopeHasSuffix

func ScopeHasSuffix(v string) predicate.BillingSequenceNumbers

ScopeHasSuffix applies the HasSuffix predicate on the "scope" field.

func ScopeIn

ScopeIn applies the In predicate on the "scope" field.

func ScopeLT

ScopeLT applies the LT predicate on the "scope" field.

func ScopeLTE

ScopeLTE applies the LTE predicate on the "scope" field.

func ScopeNEQ

ScopeNEQ applies the NEQ predicate on the "scope" field.

func ScopeNotIn

func ScopeNotIn(vs ...string) predicate.BillingSequenceNumbers

ScopeNotIn applies the NotIn predicate on the "scope" field.

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 BillingSequenceNumbers queries.

func ByID

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

ByID orders the results by the id field.

func ByLast

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

ByLast orders the results by the last field.

func ByNamespace

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

ByNamespace orders the results by the namespace field.

func ByScope

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

ByScope orders the results by the scope field.

Jump to

Keyboard shortcuts

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