Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.Card) predicate.Card
- func Balance(v float64) predicate.Card
- func BalanceEQ(v float64) predicate.Card
- func BalanceGT(v float64) predicate.Card
- func BalanceGTE(v float64) predicate.Card
- func BalanceIn(vs ...float64) predicate.Card
- func BalanceLT(v float64) predicate.Card
- func BalanceLTE(v float64) predicate.Card
- func BalanceLimit(v float64) predicate.Card
- func BalanceLimitEQ(v float64) predicate.Card
- func BalanceLimitGT(v float64) predicate.Card
- func BalanceLimitGTE(v float64) predicate.Card
- func BalanceLimitIn(vs ...float64) predicate.Card
- func BalanceLimitLT(v float64) predicate.Card
- func BalanceLimitLTE(v float64) predicate.Card
- func BalanceLimitNEQ(v float64) predicate.Card
- func BalanceLimitNotIn(vs ...float64) predicate.Card
- func BalanceNEQ(v float64) predicate.Card
- func BalanceNotIn(vs ...float64) predicate.Card
- func BankName(v string) predicate.Card
- func BankNameContains(v string) predicate.Card
- func BankNameContainsFold(v string) predicate.Card
- func BankNameEQ(v string) predicate.Card
- func BankNameEqualFold(v string) predicate.Card
- func BankNameGT(v string) predicate.Card
- func BankNameGTE(v string) predicate.Card
- func BankNameHasPrefix(v string) predicate.Card
- func BankNameHasSuffix(v string) predicate.Card
- func BankNameIn(vs ...string) predicate.Card
- func BankNameIsNil() predicate.Card
- func BankNameLT(v string) predicate.Card
- func BankNameLTE(v string) predicate.Card
- func BankNameNEQ(v string) predicate.Card
- func BankNameNotIn(vs ...string) predicate.Card
- func BankNameNotNil() predicate.Card
- func CardType(v string) predicate.Card
- func CardTypeContains(v string) predicate.Card
- func CardTypeContainsFold(v string) predicate.Card
- func CardTypeEQ(v string) predicate.Card
- func CardTypeEqualFold(v string) predicate.Card
- func CardTypeGT(v string) predicate.Card
- func CardTypeGTE(v string) predicate.Card
- func CardTypeHasPrefix(v string) predicate.Card
- func CardTypeHasSuffix(v string) predicate.Card
- func CardTypeIn(vs ...string) predicate.Card
- func CardTypeLT(v string) predicate.Card
- func CardTypeLTE(v string) predicate.Card
- func CardTypeNEQ(v string) predicate.Card
- func CardTypeNotIn(vs ...string) predicate.Card
- func CreatedAt(v time.Time) predicate.Card
- func CreatedAtEQ(v time.Time) predicate.Card
- func CreatedAtGT(v time.Time) predicate.Card
- func CreatedAtGTE(v time.Time) predicate.Card
- func CreatedAtIn(vs ...time.Time) predicate.Card
- func CreatedAtLT(v time.Time) predicate.Card
- func CreatedAtLTE(v time.Time) predicate.Card
- func CreatedAtNEQ(v time.Time) predicate.Card
- func CreatedAtNotIn(vs ...time.Time) predicate.Card
- func CurrencyCode(v string) predicate.Card
- func CurrencyCodeContains(v string) predicate.Card
- func CurrencyCodeContainsFold(v string) predicate.Card
- func CurrencyCodeEQ(v string) predicate.Card
- func CurrencyCodeEqualFold(v string) predicate.Card
- func CurrencyCodeGT(v string) predicate.Card
- func CurrencyCodeGTE(v string) predicate.Card
- func CurrencyCodeHasPrefix(v string) predicate.Card
- func CurrencyCodeHasSuffix(v string) predicate.Card
- func CurrencyCodeIn(vs ...string) predicate.Card
- func CurrencyCodeLT(v string) predicate.Card
- func CurrencyCodeLTE(v string) predicate.Card
- func CurrencyCodeNEQ(v string) predicate.Card
- func CurrencyCodeNotIn(vs ...string) predicate.Card
- func DisplayName(v string) predicate.Card
- func DisplayNameContains(v string) predicate.Card
- func DisplayNameContainsFold(v string) predicate.Card
- func DisplayNameEQ(v string) predicate.Card
- func DisplayNameEqualFold(v string) predicate.Card
- func DisplayNameGT(v string) predicate.Card
- func DisplayNameGTE(v string) predicate.Card
- func DisplayNameHasPrefix(v string) predicate.Card
- func DisplayNameHasSuffix(v string) predicate.Card
- func DisplayNameIn(vs ...string) predicate.Card
- func DisplayNameLT(v string) predicate.Card
- func DisplayNameLTE(v string) predicate.Card
- func DisplayNameNEQ(v string) predicate.Card
- func DisplayNameNotIn(vs ...string) predicate.Card
- func FinancialAccountID(v string) predicate.Card
- func FinancialAccountIDContains(v string) predicate.Card
- func FinancialAccountIDContainsFold(v string) predicate.Card
- func FinancialAccountIDEQ(v string) predicate.Card
- func FinancialAccountIDEqualFold(v string) predicate.Card
- func FinancialAccountIDGT(v string) predicate.Card
- func FinancialAccountIDGTE(v string) predicate.Card
- func FinancialAccountIDHasPrefix(v string) predicate.Card
- func FinancialAccountIDHasSuffix(v string) predicate.Card
- func FinancialAccountIDIn(vs ...string) predicate.Card
- func FinancialAccountIDIsNil() predicate.Card
- func FinancialAccountIDLT(v string) predicate.Card
- func FinancialAccountIDLTE(v string) predicate.Card
- func FinancialAccountIDNEQ(v string) predicate.Card
- func FinancialAccountIDNotIn(vs ...string) predicate.Card
- func FinancialAccountIDNotNil() predicate.Card
- func HasFinancialAccount() predicate.Card
- func HasFinancialAccountWith(preds ...predicate.FinancialAccount) predicate.Card
- func HasUser() predicate.Card
- func HasUserWith(preds ...predicate.User) predicate.Card
- func ID(id string) predicate.Card
- func IDEQ(id string) predicate.Card
- func IDGT(id string) predicate.Card
- func IDGTE(id string) predicate.Card
- func IDIn(ids ...string) predicate.Card
- func IDLT(id string) predicate.Card
- func IDLTE(id string) predicate.Card
- func IDNEQ(id string) predicate.Card
- func IDNotIn(ids ...string) predicate.Card
- func IsActive(v bool) predicate.Card
- func IsActiveEQ(v bool) predicate.Card
- func IsActiveNEQ(v bool) predicate.Card
- func LastDigits(v uint16) predicate.Card
- func LastDigitsEQ(v uint16) predicate.Card
- func LastDigitsGT(v uint16) predicate.Card
- func LastDigitsGTE(v uint16) predicate.Card
- func LastDigitsIn(vs ...uint16) predicate.Card
- func LastDigitsIsNil() predicate.Card
- func LastDigitsLT(v uint16) predicate.Card
- func LastDigitsLTE(v uint16) predicate.Card
- func LastDigitsNEQ(v uint16) predicate.Card
- func LastDigitsNotIn(vs ...uint16) predicate.Card
- func LastDigitsNotNil() predicate.Card
- func Not(p predicate.Card) predicate.Card
- func Or(predicates ...predicate.Card) predicate.Card
- func UpdatedAt(v time.Time) predicate.Card
- func UpdatedAtEQ(v time.Time) predicate.Card
- func UpdatedAtGT(v time.Time) predicate.Card
- func UpdatedAtGTE(v time.Time) predicate.Card
- func UpdatedAtIn(vs ...time.Time) predicate.Card
- func UpdatedAtLT(v time.Time) predicate.Card
- func UpdatedAtLTE(v time.Time) predicate.Card
- func UpdatedAtNEQ(v time.Time) predicate.Card
- func UpdatedAtNotIn(vs ...time.Time) predicate.Card
- func ValidColumn(column string) bool
- func Version(v uint32) predicate.Card
- func VersionEQ(v uint32) predicate.Card
- func VersionGT(v uint32) predicate.Card
- func VersionGTE(v uint32) predicate.Card
- func VersionIn(vs ...uint32) predicate.Card
- func VersionLT(v uint32) predicate.Card
- func VersionLTE(v uint32) predicate.Card
- func VersionNEQ(v uint32) predicate.Card
- func VersionNotIn(vs ...uint32) predicate.Card
Constants ¶
const ( // Label holds the string label denoting the card type in the database. Label = "card" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldIsActive holds the string denoting the is_active field in the database. FieldIsActive = "is_active" // FieldVersion holds the string denoting the version field in the database. FieldVersion = "version" // FieldCreatedAt holds the string denoting the created_at field in the database. FieldCreatedAt = "created_at" // FieldUpdatedAt holds the string denoting the updated_at field in the database. FieldUpdatedAt = "updated_at" // FieldFinancialAccountID holds the string denoting the financial_account_id field in the database. FieldFinancialAccountID = "financial_account_id" // FieldDisplayName holds the string denoting the display_name field in the database. FieldDisplayName = "display_name" // FieldBankName holds the string denoting the bank_name field in the database. FieldBankName = "bank_name" // FieldLastDigits holds the string denoting the last_digits field in the database. FieldLastDigits = "last_digits" // FieldBalance holds the string denoting the balance field in the database. FieldBalance = "balance" // FieldBalanceLimit holds the string denoting the balance_limit field in the database. FieldBalanceLimit = "balance_limit" // FieldCurrencyCode holds the string denoting the currency_code field in the database. FieldCurrencyCode = "currency_code" // FieldCardType holds the string denoting the card_type field in the database. FieldCardType = "card_type" // EdgeUser holds the string denoting the user edge name in mutations. EdgeUser = "user" // EdgeFinancialAccount holds the string denoting the financial_account edge name in mutations. EdgeFinancialAccount = "financial_account" // Table holds the table name of the card in the database. Table = "cards" // UserTable is the table that holds the user relation/edge. UserTable = "cards" // UserInverseTable is the table name for the User entity. // It exists in this package in order to avoid circular dependency with the "user" package. UserInverseTable = "users" // UserColumn is the table column denoting the user relation/edge. UserColumn = "user_cards" // FinancialAccountTable is the table that holds the financial_account relation/edge. FinancialAccountTable = "cards" // FinancialAccountInverseTable is the table name for the FinancialAccount entity. // It exists in this package in order to avoid circular dependency with the "financialaccount" package. FinancialAccountInverseTable = "financial_accounts" // FinancialAccountColumn is the table column denoting the financial_account relation/edge. FinancialAccountColumn = "financial_account_id" )
Variables ¶
var ( // DisplayNameValidator is a validator for the "display_name" field. It is called by the builders before save. DisplayNameValidator func(string) error // CurrencyCodeValidator is a validator for the "currency_code" field. It is called by the builders before save. CurrencyCodeValidator func(string) error // CardTypeValidator is a validator for the "card_type" field. It is called by the builders before save. CardTypeValidator func(string) error // IDValidator is a validator for the "id" field. It is called by the builders before save. IDValidator func(string) error )
var Columns = []string{ FieldID, FieldIsActive, FieldVersion, FieldCreatedAt, FieldUpdatedAt, FieldFinancialAccountID, FieldDisplayName, FieldBankName, FieldLastDigits, FieldBalance, FieldBalanceLimit, FieldCurrencyCode, FieldCardType, }
Columns holds all SQL columns for card fields.
var ForeignKeys = []string{
"user_cards",
}
ForeignKeys holds the SQL foreign-keys that are owned by the "cards" table and are not defined as standalone fields in the schema.
Functions ¶
func Balance ¶
Balance applies equality check predicate on the "balance" field. It's identical to BalanceEQ.
func BalanceGTE ¶
BalanceGTE applies the GTE predicate on the "balance" field.
func BalanceLTE ¶
BalanceLTE applies the LTE predicate on the "balance" field.
func BalanceLimit ¶
BalanceLimit applies equality check predicate on the "balance_limit" field. It's identical to BalanceLimitEQ.
func BalanceLimitEQ ¶
BalanceLimitEQ applies the EQ predicate on the "balance_limit" field.
func BalanceLimitGT ¶
BalanceLimitGT applies the GT predicate on the "balance_limit" field.
func BalanceLimitGTE ¶
BalanceLimitGTE applies the GTE predicate on the "balance_limit" field.
func BalanceLimitIn ¶
BalanceLimitIn applies the In predicate on the "balance_limit" field.
func BalanceLimitLT ¶
BalanceLimitLT applies the LT predicate on the "balance_limit" field.
func BalanceLimitLTE ¶
BalanceLimitLTE applies the LTE predicate on the "balance_limit" field.
func BalanceLimitNEQ ¶
BalanceLimitNEQ applies the NEQ predicate on the "balance_limit" field.
func BalanceLimitNotIn ¶
BalanceLimitNotIn applies the NotIn predicate on the "balance_limit" field.
func BalanceNEQ ¶
BalanceNEQ applies the NEQ predicate on the "balance" field.
func BalanceNotIn ¶
BalanceNotIn applies the NotIn predicate on the "balance" field.
func BankName ¶
BankName applies equality check predicate on the "bank_name" field. It's identical to BankNameEQ.
func BankNameContains ¶
BankNameContains applies the Contains predicate on the "bank_name" field.
func BankNameContainsFold ¶
BankNameContainsFold applies the ContainsFold predicate on the "bank_name" field.
func BankNameEQ ¶
BankNameEQ applies the EQ predicate on the "bank_name" field.
func BankNameEqualFold ¶
BankNameEqualFold applies the EqualFold predicate on the "bank_name" field.
func BankNameGT ¶
BankNameGT applies the GT predicate on the "bank_name" field.
func BankNameGTE ¶
BankNameGTE applies the GTE predicate on the "bank_name" field.
func BankNameHasPrefix ¶
BankNameHasPrefix applies the HasPrefix predicate on the "bank_name" field.
func BankNameHasSuffix ¶
BankNameHasSuffix applies the HasSuffix predicate on the "bank_name" field.
func BankNameIn ¶
BankNameIn applies the In predicate on the "bank_name" field.
func BankNameIsNil ¶
BankNameIsNil applies the IsNil predicate on the "bank_name" field.
func BankNameLT ¶
BankNameLT applies the LT predicate on the "bank_name" field.
func BankNameLTE ¶
BankNameLTE applies the LTE predicate on the "bank_name" field.
func BankNameNEQ ¶
BankNameNEQ applies the NEQ predicate on the "bank_name" field.
func BankNameNotIn ¶
BankNameNotIn applies the NotIn predicate on the "bank_name" field.
func BankNameNotNil ¶
BankNameNotNil applies the NotNil predicate on the "bank_name" field.
func CardType ¶
CardType applies equality check predicate on the "card_type" field. It's identical to CardTypeEQ.
func CardTypeContains ¶
CardTypeContains applies the Contains predicate on the "card_type" field.
func CardTypeContainsFold ¶
CardTypeContainsFold applies the ContainsFold predicate on the "card_type" field.
func CardTypeEQ ¶
CardTypeEQ applies the EQ predicate on the "card_type" field.
func CardTypeEqualFold ¶
CardTypeEqualFold applies the EqualFold predicate on the "card_type" field.
func CardTypeGT ¶
CardTypeGT applies the GT predicate on the "card_type" field.
func CardTypeGTE ¶
CardTypeGTE applies the GTE predicate on the "card_type" field.
func CardTypeHasPrefix ¶
CardTypeHasPrefix applies the HasPrefix predicate on the "card_type" field.
func CardTypeHasSuffix ¶
CardTypeHasSuffix applies the HasSuffix predicate on the "card_type" field.
func CardTypeIn ¶
CardTypeIn applies the In predicate on the "card_type" field.
func CardTypeLT ¶
CardTypeLT applies the LT predicate on the "card_type" field.
func CardTypeLTE ¶
CardTypeLTE applies the LTE predicate on the "card_type" field.
func CardTypeNEQ ¶
CardTypeNEQ applies the NEQ predicate on the "card_type" field.
func CardTypeNotIn ¶
CardTypeNotIn applies the NotIn predicate on the "card_type" field.
func CreatedAt ¶
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
func CreatedAtEQ ¶
CreatedAtEQ applies the EQ predicate on the "created_at" field.
func CreatedAtGT ¶
CreatedAtGT applies the GT predicate on the "created_at" field.
func CreatedAtGTE ¶
CreatedAtGTE applies the GTE predicate on the "created_at" field.
func CreatedAtIn ¶
CreatedAtIn applies the In predicate on the "created_at" field.
func CreatedAtLT ¶
CreatedAtLT applies the LT predicate on the "created_at" field.
func CreatedAtLTE ¶
CreatedAtLTE applies the LTE predicate on the "created_at" field.
func CreatedAtNEQ ¶
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
func CreatedAtNotIn ¶
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
func CurrencyCode ¶
CurrencyCode applies equality check predicate on the "currency_code" field. It's identical to CurrencyCodeEQ.
func CurrencyCodeContains ¶
CurrencyCodeContains applies the Contains predicate on the "currency_code" field.
func CurrencyCodeContainsFold ¶
CurrencyCodeContainsFold applies the ContainsFold predicate on the "currency_code" field.
func CurrencyCodeEQ ¶
CurrencyCodeEQ applies the EQ predicate on the "currency_code" field.
func CurrencyCodeEqualFold ¶
CurrencyCodeEqualFold applies the EqualFold predicate on the "currency_code" field.
func CurrencyCodeGT ¶
CurrencyCodeGT applies the GT predicate on the "currency_code" field.
func CurrencyCodeGTE ¶
CurrencyCodeGTE applies the GTE predicate on the "currency_code" field.
func CurrencyCodeHasPrefix ¶
CurrencyCodeHasPrefix applies the HasPrefix predicate on the "currency_code" field.
func CurrencyCodeHasSuffix ¶
CurrencyCodeHasSuffix applies the HasSuffix predicate on the "currency_code" field.
func CurrencyCodeIn ¶
CurrencyCodeIn applies the In predicate on the "currency_code" field.
func CurrencyCodeLT ¶
CurrencyCodeLT applies the LT predicate on the "currency_code" field.
func CurrencyCodeLTE ¶
CurrencyCodeLTE applies the LTE predicate on the "currency_code" field.
func CurrencyCodeNEQ ¶
CurrencyCodeNEQ applies the NEQ predicate on the "currency_code" field.
func CurrencyCodeNotIn ¶
CurrencyCodeNotIn applies the NotIn predicate on the "currency_code" field.
func DisplayName ¶
DisplayName applies equality check predicate on the "display_name" field. It's identical to DisplayNameEQ.
func DisplayNameContains ¶
DisplayNameContains applies the Contains predicate on the "display_name" field.
func DisplayNameContainsFold ¶
DisplayNameContainsFold applies the ContainsFold predicate on the "display_name" field.
func DisplayNameEQ ¶
DisplayNameEQ applies the EQ predicate on the "display_name" field.
func DisplayNameEqualFold ¶
DisplayNameEqualFold applies the EqualFold predicate on the "display_name" field.
func DisplayNameGT ¶
DisplayNameGT applies the GT predicate on the "display_name" field.
func DisplayNameGTE ¶
DisplayNameGTE applies the GTE predicate on the "display_name" field.
func DisplayNameHasPrefix ¶
DisplayNameHasPrefix applies the HasPrefix predicate on the "display_name" field.
func DisplayNameHasSuffix ¶
DisplayNameHasSuffix applies the HasSuffix predicate on the "display_name" field.
func DisplayNameIn ¶
DisplayNameIn applies the In predicate on the "display_name" field.
func DisplayNameLT ¶
DisplayNameLT applies the LT predicate on the "display_name" field.
func DisplayNameLTE ¶
DisplayNameLTE applies the LTE predicate on the "display_name" field.
func DisplayNameNEQ ¶
DisplayNameNEQ applies the NEQ predicate on the "display_name" field.
func DisplayNameNotIn ¶
DisplayNameNotIn applies the NotIn predicate on the "display_name" field.
func FinancialAccountID ¶
FinancialAccountID applies equality check predicate on the "financial_account_id" field. It's identical to FinancialAccountIDEQ.
func FinancialAccountIDContains ¶
FinancialAccountIDContains applies the Contains predicate on the "financial_account_id" field.
func FinancialAccountIDContainsFold ¶
FinancialAccountIDContainsFold applies the ContainsFold predicate on the "financial_account_id" field.
func FinancialAccountIDEQ ¶
FinancialAccountIDEQ applies the EQ predicate on the "financial_account_id" field.
func FinancialAccountIDEqualFold ¶
FinancialAccountIDEqualFold applies the EqualFold predicate on the "financial_account_id" field.
func FinancialAccountIDGT ¶
FinancialAccountIDGT applies the GT predicate on the "financial_account_id" field.
func FinancialAccountIDGTE ¶
FinancialAccountIDGTE applies the GTE predicate on the "financial_account_id" field.
func FinancialAccountIDHasPrefix ¶
FinancialAccountIDHasPrefix applies the HasPrefix predicate on the "financial_account_id" field.
func FinancialAccountIDHasSuffix ¶
FinancialAccountIDHasSuffix applies the HasSuffix predicate on the "financial_account_id" field.
func FinancialAccountIDIn ¶
FinancialAccountIDIn applies the In predicate on the "financial_account_id" field.
func FinancialAccountIDIsNil ¶
FinancialAccountIDIsNil applies the IsNil predicate on the "financial_account_id" field.
func FinancialAccountIDLT ¶
FinancialAccountIDLT applies the LT predicate on the "financial_account_id" field.
func FinancialAccountIDLTE ¶
FinancialAccountIDLTE applies the LTE predicate on the "financial_account_id" field.
func FinancialAccountIDNEQ ¶
FinancialAccountIDNEQ applies the NEQ predicate on the "financial_account_id" field.
func FinancialAccountIDNotIn ¶
FinancialAccountIDNotIn applies the NotIn predicate on the "financial_account_id" field.
func FinancialAccountIDNotNil ¶
FinancialAccountIDNotNil applies the NotNil predicate on the "financial_account_id" field.
func HasFinancialAccount ¶
HasFinancialAccount applies the HasEdge predicate on the "financial_account" edge.
func HasFinancialAccountWith ¶
func HasFinancialAccountWith(preds ...predicate.FinancialAccount) predicate.Card
HasFinancialAccountWith applies the HasEdge predicate on the "financial_account" edge with a given conditions (other predicates).
func HasUserWith ¶
HasUserWith applies the HasEdge predicate on the "user" edge with a given conditions (other predicates).
func IsActive ¶
IsActive applies equality check predicate on the "is_active" field. It's identical to IsActiveEQ.
func IsActiveEQ ¶
IsActiveEQ applies the EQ predicate on the "is_active" field.
func IsActiveNEQ ¶
IsActiveNEQ applies the NEQ predicate on the "is_active" field.
func LastDigits ¶
LastDigits applies equality check predicate on the "last_digits" field. It's identical to LastDigitsEQ.
func LastDigitsEQ ¶
LastDigitsEQ applies the EQ predicate on the "last_digits" field.
func LastDigitsGT ¶
LastDigitsGT applies the GT predicate on the "last_digits" field.
func LastDigitsGTE ¶
LastDigitsGTE applies the GTE predicate on the "last_digits" field.
func LastDigitsIn ¶
LastDigitsIn applies the In predicate on the "last_digits" field.
func LastDigitsIsNil ¶
LastDigitsIsNil applies the IsNil predicate on the "last_digits" field.
func LastDigitsLT ¶
LastDigitsLT applies the LT predicate on the "last_digits" field.
func LastDigitsLTE ¶
LastDigitsLTE applies the LTE predicate on the "last_digits" field.
func LastDigitsNEQ ¶
LastDigitsNEQ applies the NEQ predicate on the "last_digits" field.
func LastDigitsNotIn ¶
LastDigitsNotIn applies the NotIn predicate on the "last_digits" field.
func LastDigitsNotNil ¶
LastDigitsNotNil applies the NotNil predicate on the "last_digits" field.
func UpdatedAt ¶
UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.
func UpdatedAtEQ ¶
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
func UpdatedAtGT ¶
UpdatedAtGT applies the GT predicate on the "updated_at" field.
func UpdatedAtGTE ¶
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
func UpdatedAtIn ¶
UpdatedAtIn applies the In predicate on the "updated_at" field.
func UpdatedAtLT ¶
UpdatedAtLT applies the LT predicate on the "updated_at" field.
func UpdatedAtLTE ¶
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
func UpdatedAtNEQ ¶
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
func UpdatedAtNotIn ¶
UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
func Version ¶
Version applies equality check predicate on the "version" field. It's identical to VersionEQ.
func VersionGTE ¶
VersionGTE applies the GTE predicate on the "version" field.
func VersionLTE ¶
VersionLTE applies the LTE predicate on the "version" field.
func VersionNEQ ¶
VersionNEQ applies the NEQ predicate on the "version" field.
func VersionNotIn ¶
VersionNotIn applies the NotIn predicate on the "version" field.
Types ¶
This section is empty.