Versions in this module Expand all Collapse all v1 v1.0.2 Feb 16, 2023 Changes in this version + const CompanyColumn + const CompanyInverseTable + const CompanyTable + const CountryColumn + const CountryInverseTable + const CountryTable + const EdgeCompany + const EdgeCountry + const FieldAddress + const FieldDescription + const FieldID + const FieldLatitude + const FieldLongitude + const FieldPostcode + const FieldState + const FieldStreetName + const FieldStreetType + const FieldSuburb + const FieldTitle + const FieldType + const Label + const Table + var AddressValidator func(string) error + var Columns = []string + var DefaultID func() uuid.UUID + var DescriptionValidator func(string) error + var ForeignKeys = []string + var PostcodeValidator func(string) error + var StateValidator func(string) error + var StreetNameValidator func(string) error + var StreetTypeValidator func(string) error + var SuburbValidator func(string) error + var TitleValidator func(string) error + var TypeValidator func(string) error + func Address(v string) predicate.Location + func AddressContains(v string) predicate.Location + func AddressContainsFold(v string) predicate.Location + func AddressEQ(v string) predicate.Location + func AddressEqualFold(v string) predicate.Location + func AddressGT(v string) predicate.Location + func AddressGTE(v string) predicate.Location + func AddressHasPrefix(v string) predicate.Location + func AddressHasSuffix(v string) predicate.Location + func AddressIn(vs ...string) predicate.Location + func AddressLT(v string) predicate.Location + func AddressLTE(v string) predicate.Location + func AddressNEQ(v string) predicate.Location + func AddressNotIn(vs ...string) predicate.Location + func And(predicates ...predicate.Location) predicate.Location + func Description(v string) predicate.Location + func DescriptionContains(v string) predicate.Location + func DescriptionContainsFold(v string) predicate.Location + func DescriptionEQ(v string) predicate.Location + func DescriptionEqualFold(v string) predicate.Location + func DescriptionGT(v string) predicate.Location + func DescriptionGTE(v string) predicate.Location + func DescriptionHasPrefix(v string) predicate.Location + func DescriptionHasSuffix(v string) predicate.Location + func DescriptionIn(vs ...string) predicate.Location + func DescriptionLT(v string) predicate.Location + func DescriptionLTE(v string) predicate.Location + func DescriptionNEQ(v string) predicate.Location + func DescriptionNotIn(vs ...string) predicate.Location + func HasCompany() predicate.Location + func HasCompanyWith(preds ...predicate.Company) predicate.Location + func HasCountry() predicate.Location + func HasCountryWith(preds ...predicate.Country) predicate.Location + func ID(id uuid.UUID) predicate.Location + func IDEQ(id uuid.UUID) predicate.Location + func IDGT(id uuid.UUID) predicate.Location + func IDGTE(id uuid.UUID) predicate.Location + func IDIn(ids ...uuid.UUID) predicate.Location + func IDLT(id uuid.UUID) predicate.Location + func IDLTE(id uuid.UUID) predicate.Location + func IDNEQ(id uuid.UUID) predicate.Location + func IDNotIn(ids ...uuid.UUID) predicate.Location + func Latitude(v float64) predicate.Location + func LatitudeEQ(v float64) predicate.Location + func LatitudeGT(v float64) predicate.Location + func LatitudeGTE(v float64) predicate.Location + func LatitudeIn(vs ...float64) predicate.Location + func LatitudeLT(v float64) predicate.Location + func LatitudeLTE(v float64) predicate.Location + func LatitudeNEQ(v float64) predicate.Location + func LatitudeNotIn(vs ...float64) predicate.Location + func Longitude(v float64) predicate.Location + func LongitudeEQ(v float64) predicate.Location + func LongitudeGT(v float64) predicate.Location + func LongitudeGTE(v float64) predicate.Location + func LongitudeIn(vs ...float64) predicate.Location + func LongitudeLT(v float64) predicate.Location + func LongitudeLTE(v float64) predicate.Location + func LongitudeNEQ(v float64) predicate.Location + func LongitudeNotIn(vs ...float64) predicate.Location + func Not(p predicate.Location) predicate.Location + func Or(predicates ...predicate.Location) predicate.Location + func Postcode(v string) predicate.Location + func PostcodeContains(v string) predicate.Location + func PostcodeContainsFold(v string) predicate.Location + func PostcodeEQ(v string) predicate.Location + func PostcodeEqualFold(v string) predicate.Location + func PostcodeGT(v string) predicate.Location + func PostcodeGTE(v string) predicate.Location + func PostcodeHasPrefix(v string) predicate.Location + func PostcodeHasSuffix(v string) predicate.Location + func PostcodeIn(vs ...string) predicate.Location + func PostcodeLT(v string) predicate.Location + func PostcodeLTE(v string) predicate.Location + func PostcodeNEQ(v string) predicate.Location + func PostcodeNotIn(vs ...string) predicate.Location + func State(v string) predicate.Location + func StateContains(v string) predicate.Location + func StateContainsFold(v string) predicate.Location + func StateEQ(v string) predicate.Location + func StateEqualFold(v string) predicate.Location + func StateGT(v string) predicate.Location + func StateGTE(v string) predicate.Location + func StateHasPrefix(v string) predicate.Location + func StateHasSuffix(v string) predicate.Location + func StateIn(vs ...string) predicate.Location + func StateLT(v string) predicate.Location + func StateLTE(v string) predicate.Location + func StateNEQ(v string) predicate.Location + func StateNotIn(vs ...string) predicate.Location + func StreetName(v string) predicate.Location + func StreetNameContains(v string) predicate.Location + func StreetNameContainsFold(v string) predicate.Location + func StreetNameEQ(v string) predicate.Location + func StreetNameEqualFold(v string) predicate.Location + func StreetNameGT(v string) predicate.Location + func StreetNameGTE(v string) predicate.Location + func StreetNameHasPrefix(v string) predicate.Location + func StreetNameHasSuffix(v string) predicate.Location + func StreetNameIn(vs ...string) predicate.Location + func StreetNameLT(v string) predicate.Location + func StreetNameLTE(v string) predicate.Location + func StreetNameNEQ(v string) predicate.Location + func StreetNameNotIn(vs ...string) predicate.Location + func StreetType(v string) predicate.Location + func StreetTypeContains(v string) predicate.Location + func StreetTypeContainsFold(v string) predicate.Location + func StreetTypeEQ(v string) predicate.Location + func StreetTypeEqualFold(v string) predicate.Location + func StreetTypeGT(v string) predicate.Location + func StreetTypeGTE(v string) predicate.Location + func StreetTypeHasPrefix(v string) predicate.Location + func StreetTypeHasSuffix(v string) predicate.Location + func StreetTypeIn(vs ...string) predicate.Location + func StreetTypeLT(v string) predicate.Location + func StreetTypeLTE(v string) predicate.Location + func StreetTypeNEQ(v string) predicate.Location + func StreetTypeNotIn(vs ...string) predicate.Location + func Suburb(v string) predicate.Location + func SuburbContains(v string) predicate.Location + func SuburbContainsFold(v string) predicate.Location + func SuburbEQ(v string) predicate.Location + func SuburbEqualFold(v string) predicate.Location + func SuburbGT(v string) predicate.Location + func SuburbGTE(v string) predicate.Location + func SuburbHasPrefix(v string) predicate.Location + func SuburbHasSuffix(v string) predicate.Location + func SuburbIn(vs ...string) predicate.Location + func SuburbLT(v string) predicate.Location + func SuburbLTE(v string) predicate.Location + func SuburbNEQ(v string) predicate.Location + func SuburbNotIn(vs ...string) predicate.Location + func Title(v string) predicate.Location + func TitleContains(v string) predicate.Location + func TitleContainsFold(v string) predicate.Location + func TitleEQ(v string) predicate.Location + func TitleEqualFold(v string) predicate.Location + func TitleGT(v string) predicate.Location + func TitleGTE(v string) predicate.Location + func TitleHasPrefix(v string) predicate.Location + func TitleHasSuffix(v string) predicate.Location + func TitleIn(vs ...string) predicate.Location + func TitleLT(v string) predicate.Location + func TitleLTE(v string) predicate.Location + func TitleNEQ(v string) predicate.Location + func TitleNotIn(vs ...string) predicate.Location + func Type(v string) predicate.Location + func TypeContains(v string) predicate.Location + func TypeContainsFold(v string) predicate.Location + func TypeEQ(v string) predicate.Location + func TypeEqualFold(v string) predicate.Location + func TypeGT(v string) predicate.Location + func TypeGTE(v string) predicate.Location + func TypeHasPrefix(v string) predicate.Location + func TypeHasSuffix(v string) predicate.Location + func TypeIn(vs ...string) predicate.Location + func TypeLT(v string) predicate.Location + func TypeLTE(v string) predicate.Location + func TypeNEQ(v string) predicate.Location + func TypeNotIn(vs ...string) predicate.Location + func ValidColumn(column string) bool