Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.BillingSequenceNumbers) predicate.BillingSequenceNumbers
- func ID(id int) predicate.BillingSequenceNumbers
- func IDEQ(id int) predicate.BillingSequenceNumbers
- func IDGT(id int) predicate.BillingSequenceNumbers
- func IDGTE(id int) predicate.BillingSequenceNumbers
- func IDIn(ids ...int) predicate.BillingSequenceNumbers
- func IDLT(id int) predicate.BillingSequenceNumbers
- func IDLTE(id int) predicate.BillingSequenceNumbers
- func IDNEQ(id int) predicate.BillingSequenceNumbers
- func IDNotIn(ids ...int) predicate.BillingSequenceNumbers
- func Last(v alpacadecimal.Decimal) predicate.BillingSequenceNumbers
- func LastEQ(v alpacadecimal.Decimal) predicate.BillingSequenceNumbers
- func LastGT(v alpacadecimal.Decimal) predicate.BillingSequenceNumbers
- func LastGTE(v alpacadecimal.Decimal) predicate.BillingSequenceNumbers
- func LastIn(vs ...alpacadecimal.Decimal) predicate.BillingSequenceNumbers
- func LastLT(v alpacadecimal.Decimal) predicate.BillingSequenceNumbers
- func LastLTE(v alpacadecimal.Decimal) predicate.BillingSequenceNumbers
- func LastNEQ(v alpacadecimal.Decimal) predicate.BillingSequenceNumbers
- func LastNotIn(vs ...alpacadecimal.Decimal) predicate.BillingSequenceNumbers
- func Namespace(v string) predicate.BillingSequenceNumbers
- func NamespaceContains(v string) predicate.BillingSequenceNumbers
- func NamespaceContainsFold(v string) predicate.BillingSequenceNumbers
- func NamespaceEQ(v string) predicate.BillingSequenceNumbers
- func NamespaceEqualFold(v string) predicate.BillingSequenceNumbers
- func NamespaceGT(v string) predicate.BillingSequenceNumbers
- func NamespaceGTE(v string) predicate.BillingSequenceNumbers
- func NamespaceHasPrefix(v string) predicate.BillingSequenceNumbers
- func NamespaceHasSuffix(v string) predicate.BillingSequenceNumbers
- func NamespaceIn(vs ...string) predicate.BillingSequenceNumbers
- func NamespaceLT(v string) predicate.BillingSequenceNumbers
- func NamespaceLTE(v string) predicate.BillingSequenceNumbers
- func NamespaceNEQ(v string) predicate.BillingSequenceNumbers
- func NamespaceNotIn(vs ...string) predicate.BillingSequenceNumbers
- func Not(p predicate.BillingSequenceNumbers) predicate.BillingSequenceNumbers
- func Or(predicates ...predicate.BillingSequenceNumbers) predicate.BillingSequenceNumbers
- func Scope(v string) predicate.BillingSequenceNumbers
- func ScopeContains(v string) predicate.BillingSequenceNumbers
- func ScopeContainsFold(v string) predicate.BillingSequenceNumbers
- func ScopeEQ(v string) predicate.BillingSequenceNumbers
- func ScopeEqualFold(v string) predicate.BillingSequenceNumbers
- func ScopeGT(v string) predicate.BillingSequenceNumbers
- func ScopeGTE(v string) predicate.BillingSequenceNumbers
- func ScopeHasPrefix(v string) predicate.BillingSequenceNumbers
- func ScopeHasSuffix(v string) predicate.BillingSequenceNumbers
- func ScopeIn(vs ...string) predicate.BillingSequenceNumbers
- func ScopeLT(v string) predicate.BillingSequenceNumbers
- func ScopeLTE(v string) predicate.BillingSequenceNumbers
- func ScopeNEQ(v string) predicate.BillingSequenceNumbers
- func ScopeNotIn(vs ...string) predicate.BillingSequenceNumbers
- func ValidColumn(column string) bool
- type OrderOption
Constants ¶
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 ¶
var Columns = []string{ FieldID, FieldNamespace, FieldScope, FieldLast, }
Columns holds all SQL columns for billingsequencenumbers fields.
var ( // NamespaceValidator is a validator for the "namespace" field. It is called by the builders before save. NamespaceValidator func(string) error )
Functions ¶
func And ¶
func And(predicates ...predicate.BillingSequenceNumbers) predicate.BillingSequenceNumbers
And groups predicates with the AND operator between them.
func ID ¶
func ID(id int) predicate.BillingSequenceNumbers
ID filters vertices based on their ID field.
func IDEQ ¶
func IDEQ(id int) predicate.BillingSequenceNumbers
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id int) predicate.BillingSequenceNumbers
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id int) predicate.BillingSequenceNumbers
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...int) predicate.BillingSequenceNumbers
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id int) predicate.BillingSequenceNumbers
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id int) predicate.BillingSequenceNumbers
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id int) predicate.BillingSequenceNumbers
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 ¶
func Last(v alpacadecimal.Decimal) predicate.BillingSequenceNumbers
Last applies equality check predicate on the "last" field. It's identical to LastEQ.
func LastEQ ¶
func LastEQ(v alpacadecimal.Decimal) predicate.BillingSequenceNumbers
LastEQ applies the EQ predicate on the "last" field.
func LastGT ¶
func LastGT(v alpacadecimal.Decimal) predicate.BillingSequenceNumbers
LastGT applies the GT predicate on the "last" field.
func LastGTE ¶
func LastGTE(v alpacadecimal.Decimal) predicate.BillingSequenceNumbers
LastGTE applies the GTE predicate on the "last" field.
func LastIn ¶
func LastIn(vs ...alpacadecimal.Decimal) predicate.BillingSequenceNumbers
LastIn applies the In predicate on the "last" field.
func LastLT ¶
func LastLT(v alpacadecimal.Decimal) predicate.BillingSequenceNumbers
LastLT applies the LT predicate on the "last" field.
func LastLTE ¶
func LastLTE(v alpacadecimal.Decimal) predicate.BillingSequenceNumbers
LastLTE applies the LTE predicate on the "last" field.
func LastNEQ ¶
func LastNEQ(v alpacadecimal.Decimal) predicate.BillingSequenceNumbers
LastNEQ applies the NEQ predicate on the "last" field.
func LastNotIn ¶
func LastNotIn(vs ...alpacadecimal.Decimal) predicate.BillingSequenceNumbers
LastNotIn applies the NotIn predicate on the "last" field.
func Namespace ¶
func Namespace(v string) predicate.BillingSequenceNumbers
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 ¶
func NamespaceEQ(v string) predicate.BillingSequenceNumbers
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 ¶
func NamespaceGT(v string) predicate.BillingSequenceNumbers
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 ¶
func NamespaceLT(v string) predicate.BillingSequenceNumbers
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 Or ¶
func Or(predicates ...predicate.BillingSequenceNumbers) predicate.BillingSequenceNumbers
Or groups predicates with the OR operator between them.
func Scope ¶
func Scope(v string) predicate.BillingSequenceNumbers
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 ¶
func ScopeEQ(v string) predicate.BillingSequenceNumbers
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 ¶
func ScopeGT(v string) predicate.BillingSequenceNumbers
ScopeGT applies the GT predicate on the "scope" field.
func ScopeGTE ¶
func ScopeGTE(v string) predicate.BillingSequenceNumbers
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 ¶
func ScopeIn(vs ...string) predicate.BillingSequenceNumbers
ScopeIn applies the In predicate on the "scope" field.
func ScopeLT ¶
func ScopeLT(v string) predicate.BillingSequenceNumbers
ScopeLT applies the LT predicate on the "scope" field.
func ScopeLTE ¶
func ScopeLTE(v string) predicate.BillingSequenceNumbers
ScopeLTE applies the LTE predicate on the "scope" field.
func ScopeNEQ ¶
func ScopeNEQ(v string) predicate.BillingSequenceNumbers
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 ¶
ValidColumn reports if the column name is valid (part of the table columns).
Types ¶
type OrderOption ¶
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.