Versions in this module Expand all Collapse all v1 v1.0.2 Feb 16, 2023 Changes in this version + const CompaniesInverseTable + const CompaniesTable + const EdgeCompanies + const EdgeEmails + const EdgeLocations + const EdgePhones + const EdgeWebsites + const EmailsColumn + const EmailsInverseTable + const EmailsTable + const FieldCode + const FieldID + const FieldName + const Label + const LocationsColumn + const LocationsInverseTable + const LocationsTable + const PhonesColumn + const PhonesInverseTable + const PhonesTable + const Table + const WebsitesColumn + const WebsitesInverseTable + const WebsitesTable + var CodeValidator func(string) error + var Columns = []string + var CompaniesPrimaryKey = []string + var DefaultID func() uuid.UUID + var NameValidator func(string) error + func And(predicates ...predicate.Country) predicate.Country + func Code(v string) predicate.Country + func CodeContains(v string) predicate.Country + func CodeContainsFold(v string) predicate.Country + func CodeEQ(v string) predicate.Country + func CodeEqualFold(v string) predicate.Country + func CodeGT(v string) predicate.Country + func CodeGTE(v string) predicate.Country + func CodeHasPrefix(v string) predicate.Country + func CodeHasSuffix(v string) predicate.Country + func CodeIn(vs ...string) predicate.Country + func CodeLT(v string) predicate.Country + func CodeLTE(v string) predicate.Country + func CodeNEQ(v string) predicate.Country + func CodeNotIn(vs ...string) predicate.Country + func HasCompanies() predicate.Country + func HasCompaniesWith(preds ...predicate.Company) predicate.Country + func HasEmails() predicate.Country + func HasEmailsWith(preds ...predicate.Email) predicate.Country + func HasLocations() predicate.Country + func HasLocationsWith(preds ...predicate.Location) predicate.Country + func HasPhones() predicate.Country + func HasPhonesWith(preds ...predicate.Phone) predicate.Country + func HasWebsites() predicate.Country + func HasWebsitesWith(preds ...predicate.Website) predicate.Country + func ID(id uuid.UUID) predicate.Country + func IDEQ(id uuid.UUID) predicate.Country + func IDGT(id uuid.UUID) predicate.Country + func IDGTE(id uuid.UUID) predicate.Country + func IDIn(ids ...uuid.UUID) predicate.Country + func IDLT(id uuid.UUID) predicate.Country + func IDLTE(id uuid.UUID) predicate.Country + func IDNEQ(id uuid.UUID) predicate.Country + func IDNotIn(ids ...uuid.UUID) predicate.Country + func Name(v string) predicate.Country + func NameContains(v string) predicate.Country + func NameContainsFold(v string) predicate.Country + func NameEQ(v string) predicate.Country + func NameEqualFold(v string) predicate.Country + func NameGT(v string) predicate.Country + func NameGTE(v string) predicate.Country + func NameHasPrefix(v string) predicate.Country + func NameHasSuffix(v string) predicate.Country + func NameIn(vs ...string) predicate.Country + func NameLT(v string) predicate.Country + func NameLTE(v string) predicate.Country + func NameNEQ(v string) predicate.Country + func NameNotIn(vs ...string) predicate.Country + func Not(p predicate.Country) predicate.Country + func Or(predicates ...predicate.Country) predicate.Country + func ValidColumn(column string) bool