Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.Account) predicate.Account
- func AvailableBalance(v float32) predicate.Account
- func AvailableBalanceEQ(v float32) predicate.Account
- func AvailableBalanceGT(v float32) predicate.Account
- func AvailableBalanceGTE(v float32) predicate.Account
- func AvailableBalanceIn(vs ...float32) predicate.Account
- func AvailableBalanceLT(v float32) predicate.Account
- func AvailableBalanceLTE(v float32) predicate.Account
- func AvailableBalanceNEQ(v float32) predicate.Account
- func AvailableBalanceNotIn(vs ...float32) predicate.Account
- func CurrencyCode(v string) predicate.Account
- func CurrencyCodeContains(v string) predicate.Account
- func CurrencyCodeContainsFold(v string) predicate.Account
- func CurrencyCodeEQ(v string) predicate.Account
- func CurrencyCodeEqualFold(v string) predicate.Account
- func CurrencyCodeGT(v string) predicate.Account
- func CurrencyCodeGTE(v string) predicate.Account
- func CurrencyCodeHasPrefix(v string) predicate.Account
- func CurrencyCodeHasSuffix(v string) predicate.Account
- func CurrencyCodeIn(vs ...string) predicate.Account
- func CurrencyCodeLT(v string) predicate.Account
- func CurrencyCodeLTE(v string) predicate.Account
- func CurrencyCodeNEQ(v string) predicate.Account
- func CurrencyCodeNotIn(vs ...string) predicate.Account
- func CurrentBalance(v float32) predicate.Account
- func CurrentBalanceEQ(v float32) predicate.Account
- func CurrentBalanceGT(v float32) predicate.Account
- func CurrentBalanceGTE(v float32) predicate.Account
- func CurrentBalanceIn(vs ...float32) predicate.Account
- func CurrentBalanceLT(v float32) predicate.Account
- func CurrentBalanceLTE(v float32) predicate.Account
- func CurrentBalanceNEQ(v float32) predicate.Account
- func CurrentBalanceNotIn(vs ...float32) predicate.Account
- func DateClosed(v time.Time) predicate.Account
- func DateClosedEQ(v time.Time) predicate.Account
- func DateClosedGT(v time.Time) predicate.Account
- func DateClosedGTE(v time.Time) predicate.Account
- func DateClosedIn(vs ...time.Time) predicate.Account
- func DateClosedIsNil() predicate.Account
- func DateClosedLT(v time.Time) predicate.Account
- func DateClosedLTE(v time.Time) predicate.Account
- func DateClosedNEQ(v time.Time) predicate.Account
- func DateClosedNotIn(vs ...time.Time) predicate.Account
- func DateClosedNotNil() predicate.Account
- func DateCreated(v time.Time) predicate.Account
- func DateCreatedEQ(v time.Time) predicate.Account
- func DateCreatedGT(v time.Time) predicate.Account
- func DateCreatedGTE(v time.Time) predicate.Account
- func DateCreatedIn(vs ...time.Time) predicate.Account
- func DateCreatedLT(v time.Time) predicate.Account
- func DateCreatedLTE(v time.Time) predicate.Account
- func DateCreatedNEQ(v time.Time) predicate.Account
- func DateCreatedNotIn(vs ...time.Time) predicate.Account
- func DateLastUpdated(v time.Time) predicate.Account
- func DateLastUpdatedEQ(v time.Time) predicate.Account
- func DateLastUpdatedGT(v time.Time) predicate.Account
- func DateLastUpdatedGTE(v time.Time) predicate.Account
- func DateLastUpdatedIn(vs ...time.Time) predicate.Account
- func DateLastUpdatedLT(v time.Time) predicate.Account
- func DateLastUpdatedLTE(v time.Time) predicate.Account
- func DateLastUpdatedNEQ(v time.Time) predicate.Account
- func DateLastUpdatedNotIn(vs ...time.Time) predicate.Account
- func DateOpened(v time.Time) predicate.Account
- func DateOpenedEQ(v time.Time) predicate.Account
- func DateOpenedGT(v time.Time) predicate.Account
- func DateOpenedGTE(v time.Time) predicate.Account
- func DateOpenedIn(vs ...time.Time) predicate.Account
- func DateOpenedLT(v time.Time) predicate.Account
- func DateOpenedLTE(v time.Time) predicate.Account
- func DateOpenedNEQ(v time.Time) predicate.Account
- func DateOpenedNotIn(vs ...time.Time) predicate.Account
- func HasBranch() predicate.Account
- func HasBranchWith(preds ...predicate.Branch) predicate.Account
- func HasCards() predicate.Account
- func HasCardsWith(preds ...predicate.Card) predicate.Account
- func HasOwners() predicate.Account
- func HasOwnersWith(preds ...predicate.Entity) predicate.Account
- func HasPreferences() predicate.Account
- func HasPreferencesWith(preds ...predicate.Preference) predicate.Account
- func HasProduct() predicate.Account
- func HasProductWith(preds ...predicate.Product) predicate.Account
- func HasRoutingnumbers() predicate.Account
- func HasRoutingnumbersWith(preds ...predicate.RoutingNumber) predicate.Account
- func HasTransactions() predicate.Account
- func HasTransactionsWith(preds ...predicate.Transaction) predicate.Account
- func ID(id uuid.UUID) predicate.Account
- func IDEQ(id uuid.UUID) predicate.Account
- func IDGT(id uuid.UUID) predicate.Account
- func IDGTE(id uuid.UUID) predicate.Account
- func IDIn(ids ...uuid.UUID) predicate.Account
- func IDLT(id uuid.UUID) predicate.Account
- func IDLTE(id uuid.UUID) predicate.Account
- func IDNEQ(id uuid.UUID) predicate.Account
- func IDNotIn(ids ...uuid.UUID) predicate.Account
- func InterestReporting(v bool) predicate.Account
- func InterestReportingEQ(v bool) predicate.Account
- func InterestReportingNEQ(v bool) predicate.Account
- func Name(v string) predicate.Account
- func NameContains(v string) predicate.Account
- func NameContainsFold(v string) predicate.Account
- func NameEQ(v string) predicate.Account
- func NameEqualFold(v string) predicate.Account
- func NameGT(v string) predicate.Account
- func NameGTE(v string) predicate.Account
- func NameHasPrefix(v string) predicate.Account
- func NameHasSuffix(v string) predicate.Account
- func NameIn(vs ...string) predicate.Account
- func NameLT(v string) predicate.Account
- func NameLTE(v string) predicate.Account
- func NameNEQ(v string) predicate.Account
- func NameNotIn(vs ...string) predicate.Account
- func Not(p predicate.Account) predicate.Account
- func Number(v string) predicate.Account
- func NumberContains(v string) predicate.Account
- func NumberContainsFold(v string) predicate.Account
- func NumberEQ(v string) predicate.Account
- func NumberEqualFold(v string) predicate.Account
- func NumberGT(v string) predicate.Account
- func NumberGTE(v string) predicate.Account
- func NumberHasPrefix(v string) predicate.Account
- func NumberHasSuffix(v string) predicate.Account
- func NumberIn(vs ...string) predicate.Account
- func NumberLT(v string) predicate.Account
- func NumberLTE(v string) predicate.Account
- func NumberNEQ(v string) predicate.Account
- func NumberNotIn(vs ...string) predicate.Account
- func Or(predicates ...predicate.Account) predicate.Account
- func ParentId(v uuid.UUID) predicate.Account
- func ParentIdEQ(v uuid.UUID) predicate.Account
- func ParentIdGT(v uuid.UUID) predicate.Account
- func ParentIdGTE(v uuid.UUID) predicate.Account
- func ParentIdIn(vs ...uuid.UUID) predicate.Account
- func ParentIdIsNil() predicate.Account
- func ParentIdLT(v uuid.UUID) predicate.Account
- func ParentIdLTE(v uuid.UUID) predicate.Account
- func ParentIdNEQ(v uuid.UUID) predicate.Account
- func ParentIdNotIn(vs ...uuid.UUID) predicate.Account
- func ParentIdNotNil() predicate.Account
- func Source(v string) predicate.Account
- func SourceContains(v string) predicate.Account
- func SourceContainsFold(v string) predicate.Account
- func SourceEQ(v string) predicate.Account
- func SourceEqualFold(v string) predicate.Account
- func SourceGT(v string) predicate.Account
- func SourceGTE(v string) predicate.Account
- func SourceHasPrefix(v string) predicate.Account
- func SourceHasSuffix(v string) predicate.Account
- func SourceIn(vs ...string) predicate.Account
- func SourceLT(v string) predicate.Account
- func SourceLTE(v string) predicate.Account
- func SourceNEQ(v string) predicate.Account
- func SourceNotIn(vs ...string) predicate.Account
- func StatusEQ(v Status) predicate.Account
- func StatusIn(vs ...Status) predicate.Account
- func StatusNEQ(v Status) predicate.Account
- func StatusNotIn(vs ...Status) predicate.Account
- func StatusValidator(s Status) error
- func Title(v string) predicate.Account
- func TitleContains(v string) predicate.Account
- func TitleContainsFold(v string) predicate.Account
- func TitleEQ(v string) predicate.Account
- func TitleEqualFold(v string) predicate.Account
- func TitleGT(v string) predicate.Account
- func TitleGTE(v string) predicate.Account
- func TitleHasPrefix(v string) predicate.Account
- func TitleHasSuffix(v string) predicate.Account
- func TitleIn(vs ...string) predicate.Account
- func TitleLT(v string) predicate.Account
- func TitleLTE(v string) predicate.Account
- func TitleNEQ(v string) predicate.Account
- func TitleNotIn(vs ...string) predicate.Account
- func Type(v string) predicate.Account
- func TypeContains(v string) predicate.Account
- func TypeContainsFold(v string) predicate.Account
- func TypeEQ(v string) predicate.Account
- func TypeEqualFold(v string) predicate.Account
- func TypeGT(v string) predicate.Account
- func TypeGTE(v string) predicate.Account
- func TypeHasPrefix(v string) predicate.Account
- func TypeHasSuffix(v string) predicate.Account
- func TypeIn(vs ...string) predicate.Account
- func TypeLT(v string) predicate.Account
- func TypeLTE(v string) predicate.Account
- func TypeNEQ(v string) predicate.Account
- func TypeNotIn(vs ...string) predicate.Account
- func URL(v string) predicate.Account
- func URLContains(v string) predicate.Account
- func URLContainsFold(v string) predicate.Account
- func URLEQ(v string) predicate.Account
- func URLEqualFold(v string) predicate.Account
- func URLGT(v string) predicate.Account
- func URLGTE(v string) predicate.Account
- func URLHasPrefix(v string) predicate.Account
- func URLHasSuffix(v string) predicate.Account
- func URLIn(vs ...string) predicate.Account
- func URLIsNil() predicate.Account
- func URLLT(v string) predicate.Account
- func URLLTE(v string) predicate.Account
- func URLNEQ(v string) predicate.Account
- func URLNotIn(vs ...string) predicate.Account
- func URLNotNil() predicate.Account
- func ValidColumn(column string) bool
- type Status
Constants ¶
const ( // Label holds the string label denoting the account type in the database. Label = "account" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldType holds the string denoting the type field in the database. FieldType = "type" // FieldNumber holds the string denoting the number field in the database. FieldNumber = "number" // FieldParentId holds the string denoting the parentid field in the database. FieldParentId = "parent_id" // FieldName holds the string denoting the name field in the database. FieldName = "name" // FieldTitle holds the string denoting the title field in the database. FieldTitle = "title" // FieldDateCreated holds the string denoting the datecreated field in the database. FieldDateCreated = "date_created" // FieldDateOpened holds the string denoting the dateopened field in the database. FieldDateOpened = "date_opened" // FieldDateLastUpdated holds the string denoting the datelastupdated field in the database. FieldDateLastUpdated = "date_last_updated" // FieldDateClosed holds the string denoting the dateclosed field in the database. FieldDateClosed = "date_closed" // FieldCurrencyCode holds the string denoting the currencycode field in the database. FieldCurrencyCode = "currency_code" // FieldStatus holds the string denoting the status field in the database. FieldStatus = "status" // FieldSource holds the string denoting the source field in the database. FieldSource = "source" // FieldInterestReporting holds the string denoting the interestreporting field in the database. FieldInterestReporting = "interest_reporting" // FieldCurrentBalance holds the string denoting the currentbalance field in the database. FieldCurrentBalance = "current_balance" // FieldAvailableBalance holds the string denoting the availablebalance field in the database. FieldAvailableBalance = "available_balance" // FieldURL holds the string denoting the url field in the database. FieldURL = "url" // EdgeBranch holds the string denoting the branch edge name in mutations. EdgeBranch = "branch" // EdgeOwners holds the string denoting the owners edge name in mutations. EdgeOwners = "owners" // EdgePreferences holds the string denoting the preferences edge name in mutations. EdgePreferences = "preferences" // EdgeRoutingnumbers holds the string denoting the routingnumbers edge name in mutations. EdgeRoutingnumbers = "routingnumbers" // EdgeProduct holds the string denoting the product edge name in mutations. EdgeProduct = "product" // EdgeTransactions holds the string denoting the transactions edge name in mutations. EdgeTransactions = "transactions" // EdgeCards holds the string denoting the cards edge name in mutations. EdgeCards = "cards" // Table holds the table name of the account in the database. Table = "accounts" // BranchTable is the table the holds the branch relation/edge. BranchTable = "accounts" // BranchInverseTable is the table name for the Branch entity. // It exists in this package in order to avoid circular dependency with the "branch" package. BranchInverseTable = "branches" // BranchColumn is the table column denoting the branch relation/edge. BranchColumn = "account_branch" // OwnersTable is the table the holds the owners relation/edge. The primary key declared below. OwnersTable = "account_owners" // OwnersInverseTable is the table name for the Entity entity. // It exists in this package in order to avoid circular dependency with the "entity" package. OwnersInverseTable = "entities" // PreferencesTable is the table the holds the preferences relation/edge. PreferencesTable = "preferences" // PreferencesInverseTable is the table name for the Preference entity. // It exists in this package in order to avoid circular dependency with the "preference" package. PreferencesInverseTable = "preferences" // PreferencesColumn is the table column denoting the preferences relation/edge. PreferencesColumn = "account_preferences" // RoutingnumbersTable is the table the holds the routingnumbers relation/edge. RoutingnumbersTable = "routing_numbers" // RoutingnumbersInverseTable is the table name for the RoutingNumber entity. // It exists in this package in order to avoid circular dependency with the "routingnumber" package. RoutingnumbersInverseTable = "routing_numbers" // RoutingnumbersColumn is the table column denoting the routingnumbers relation/edge. RoutingnumbersColumn = "account_routingnumbers" // ProductTable is the table the holds the product relation/edge. ProductTable = "accounts" // ProductInverseTable is the table name for the Product entity. // It exists in this package in order to avoid circular dependency with the "product" package. ProductInverseTable = "products" // ProductColumn is the table column denoting the product relation/edge. ProductColumn = "account_product" // TransactionsTable is the table the holds the transactions relation/edge. TransactionsTable = "transactions" // TransactionsInverseTable is the table name for the Transaction entity. // It exists in this package in order to avoid circular dependency with the "transaction" package. TransactionsInverseTable = "transactions" // TransactionsColumn is the table column denoting the transactions relation/edge. TransactionsColumn = "account_transactions" // CardsTable is the table the holds the cards relation/edge. CardsTable = "cards" // CardsInverseTable is the table name for the Card entity. // It exists in this package in order to avoid circular dependency with the "card" package. CardsInverseTable = "cards" // CardsColumn is the table column denoting the cards relation/edge. CardsColumn = "account_cards" )
Variables ¶
var Columns = []string{ FieldID, FieldType, FieldNumber, FieldParentId, FieldName, FieldTitle, FieldDateCreated, FieldDateOpened, FieldDateLastUpdated, FieldDateClosed, FieldCurrencyCode, FieldStatus, FieldSource, FieldInterestReporting, FieldCurrentBalance, FieldAvailableBalance, FieldURL, }
Columns holds all SQL columns for account fields.
var ( // DefaultID holds the default value on creation for the "id" field. DefaultID func() uuid.UUID )
var ForeignKeys = []string{
"account_branch",
"account_product",
}
ForeignKeys holds the SQL foreign-keys that are owned by the "accounts" table and are not defined as standalone fields in the schema.
var ( // OwnersPrimaryKey and OwnersColumn2 are the table columns denoting the // primary key for the owners relation (M2M). OwnersPrimaryKey = []string{"account_id", "entity_id"} )
Functions ¶
func AvailableBalance ¶
AvailableBalance applies equality check predicate on the "availableBalance" field. It's identical to AvailableBalanceEQ.
func AvailableBalanceEQ ¶
AvailableBalanceEQ applies the EQ predicate on the "availableBalance" field.
func AvailableBalanceGT ¶
AvailableBalanceGT applies the GT predicate on the "availableBalance" field.
func AvailableBalanceGTE ¶
AvailableBalanceGTE applies the GTE predicate on the "availableBalance" field.
func AvailableBalanceIn ¶
AvailableBalanceIn applies the In predicate on the "availableBalance" field.
func AvailableBalanceLT ¶
AvailableBalanceLT applies the LT predicate on the "availableBalance" field.
func AvailableBalanceLTE ¶
AvailableBalanceLTE applies the LTE predicate on the "availableBalance" field.
func AvailableBalanceNEQ ¶
AvailableBalanceNEQ applies the NEQ predicate on the "availableBalance" field.
func AvailableBalanceNotIn ¶
AvailableBalanceNotIn applies the NotIn predicate on the "availableBalance" field.
func CurrencyCode ¶
CurrencyCode applies equality check predicate on the "currencyCode" field. It's identical to CurrencyCodeEQ.
func CurrencyCodeContains ¶
CurrencyCodeContains applies the Contains predicate on the "currencyCode" field.
func CurrencyCodeContainsFold ¶
CurrencyCodeContainsFold applies the ContainsFold predicate on the "currencyCode" field.
func CurrencyCodeEQ ¶
CurrencyCodeEQ applies the EQ predicate on the "currencyCode" field.
func CurrencyCodeEqualFold ¶
CurrencyCodeEqualFold applies the EqualFold predicate on the "currencyCode" field.
func CurrencyCodeGT ¶
CurrencyCodeGT applies the GT predicate on the "currencyCode" field.
func CurrencyCodeGTE ¶
CurrencyCodeGTE applies the GTE predicate on the "currencyCode" field.
func CurrencyCodeHasPrefix ¶
CurrencyCodeHasPrefix applies the HasPrefix predicate on the "currencyCode" field.
func CurrencyCodeHasSuffix ¶
CurrencyCodeHasSuffix applies the HasSuffix predicate on the "currencyCode" field.
func CurrencyCodeIn ¶
CurrencyCodeIn applies the In predicate on the "currencyCode" field.
func CurrencyCodeLT ¶
CurrencyCodeLT applies the LT predicate on the "currencyCode" field.
func CurrencyCodeLTE ¶
CurrencyCodeLTE applies the LTE predicate on the "currencyCode" field.
func CurrencyCodeNEQ ¶
CurrencyCodeNEQ applies the NEQ predicate on the "currencyCode" field.
func CurrencyCodeNotIn ¶
CurrencyCodeNotIn applies the NotIn predicate on the "currencyCode" field.
func CurrentBalance ¶
CurrentBalance applies equality check predicate on the "currentBalance" field. It's identical to CurrentBalanceEQ.
func CurrentBalanceEQ ¶
CurrentBalanceEQ applies the EQ predicate on the "currentBalance" field.
func CurrentBalanceGT ¶
CurrentBalanceGT applies the GT predicate on the "currentBalance" field.
func CurrentBalanceGTE ¶
CurrentBalanceGTE applies the GTE predicate on the "currentBalance" field.
func CurrentBalanceIn ¶
CurrentBalanceIn applies the In predicate on the "currentBalance" field.
func CurrentBalanceLT ¶
CurrentBalanceLT applies the LT predicate on the "currentBalance" field.
func CurrentBalanceLTE ¶
CurrentBalanceLTE applies the LTE predicate on the "currentBalance" field.
func CurrentBalanceNEQ ¶
CurrentBalanceNEQ applies the NEQ predicate on the "currentBalance" field.
func CurrentBalanceNotIn ¶
CurrentBalanceNotIn applies the NotIn predicate on the "currentBalance" field.
func DateClosed ¶
DateClosed applies equality check predicate on the "dateClosed" field. It's identical to DateClosedEQ.
func DateClosedEQ ¶
DateClosedEQ applies the EQ predicate on the "dateClosed" field.
func DateClosedGT ¶
DateClosedGT applies the GT predicate on the "dateClosed" field.
func DateClosedGTE ¶
DateClosedGTE applies the GTE predicate on the "dateClosed" field.
func DateClosedIn ¶
DateClosedIn applies the In predicate on the "dateClosed" field.
func DateClosedIsNil ¶
DateClosedIsNil applies the IsNil predicate on the "dateClosed" field.
func DateClosedLT ¶
DateClosedLT applies the LT predicate on the "dateClosed" field.
func DateClosedLTE ¶
DateClosedLTE applies the LTE predicate on the "dateClosed" field.
func DateClosedNEQ ¶
DateClosedNEQ applies the NEQ predicate on the "dateClosed" field.
func DateClosedNotIn ¶
DateClosedNotIn applies the NotIn predicate on the "dateClosed" field.
func DateClosedNotNil ¶
DateClosedNotNil applies the NotNil predicate on the "dateClosed" field.
func DateCreated ¶
DateCreated applies equality check predicate on the "dateCreated" field. It's identical to DateCreatedEQ.
func DateCreatedEQ ¶
DateCreatedEQ applies the EQ predicate on the "dateCreated" field.
func DateCreatedGT ¶
DateCreatedGT applies the GT predicate on the "dateCreated" field.
func DateCreatedGTE ¶
DateCreatedGTE applies the GTE predicate on the "dateCreated" field.
func DateCreatedIn ¶
DateCreatedIn applies the In predicate on the "dateCreated" field.
func DateCreatedLT ¶
DateCreatedLT applies the LT predicate on the "dateCreated" field.
func DateCreatedLTE ¶
DateCreatedLTE applies the LTE predicate on the "dateCreated" field.
func DateCreatedNEQ ¶
DateCreatedNEQ applies the NEQ predicate on the "dateCreated" field.
func DateCreatedNotIn ¶
DateCreatedNotIn applies the NotIn predicate on the "dateCreated" field.
func DateLastUpdated ¶
DateLastUpdated applies equality check predicate on the "dateLastUpdated" field. It's identical to DateLastUpdatedEQ.
func DateLastUpdatedEQ ¶
DateLastUpdatedEQ applies the EQ predicate on the "dateLastUpdated" field.
func DateLastUpdatedGT ¶
DateLastUpdatedGT applies the GT predicate on the "dateLastUpdated" field.
func DateLastUpdatedGTE ¶
DateLastUpdatedGTE applies the GTE predicate on the "dateLastUpdated" field.
func DateLastUpdatedIn ¶
DateLastUpdatedIn applies the In predicate on the "dateLastUpdated" field.
func DateLastUpdatedLT ¶
DateLastUpdatedLT applies the LT predicate on the "dateLastUpdated" field.
func DateLastUpdatedLTE ¶
DateLastUpdatedLTE applies the LTE predicate on the "dateLastUpdated" field.
func DateLastUpdatedNEQ ¶
DateLastUpdatedNEQ applies the NEQ predicate on the "dateLastUpdated" field.
func DateLastUpdatedNotIn ¶
DateLastUpdatedNotIn applies the NotIn predicate on the "dateLastUpdated" field.
func DateOpened ¶
DateOpened applies equality check predicate on the "dateOpened" field. It's identical to DateOpenedEQ.
func DateOpenedEQ ¶
DateOpenedEQ applies the EQ predicate on the "dateOpened" field.
func DateOpenedGT ¶
DateOpenedGT applies the GT predicate on the "dateOpened" field.
func DateOpenedGTE ¶
DateOpenedGTE applies the GTE predicate on the "dateOpened" field.
func DateOpenedIn ¶
DateOpenedIn applies the In predicate on the "dateOpened" field.
func DateOpenedLT ¶
DateOpenedLT applies the LT predicate on the "dateOpened" field.
func DateOpenedLTE ¶
DateOpenedLTE applies the LTE predicate on the "dateOpened" field.
func DateOpenedNEQ ¶
DateOpenedNEQ applies the NEQ predicate on the "dateOpened" field.
func DateOpenedNotIn ¶
DateOpenedNotIn applies the NotIn predicate on the "dateOpened" field.
func HasBranchWith ¶
HasBranchWith applies the HasEdge predicate on the "branch" edge with a given conditions (other predicates).
func HasCardsWith ¶
HasCardsWith applies the HasEdge predicate on the "cards" edge with a given conditions (other predicates).
func HasOwnersWith ¶
HasOwnersWith applies the HasEdge predicate on the "owners" edge with a given conditions (other predicates).
func HasPreferences ¶
HasPreferences applies the HasEdge predicate on the "preferences" edge.
func HasPreferencesWith ¶
func HasPreferencesWith(preds ...predicate.Preference) predicate.Account
HasPreferencesWith applies the HasEdge predicate on the "preferences" edge with a given conditions (other predicates).
func HasProduct ¶
HasProduct applies the HasEdge predicate on the "product" edge.
func HasProductWith ¶
HasProductWith applies the HasEdge predicate on the "product" edge with a given conditions (other predicates).
func HasRoutingnumbers ¶
HasRoutingnumbers applies the HasEdge predicate on the "routingnumbers" edge.
func HasRoutingnumbersWith ¶
func HasRoutingnumbersWith(preds ...predicate.RoutingNumber) predicate.Account
HasRoutingnumbersWith applies the HasEdge predicate on the "routingnumbers" edge with a given conditions (other predicates).
func HasTransactions ¶
HasTransactions applies the HasEdge predicate on the "transactions" edge.
func HasTransactionsWith ¶
func HasTransactionsWith(preds ...predicate.Transaction) predicate.Account
HasTransactionsWith applies the HasEdge predicate on the "transactions" edge with a given conditions (other predicates).
func InterestReporting ¶
InterestReporting applies equality check predicate on the "interestReporting" field. It's identical to InterestReportingEQ.
func InterestReportingEQ ¶
InterestReportingEQ applies the EQ predicate on the "interestReporting" field.
func InterestReportingNEQ ¶
InterestReportingNEQ applies the NEQ predicate on the "interestReporting" field.
func NameContains ¶
NameContains applies the Contains predicate on the "name" field.
func NameContainsFold ¶
NameContainsFold applies the ContainsFold predicate on the "name" field.
func NameEqualFold ¶
NameEqualFold applies the EqualFold predicate on the "name" field.
func NameHasPrefix ¶
NameHasPrefix applies the HasPrefix predicate on the "name" field.
func NameHasSuffix ¶
NameHasSuffix applies the HasSuffix predicate on the "name" field.
func Number ¶
Number applies equality check predicate on the "number" field. It's identical to NumberEQ.
func NumberContains ¶
NumberContains applies the Contains predicate on the "number" field.
func NumberContainsFold ¶
NumberContainsFold applies the ContainsFold predicate on the "number" field.
func NumberEqualFold ¶
NumberEqualFold applies the EqualFold predicate on the "number" field.
func NumberHasPrefix ¶
NumberHasPrefix applies the HasPrefix predicate on the "number" field.
func NumberHasSuffix ¶
NumberHasSuffix applies the HasSuffix predicate on the "number" field.
func NumberNotIn ¶
NumberNotIn applies the NotIn predicate on the "number" field.
func ParentId ¶
ParentId applies equality check predicate on the "parentId" field. It's identical to ParentIdEQ.
func ParentIdEQ ¶
ParentIdEQ applies the EQ predicate on the "parentId" field.
func ParentIdGT ¶
ParentIdGT applies the GT predicate on the "parentId" field.
func ParentIdGTE ¶
ParentIdGTE applies the GTE predicate on the "parentId" field.
func ParentIdIn ¶
ParentIdIn applies the In predicate on the "parentId" field.
func ParentIdIsNil ¶
ParentIdIsNil applies the IsNil predicate on the "parentId" field.
func ParentIdLT ¶
ParentIdLT applies the LT predicate on the "parentId" field.
func ParentIdLTE ¶
ParentIdLTE applies the LTE predicate on the "parentId" field.
func ParentIdNEQ ¶
ParentIdNEQ applies the NEQ predicate on the "parentId" field.
func ParentIdNotIn ¶
ParentIdNotIn applies the NotIn predicate on the "parentId" field.
func ParentIdNotNil ¶
ParentIdNotNil applies the NotNil predicate on the "parentId" field.
func Source ¶
Source applies equality check predicate on the "source" field. It's identical to SourceEQ.
func SourceContains ¶
SourceContains applies the Contains predicate on the "source" field.
func SourceContainsFold ¶
SourceContainsFold applies the ContainsFold predicate on the "source" field.
func SourceEqualFold ¶
SourceEqualFold applies the EqualFold predicate on the "source" field.
func SourceHasPrefix ¶
SourceHasPrefix applies the HasPrefix predicate on the "source" field.
func SourceHasSuffix ¶
SourceHasSuffix applies the HasSuffix predicate on the "source" field.
func SourceNotIn ¶
SourceNotIn applies the NotIn predicate on the "source" field.
func StatusNotIn ¶
StatusNotIn applies the NotIn predicate on the "status" field.
func StatusValidator ¶
StatusValidator is a validator for the "status" field enum values. It is called by the builders before save.
func Title ¶
Title applies equality check predicate on the "title" field. It's identical to TitleEQ.
func TitleContains ¶
TitleContains applies the Contains predicate on the "title" field.
func TitleContainsFold ¶
TitleContainsFold applies the ContainsFold predicate on the "title" field.
func TitleEqualFold ¶
TitleEqualFold applies the EqualFold predicate on the "title" field.
func TitleHasPrefix ¶
TitleHasPrefix applies the HasPrefix predicate on the "title" field.
func TitleHasSuffix ¶
TitleHasSuffix applies the HasSuffix predicate on the "title" field.
func TitleNotIn ¶
TitleNotIn applies the NotIn predicate on the "title" field.
func TypeContains ¶
TypeContains applies the Contains predicate on the "type" field.
func TypeContainsFold ¶
TypeContainsFold applies the ContainsFold predicate on the "type" field.
func TypeEqualFold ¶
TypeEqualFold applies the EqualFold predicate on the "type" field.
func TypeHasPrefix ¶
TypeHasPrefix applies the HasPrefix predicate on the "type" field.
func TypeHasSuffix ¶
TypeHasSuffix applies the HasSuffix predicate on the "type" field.
func URLContains ¶
URLContains applies the Contains predicate on the "url" field.
func URLContainsFold ¶
URLContainsFold applies the ContainsFold predicate on the "url" field.
func URLEqualFold ¶
URLEqualFold applies the EqualFold predicate on the "url" field.
func URLHasPrefix ¶
URLHasPrefix applies the HasPrefix predicate on the "url" field.
func URLHasSuffix ¶
URLHasSuffix applies the HasSuffix predicate on the "url" field.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).