facility

package
v1.18.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2026 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the facility type in the database.
	Label = "facility"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldNameFold holds the string denoting the name_fold field in the database.
	FieldNameFold = "name_fold"
	// FieldAkaFold holds the string denoting the aka_fold field in the database.
	FieldAkaFold = "aka_fold"
	// FieldCityFold holds the string denoting the city_fold field in the database.
	FieldCityFold = "city_fold"
	// FieldCampusID holds the string denoting the campus_id field in the database.
	FieldCampusID = "campus_id"
	// FieldOrgID holds the string denoting the org_id field in the database.
	FieldOrgID = "org_id"
	// FieldAddress1 holds the string denoting the address1 field in the database.
	FieldAddress1 = "address1"
	// FieldAddress2 holds the string denoting the address2 field in the database.
	FieldAddress2 = "address2"
	// FieldAka holds the string denoting the aka field in the database.
	FieldAka = "aka"
	// FieldAvailableVoltageServices holds the string denoting the available_voltage_services field in the database.
	FieldAvailableVoltageServices = "available_voltage_services"
	// FieldCity holds the string denoting the city field in the database.
	FieldCity = "city"
	// FieldClli holds the string denoting the clli field in the database.
	FieldClli = "clli"
	// FieldCountry holds the string denoting the country field in the database.
	FieldCountry = "country"
	// FieldDiverseServingSubstations holds the string denoting the diverse_serving_substations field in the database.
	FieldDiverseServingSubstations = "diverse_serving_substations"
	// FieldFloor holds the string denoting the floor field in the database.
	FieldFloor = "floor"
	// FieldLatitude holds the string denoting the latitude field in the database.
	FieldLatitude = "latitude"
	FieldLogo = "logo"
	// FieldLongitude holds the string denoting the longitude field in the database.
	FieldLongitude = "longitude"
	// FieldName holds the string denoting the name field in the database.
	FieldName = "name"
	// FieldNameLong holds the string denoting the name_long field in the database.
	FieldNameLong = "name_long"
	// FieldNotes holds the string denoting the notes field in the database.
	FieldNotes = "notes"
	// FieldNpanxx holds the string denoting the npanxx field in the database.
	FieldNpanxx = "npanxx"
	// FieldProperty holds the string denoting the property field in the database.
	FieldProperty = "property"
	// FieldRegionContinent holds the string denoting the region_continent field in the database.
	FieldRegionContinent = "region_continent"
	// FieldRencode holds the string denoting the rencode field in the database.
	FieldRencode = "rencode"
	// FieldSalesEmail holds the string denoting the sales_email field in the database.
	FieldSalesEmail = "sales_email"
	// FieldSalesPhone holds the string denoting the sales_phone field in the database.
	FieldSalesPhone = "sales_phone"
	// FieldSocialMedia holds the string denoting the social_media field in the database.
	FieldSocialMedia = "social_media"
	// FieldState holds the string denoting the state field in the database.
	FieldState = "state"
	// FieldStatusDashboard holds the string denoting the status_dashboard field in the database.
	FieldStatusDashboard = "status_dashboard"
	// FieldSuite holds the string denoting the suite field in the database.
	FieldSuite = "suite"
	// FieldTechEmail holds the string denoting the tech_email field in the database.
	FieldTechEmail = "tech_email"
	// FieldTechPhone holds the string denoting the tech_phone field in the database.
	FieldTechPhone = "tech_phone"
	// FieldWebsite holds the string denoting the website field in the database.
	FieldWebsite = "website"
	// FieldZipcode holds the string denoting the zipcode field in the database.
	FieldZipcode = "zipcode"
	// FieldOrgName holds the string denoting the org_name field in the database.
	FieldOrgName = "org_name"
	// FieldNetCount holds the string denoting the net_count field in the database.
	FieldNetCount = "net_count"
	// FieldIxCount holds the string denoting the ix_count field in the database.
	FieldIxCount = "ix_count"
	// FieldCarrierCount holds the string denoting the carrier_count field in the database.
	FieldCarrierCount = "carrier_count"
	// FieldCreated holds the string denoting the created field in the database.
	FieldCreated = "created"
	// FieldUpdated holds the string denoting the updated field in the database.
	FieldUpdated = "updated"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// EdgeCampus holds the string denoting the campus edge name in mutations.
	EdgeCampus = "campus"
	// EdgeCarrierFacilities holds the string denoting the carrier_facilities edge name in mutations.
	EdgeCarrierFacilities = "carrier_facilities"
	// EdgeIxFacilities holds the string denoting the ix_facilities edge name in mutations.
	EdgeIxFacilities = "ix_facilities"
	// EdgeNetworkFacilities holds the string denoting the network_facilities edge name in mutations.
	EdgeNetworkFacilities = "network_facilities"
	// EdgeOrganization holds the string denoting the organization edge name in mutations.
	EdgeOrganization = "organization"
	// Table holds the table name of the facility in the database.
	Table = "facilities"
	// CampusTable is the table that holds the campus relation/edge.
	CampusTable = "facilities"
	// CampusInverseTable is the table name for the Campus entity.
	// It exists in this package in order to avoid circular dependency with the "campus" package.
	CampusInverseTable = "campuses"
	// CampusColumn is the table column denoting the campus relation/edge.
	CampusColumn = "campus_id"
	// CarrierFacilitiesTable is the table that holds the carrier_facilities relation/edge.
	CarrierFacilitiesTable = "carrier_facilities"
	// CarrierFacilitiesInverseTable is the table name for the CarrierFacility entity.
	// It exists in this package in order to avoid circular dependency with the "carrierfacility" package.
	CarrierFacilitiesInverseTable = "carrier_facilities"
	// CarrierFacilitiesColumn is the table column denoting the carrier_facilities relation/edge.
	CarrierFacilitiesColumn = "fac_id"
	// IxFacilitiesTable is the table that holds the ix_facilities relation/edge.
	IxFacilitiesTable = "ix_facilities"
	// IxFacilitiesInverseTable is the table name for the IxFacility entity.
	// It exists in this package in order to avoid circular dependency with the "ixfacility" package.
	IxFacilitiesInverseTable = "ix_facilities"
	// IxFacilitiesColumn is the table column denoting the ix_facilities relation/edge.
	IxFacilitiesColumn = "fac_id"
	// NetworkFacilitiesTable is the table that holds the network_facilities relation/edge.
	NetworkFacilitiesTable = "network_facilities"
	// NetworkFacilitiesInverseTable is the table name for the NetworkFacility entity.
	// It exists in this package in order to avoid circular dependency with the "networkfacility" package.
	NetworkFacilitiesInverseTable = "network_facilities"
	// NetworkFacilitiesColumn is the table column denoting the network_facilities relation/edge.
	NetworkFacilitiesColumn = "fac_id"
	// OrganizationTable is the table that holds the organization relation/edge.
	OrganizationTable = "facilities"
	// OrganizationInverseTable is the table name for the Organization entity.
	// It exists in this package in order to avoid circular dependency with the "organization" package.
	OrganizationInverseTable = "organizations"
	// OrganizationColumn is the table column denoting the organization relation/edge.
	OrganizationColumn = "org_id"
)

Variables

View Source
var (
	// DefaultNameFold holds the default value on creation for the "name_fold" field.
	DefaultNameFold string
	// DefaultAkaFold holds the default value on creation for the "aka_fold" field.
	DefaultAkaFold string
	// DefaultCityFold holds the default value on creation for the "city_fold" field.
	DefaultCityFold string
	// DefaultAddress1 holds the default value on creation for the "address1" field.
	DefaultAddress1 string
	// DefaultAddress2 holds the default value on creation for the "address2" field.
	DefaultAddress2 string
	// DefaultAka holds the default value on creation for the "aka" field.
	DefaultAka string
	// DefaultCity holds the default value on creation for the "city" field.
	DefaultCity string
	// DefaultClli holds the default value on creation for the "clli" field.
	DefaultClli string
	// DefaultCountry holds the default value on creation for the "country" field.
	DefaultCountry string
	// DefaultFloor holds the default value on creation for the "floor" field.
	DefaultFloor string
	// DefaultNameLong holds the default value on creation for the "name_long" field.
	DefaultNameLong string
	// DefaultNotes holds the default value on creation for the "notes" field.
	DefaultNotes string
	// DefaultNpanxx holds the default value on creation for the "npanxx" field.
	DefaultNpanxx string
	// DefaultRencode holds the default value on creation for the "rencode" field.
	DefaultRencode string
	// DefaultSalesEmail holds the default value on creation for the "sales_email" field.
	DefaultSalesEmail string
	// DefaultSalesPhone holds the default value on creation for the "sales_phone" field.
	DefaultSalesPhone string
	// DefaultState holds the default value on creation for the "state" field.
	DefaultState string
	// DefaultSuite holds the default value on creation for the "suite" field.
	DefaultSuite string
	// DefaultTechEmail holds the default value on creation for the "tech_email" field.
	DefaultTechEmail string
	// DefaultTechPhone holds the default value on creation for the "tech_phone" field.
	DefaultTechPhone string
	// DefaultWebsite holds the default value on creation for the "website" field.
	DefaultWebsite string
	// DefaultZipcode holds the default value on creation for the "zipcode" field.
	DefaultZipcode string
	// DefaultOrgName holds the default value on creation for the "org_name" field.
	DefaultOrgName string
	// DefaultNetCount holds the default value on creation for the "net_count" field.
	DefaultNetCount int
	// DefaultIxCount holds the default value on creation for the "ix_count" field.
	DefaultIxCount int
	// DefaultCarrierCount holds the default value on creation for the "carrier_count" field.
	DefaultCarrierCount int
	// DefaultStatus holds the default value on creation for the "status" field.
	DefaultStatus string
	// IDValidator is a validator for the "id" field. It is called by the builders before save.
	IDValidator func(int) error
)

Columns holds all SQL columns for facility fields.

Functions

func Address1

func Address1(v string) predicate.Facility

Address1 applies equality check predicate on the "address1" field. It's identical to Address1EQ.

func Address1Contains

func Address1Contains(v string) predicate.Facility

Address1Contains applies the Contains predicate on the "address1" field.

func Address1ContainsFold

func Address1ContainsFold(v string) predicate.Facility

Address1ContainsFold applies the ContainsFold predicate on the "address1" field.

func Address1EQ

func Address1EQ(v string) predicate.Facility

Address1EQ applies the EQ predicate on the "address1" field.

func Address1EqualFold

func Address1EqualFold(v string) predicate.Facility

Address1EqualFold applies the EqualFold predicate on the "address1" field.

func Address1GT

func Address1GT(v string) predicate.Facility

Address1GT applies the GT predicate on the "address1" field.

func Address1GTE

func Address1GTE(v string) predicate.Facility

Address1GTE applies the GTE predicate on the "address1" field.

func Address1HasPrefix

func Address1HasPrefix(v string) predicate.Facility

Address1HasPrefix applies the HasPrefix predicate on the "address1" field.

func Address1HasSuffix

func Address1HasSuffix(v string) predicate.Facility

Address1HasSuffix applies the HasSuffix predicate on the "address1" field.

func Address1In

func Address1In(vs ...string) predicate.Facility

Address1In applies the In predicate on the "address1" field.

func Address1IsNil

func Address1IsNil() predicate.Facility

Address1IsNil applies the IsNil predicate on the "address1" field.

func Address1LT

func Address1LT(v string) predicate.Facility

Address1LT applies the LT predicate on the "address1" field.

func Address1LTE

func Address1LTE(v string) predicate.Facility

Address1LTE applies the LTE predicate on the "address1" field.

func Address1NEQ

func Address1NEQ(v string) predicate.Facility

Address1NEQ applies the NEQ predicate on the "address1" field.

func Address1NotIn

func Address1NotIn(vs ...string) predicate.Facility

Address1NotIn applies the NotIn predicate on the "address1" field.

func Address1NotNil

func Address1NotNil() predicate.Facility

Address1NotNil applies the NotNil predicate on the "address1" field.

func Address2

func Address2(v string) predicate.Facility

Address2 applies equality check predicate on the "address2" field. It's identical to Address2EQ.

func Address2Contains

func Address2Contains(v string) predicate.Facility

Address2Contains applies the Contains predicate on the "address2" field.

func Address2ContainsFold

func Address2ContainsFold(v string) predicate.Facility

Address2ContainsFold applies the ContainsFold predicate on the "address2" field.

func Address2EQ

func Address2EQ(v string) predicate.Facility

Address2EQ applies the EQ predicate on the "address2" field.

func Address2EqualFold

func Address2EqualFold(v string) predicate.Facility

Address2EqualFold applies the EqualFold predicate on the "address2" field.

func Address2GT

func Address2GT(v string) predicate.Facility

Address2GT applies the GT predicate on the "address2" field.

func Address2GTE

func Address2GTE(v string) predicate.Facility

Address2GTE applies the GTE predicate on the "address2" field.

func Address2HasPrefix

func Address2HasPrefix(v string) predicate.Facility

Address2HasPrefix applies the HasPrefix predicate on the "address2" field.

func Address2HasSuffix

func Address2HasSuffix(v string) predicate.Facility

Address2HasSuffix applies the HasSuffix predicate on the "address2" field.

func Address2In

func Address2In(vs ...string) predicate.Facility

Address2In applies the In predicate on the "address2" field.

func Address2IsNil

func Address2IsNil() predicate.Facility

Address2IsNil applies the IsNil predicate on the "address2" field.

func Address2LT

func Address2LT(v string) predicate.Facility

Address2LT applies the LT predicate on the "address2" field.

func Address2LTE

func Address2LTE(v string) predicate.Facility

Address2LTE applies the LTE predicate on the "address2" field.

func Address2NEQ

func Address2NEQ(v string) predicate.Facility

Address2NEQ applies the NEQ predicate on the "address2" field.

func Address2NotIn

func Address2NotIn(vs ...string) predicate.Facility

Address2NotIn applies the NotIn predicate on the "address2" field.

func Address2NotNil

func Address2NotNil() predicate.Facility

Address2NotNil applies the NotNil predicate on the "address2" field.

func Aka

func Aka(v string) predicate.Facility

Aka applies equality check predicate on the "aka" field. It's identical to AkaEQ.

func AkaContains

func AkaContains(v string) predicate.Facility

AkaContains applies the Contains predicate on the "aka" field.

func AkaContainsFold

func AkaContainsFold(v string) predicate.Facility

AkaContainsFold applies the ContainsFold predicate on the "aka" field.

func AkaEQ

func AkaEQ(v string) predicate.Facility

AkaEQ applies the EQ predicate on the "aka" field.

func AkaEqualFold

func AkaEqualFold(v string) predicate.Facility

AkaEqualFold applies the EqualFold predicate on the "aka" field.

func AkaFold added in v1.16.0

func AkaFold(v string) predicate.Facility

AkaFold applies equality check predicate on the "aka_fold" field. It's identical to AkaFoldEQ.

func AkaFoldContains added in v1.16.0

func AkaFoldContains(v string) predicate.Facility

AkaFoldContains applies the Contains predicate on the "aka_fold" field.

func AkaFoldContainsFold added in v1.16.0

func AkaFoldContainsFold(v string) predicate.Facility

AkaFoldContainsFold applies the ContainsFold predicate on the "aka_fold" field.

func AkaFoldEQ added in v1.16.0

func AkaFoldEQ(v string) predicate.Facility

AkaFoldEQ applies the EQ predicate on the "aka_fold" field.

func AkaFoldEqualFold added in v1.16.0

func AkaFoldEqualFold(v string) predicate.Facility

AkaFoldEqualFold applies the EqualFold predicate on the "aka_fold" field.

func AkaFoldGT added in v1.16.0

func AkaFoldGT(v string) predicate.Facility

AkaFoldGT applies the GT predicate on the "aka_fold" field.

func AkaFoldGTE added in v1.16.0

func AkaFoldGTE(v string) predicate.Facility

AkaFoldGTE applies the GTE predicate on the "aka_fold" field.

func AkaFoldHasPrefix added in v1.16.0

func AkaFoldHasPrefix(v string) predicate.Facility

AkaFoldHasPrefix applies the HasPrefix predicate on the "aka_fold" field.

func AkaFoldHasSuffix added in v1.16.0

func AkaFoldHasSuffix(v string) predicate.Facility

AkaFoldHasSuffix applies the HasSuffix predicate on the "aka_fold" field.

func AkaFoldIn added in v1.16.0

func AkaFoldIn(vs ...string) predicate.Facility

AkaFoldIn applies the In predicate on the "aka_fold" field.

func AkaFoldIsNil added in v1.16.0

func AkaFoldIsNil() predicate.Facility

AkaFoldIsNil applies the IsNil predicate on the "aka_fold" field.

func AkaFoldLT added in v1.16.0

func AkaFoldLT(v string) predicate.Facility

AkaFoldLT applies the LT predicate on the "aka_fold" field.

func AkaFoldLTE added in v1.16.0

func AkaFoldLTE(v string) predicate.Facility

AkaFoldLTE applies the LTE predicate on the "aka_fold" field.

func AkaFoldNEQ added in v1.16.0

func AkaFoldNEQ(v string) predicate.Facility

AkaFoldNEQ applies the NEQ predicate on the "aka_fold" field.

func AkaFoldNotIn added in v1.16.0

func AkaFoldNotIn(vs ...string) predicate.Facility

AkaFoldNotIn applies the NotIn predicate on the "aka_fold" field.

func AkaFoldNotNil added in v1.16.0

func AkaFoldNotNil() predicate.Facility

AkaFoldNotNil applies the NotNil predicate on the "aka_fold" field.

func AkaGT

func AkaGT(v string) predicate.Facility

AkaGT applies the GT predicate on the "aka" field.

func AkaGTE

func AkaGTE(v string) predicate.Facility

AkaGTE applies the GTE predicate on the "aka" field.

func AkaHasPrefix

func AkaHasPrefix(v string) predicate.Facility

AkaHasPrefix applies the HasPrefix predicate on the "aka" field.

func AkaHasSuffix

func AkaHasSuffix(v string) predicate.Facility

AkaHasSuffix applies the HasSuffix predicate on the "aka" field.

func AkaIn

func AkaIn(vs ...string) predicate.Facility

AkaIn applies the In predicate on the "aka" field.

func AkaIsNil

func AkaIsNil() predicate.Facility

AkaIsNil applies the IsNil predicate on the "aka" field.

func AkaLT

func AkaLT(v string) predicate.Facility

AkaLT applies the LT predicate on the "aka" field.

func AkaLTE

func AkaLTE(v string) predicate.Facility

AkaLTE applies the LTE predicate on the "aka" field.

func AkaNEQ

func AkaNEQ(v string) predicate.Facility

AkaNEQ applies the NEQ predicate on the "aka" field.

func AkaNotIn

func AkaNotIn(vs ...string) predicate.Facility

AkaNotIn applies the NotIn predicate on the "aka" field.

func AkaNotNil

func AkaNotNil() predicate.Facility

AkaNotNil applies the NotNil predicate on the "aka" field.

func And

func And(predicates ...predicate.Facility) predicate.Facility

And groups predicates with the AND operator between them.

func AvailableVoltageServicesIsNil

func AvailableVoltageServicesIsNil() predicate.Facility

AvailableVoltageServicesIsNil applies the IsNil predicate on the "available_voltage_services" field.

func AvailableVoltageServicesNotNil

func AvailableVoltageServicesNotNil() predicate.Facility

AvailableVoltageServicesNotNil applies the NotNil predicate on the "available_voltage_services" field.

func CampusID

func CampusID(v int) predicate.Facility

CampusID applies equality check predicate on the "campus_id" field. It's identical to CampusIDEQ.

func CampusIDEQ

func CampusIDEQ(v int) predicate.Facility

CampusIDEQ applies the EQ predicate on the "campus_id" field.

func CampusIDIn

func CampusIDIn(vs ...int) predicate.Facility

CampusIDIn applies the In predicate on the "campus_id" field.

func CampusIDIsNil

func CampusIDIsNil() predicate.Facility

CampusIDIsNil applies the IsNil predicate on the "campus_id" field.

func CampusIDNEQ

func CampusIDNEQ(v int) predicate.Facility

CampusIDNEQ applies the NEQ predicate on the "campus_id" field.

func CampusIDNotIn

func CampusIDNotIn(vs ...int) predicate.Facility

CampusIDNotIn applies the NotIn predicate on the "campus_id" field.

func CampusIDNotNil

func CampusIDNotNil() predicate.Facility

CampusIDNotNil applies the NotNil predicate on the "campus_id" field.

func CarrierCount

func CarrierCount(v int) predicate.Facility

CarrierCount applies equality check predicate on the "carrier_count" field. It's identical to CarrierCountEQ.

func CarrierCountEQ

func CarrierCountEQ(v int) predicate.Facility

CarrierCountEQ applies the EQ predicate on the "carrier_count" field.

func CarrierCountGT

func CarrierCountGT(v int) predicate.Facility

CarrierCountGT applies the GT predicate on the "carrier_count" field.

func CarrierCountGTE

func CarrierCountGTE(v int) predicate.Facility

CarrierCountGTE applies the GTE predicate on the "carrier_count" field.

func CarrierCountIn

func CarrierCountIn(vs ...int) predicate.Facility

CarrierCountIn applies the In predicate on the "carrier_count" field.

func CarrierCountIsNil

func CarrierCountIsNil() predicate.Facility

CarrierCountIsNil applies the IsNil predicate on the "carrier_count" field.

func CarrierCountLT

func CarrierCountLT(v int) predicate.Facility

CarrierCountLT applies the LT predicate on the "carrier_count" field.

func CarrierCountLTE

func CarrierCountLTE(v int) predicate.Facility

CarrierCountLTE applies the LTE predicate on the "carrier_count" field.

func CarrierCountNEQ

func CarrierCountNEQ(v int) predicate.Facility

CarrierCountNEQ applies the NEQ predicate on the "carrier_count" field.

func CarrierCountNotIn

func CarrierCountNotIn(vs ...int) predicate.Facility

CarrierCountNotIn applies the NotIn predicate on the "carrier_count" field.

func CarrierCountNotNil

func CarrierCountNotNil() predicate.Facility

CarrierCountNotNil applies the NotNil predicate on the "carrier_count" field.

func City

func City(v string) predicate.Facility

City applies equality check predicate on the "city" field. It's identical to CityEQ.

func CityContains

func CityContains(v string) predicate.Facility

CityContains applies the Contains predicate on the "city" field.

func CityContainsFold

func CityContainsFold(v string) predicate.Facility

CityContainsFold applies the ContainsFold predicate on the "city" field.

func CityEQ

func CityEQ(v string) predicate.Facility

CityEQ applies the EQ predicate on the "city" field.

func CityEqualFold

func CityEqualFold(v string) predicate.Facility

CityEqualFold applies the EqualFold predicate on the "city" field.

func CityFold added in v1.16.0

func CityFold(v string) predicate.Facility

CityFold applies equality check predicate on the "city_fold" field. It's identical to CityFoldEQ.

func CityFoldContains added in v1.16.0

func CityFoldContains(v string) predicate.Facility

CityFoldContains applies the Contains predicate on the "city_fold" field.

func CityFoldContainsFold added in v1.16.0

func CityFoldContainsFold(v string) predicate.Facility

CityFoldContainsFold applies the ContainsFold predicate on the "city_fold" field.

func CityFoldEQ added in v1.16.0

func CityFoldEQ(v string) predicate.Facility

CityFoldEQ applies the EQ predicate on the "city_fold" field.

func CityFoldEqualFold added in v1.16.0

func CityFoldEqualFold(v string) predicate.Facility

CityFoldEqualFold applies the EqualFold predicate on the "city_fold" field.

func CityFoldGT added in v1.16.0

func CityFoldGT(v string) predicate.Facility

CityFoldGT applies the GT predicate on the "city_fold" field.

func CityFoldGTE added in v1.16.0

func CityFoldGTE(v string) predicate.Facility

CityFoldGTE applies the GTE predicate on the "city_fold" field.

func CityFoldHasPrefix added in v1.16.0

func CityFoldHasPrefix(v string) predicate.Facility

CityFoldHasPrefix applies the HasPrefix predicate on the "city_fold" field.

func CityFoldHasSuffix added in v1.16.0

func CityFoldHasSuffix(v string) predicate.Facility

CityFoldHasSuffix applies the HasSuffix predicate on the "city_fold" field.

func CityFoldIn added in v1.16.0

func CityFoldIn(vs ...string) predicate.Facility

CityFoldIn applies the In predicate on the "city_fold" field.

func CityFoldIsNil added in v1.16.0

func CityFoldIsNil() predicate.Facility

CityFoldIsNil applies the IsNil predicate on the "city_fold" field.

func CityFoldLT added in v1.16.0

func CityFoldLT(v string) predicate.Facility

CityFoldLT applies the LT predicate on the "city_fold" field.

func CityFoldLTE added in v1.16.0

func CityFoldLTE(v string) predicate.Facility

CityFoldLTE applies the LTE predicate on the "city_fold" field.

func CityFoldNEQ added in v1.16.0

func CityFoldNEQ(v string) predicate.Facility

CityFoldNEQ applies the NEQ predicate on the "city_fold" field.

func CityFoldNotIn added in v1.16.0

func CityFoldNotIn(vs ...string) predicate.Facility

CityFoldNotIn applies the NotIn predicate on the "city_fold" field.

func CityFoldNotNil added in v1.16.0

func CityFoldNotNil() predicate.Facility

CityFoldNotNil applies the NotNil predicate on the "city_fold" field.

func CityGT

func CityGT(v string) predicate.Facility

CityGT applies the GT predicate on the "city" field.

func CityGTE

func CityGTE(v string) predicate.Facility

CityGTE applies the GTE predicate on the "city" field.

func CityHasPrefix

func CityHasPrefix(v string) predicate.Facility

CityHasPrefix applies the HasPrefix predicate on the "city" field.

func CityHasSuffix

func CityHasSuffix(v string) predicate.Facility

CityHasSuffix applies the HasSuffix predicate on the "city" field.

func CityIn

func CityIn(vs ...string) predicate.Facility

CityIn applies the In predicate on the "city" field.

func CityIsNil

func CityIsNil() predicate.Facility

CityIsNil applies the IsNil predicate on the "city" field.

func CityLT

func CityLT(v string) predicate.Facility

CityLT applies the LT predicate on the "city" field.

func CityLTE

func CityLTE(v string) predicate.Facility

CityLTE applies the LTE predicate on the "city" field.

func CityNEQ

func CityNEQ(v string) predicate.Facility

CityNEQ applies the NEQ predicate on the "city" field.

func CityNotIn

func CityNotIn(vs ...string) predicate.Facility

CityNotIn applies the NotIn predicate on the "city" field.

func CityNotNil

func CityNotNil() predicate.Facility

CityNotNil applies the NotNil predicate on the "city" field.

func Clli

func Clli(v string) predicate.Facility

Clli applies equality check predicate on the "clli" field. It's identical to ClliEQ.

func ClliContains

func ClliContains(v string) predicate.Facility

ClliContains applies the Contains predicate on the "clli" field.

func ClliContainsFold

func ClliContainsFold(v string) predicate.Facility

ClliContainsFold applies the ContainsFold predicate on the "clli" field.

func ClliEQ

func ClliEQ(v string) predicate.Facility

ClliEQ applies the EQ predicate on the "clli" field.

func ClliEqualFold

func ClliEqualFold(v string) predicate.Facility

ClliEqualFold applies the EqualFold predicate on the "clli" field.

func ClliGT

func ClliGT(v string) predicate.Facility

ClliGT applies the GT predicate on the "clli" field.

func ClliGTE

func ClliGTE(v string) predicate.Facility

ClliGTE applies the GTE predicate on the "clli" field.

func ClliHasPrefix

func ClliHasPrefix(v string) predicate.Facility

ClliHasPrefix applies the HasPrefix predicate on the "clli" field.

func ClliHasSuffix

func ClliHasSuffix(v string) predicate.Facility

ClliHasSuffix applies the HasSuffix predicate on the "clli" field.

func ClliIn

func ClliIn(vs ...string) predicate.Facility

ClliIn applies the In predicate on the "clli" field.

func ClliIsNil

func ClliIsNil() predicate.Facility

ClliIsNil applies the IsNil predicate on the "clli" field.

func ClliLT

func ClliLT(v string) predicate.Facility

ClliLT applies the LT predicate on the "clli" field.

func ClliLTE

func ClliLTE(v string) predicate.Facility

ClliLTE applies the LTE predicate on the "clli" field.

func ClliNEQ

func ClliNEQ(v string) predicate.Facility

ClliNEQ applies the NEQ predicate on the "clli" field.

func ClliNotIn

func ClliNotIn(vs ...string) predicate.Facility

ClliNotIn applies the NotIn predicate on the "clli" field.

func ClliNotNil

func ClliNotNil() predicate.Facility

ClliNotNil applies the NotNil predicate on the "clli" field.

func Country

func Country(v string) predicate.Facility

Country applies equality check predicate on the "country" field. It's identical to CountryEQ.

func CountryContains

func CountryContains(v string) predicate.Facility

CountryContains applies the Contains predicate on the "country" field.

func CountryContainsFold

func CountryContainsFold(v string) predicate.Facility

CountryContainsFold applies the ContainsFold predicate on the "country" field.

func CountryEQ

func CountryEQ(v string) predicate.Facility

CountryEQ applies the EQ predicate on the "country" field.

func CountryEqualFold

func CountryEqualFold(v string) predicate.Facility

CountryEqualFold applies the EqualFold predicate on the "country" field.

func CountryGT

func CountryGT(v string) predicate.Facility

CountryGT applies the GT predicate on the "country" field.

func CountryGTE

func CountryGTE(v string) predicate.Facility

CountryGTE applies the GTE predicate on the "country" field.

func CountryHasPrefix

func CountryHasPrefix(v string) predicate.Facility

CountryHasPrefix applies the HasPrefix predicate on the "country" field.

func CountryHasSuffix

func CountryHasSuffix(v string) predicate.Facility

CountryHasSuffix applies the HasSuffix predicate on the "country" field.

func CountryIn

func CountryIn(vs ...string) predicate.Facility

CountryIn applies the In predicate on the "country" field.

func CountryIsNil

func CountryIsNil() predicate.Facility

CountryIsNil applies the IsNil predicate on the "country" field.

func CountryLT

func CountryLT(v string) predicate.Facility

CountryLT applies the LT predicate on the "country" field.

func CountryLTE

func CountryLTE(v string) predicate.Facility

CountryLTE applies the LTE predicate on the "country" field.

func CountryNEQ

func CountryNEQ(v string) predicate.Facility

CountryNEQ applies the NEQ predicate on the "country" field.

func CountryNotIn

func CountryNotIn(vs ...string) predicate.Facility

CountryNotIn applies the NotIn predicate on the "country" field.

func CountryNotNil

func CountryNotNil() predicate.Facility

CountryNotNil applies the NotNil predicate on the "country" field.

func Created

func Created(v time.Time) predicate.Facility

Created applies equality check predicate on the "created" field. It's identical to CreatedEQ.

func CreatedEQ

func CreatedEQ(v time.Time) predicate.Facility

CreatedEQ applies the EQ predicate on the "created" field.

func CreatedGT

func CreatedGT(v time.Time) predicate.Facility

CreatedGT applies the GT predicate on the "created" field.

func CreatedGTE

func CreatedGTE(v time.Time) predicate.Facility

CreatedGTE applies the GTE predicate on the "created" field.

func CreatedIn

func CreatedIn(vs ...time.Time) predicate.Facility

CreatedIn applies the In predicate on the "created" field.

func CreatedLT

func CreatedLT(v time.Time) predicate.Facility

CreatedLT applies the LT predicate on the "created" field.

func CreatedLTE

func CreatedLTE(v time.Time) predicate.Facility

CreatedLTE applies the LTE predicate on the "created" field.

func CreatedNEQ

func CreatedNEQ(v time.Time) predicate.Facility

CreatedNEQ applies the NEQ predicate on the "created" field.

func CreatedNotIn

func CreatedNotIn(vs ...time.Time) predicate.Facility

CreatedNotIn applies the NotIn predicate on the "created" field.

func DiverseServingSubstations

func DiverseServingSubstations(v bool) predicate.Facility

DiverseServingSubstations applies equality check predicate on the "diverse_serving_substations" field. It's identical to DiverseServingSubstationsEQ.

func DiverseServingSubstationsEQ

func DiverseServingSubstationsEQ(v bool) predicate.Facility

DiverseServingSubstationsEQ applies the EQ predicate on the "diverse_serving_substations" field.

func DiverseServingSubstationsIsNil

func DiverseServingSubstationsIsNil() predicate.Facility

DiverseServingSubstationsIsNil applies the IsNil predicate on the "diverse_serving_substations" field.

func DiverseServingSubstationsNEQ

func DiverseServingSubstationsNEQ(v bool) predicate.Facility

DiverseServingSubstationsNEQ applies the NEQ predicate on the "diverse_serving_substations" field.

func DiverseServingSubstationsNotNil

func DiverseServingSubstationsNotNil() predicate.Facility

DiverseServingSubstationsNotNil applies the NotNil predicate on the "diverse_serving_substations" field.

func Floor

func Floor(v string) predicate.Facility

Floor applies equality check predicate on the "floor" field. It's identical to FloorEQ.

func FloorContains

func FloorContains(v string) predicate.Facility

FloorContains applies the Contains predicate on the "floor" field.

func FloorContainsFold

func FloorContainsFold(v string) predicate.Facility

FloorContainsFold applies the ContainsFold predicate on the "floor" field.

func FloorEQ

func FloorEQ(v string) predicate.Facility

FloorEQ applies the EQ predicate on the "floor" field.

func FloorEqualFold

func FloorEqualFold(v string) predicate.Facility

FloorEqualFold applies the EqualFold predicate on the "floor" field.

func FloorGT

func FloorGT(v string) predicate.Facility

FloorGT applies the GT predicate on the "floor" field.

func FloorGTE

func FloorGTE(v string) predicate.Facility

FloorGTE applies the GTE predicate on the "floor" field.

func FloorHasPrefix

func FloorHasPrefix(v string) predicate.Facility

FloorHasPrefix applies the HasPrefix predicate on the "floor" field.

func FloorHasSuffix

func FloorHasSuffix(v string) predicate.Facility

FloorHasSuffix applies the HasSuffix predicate on the "floor" field.

func FloorIn

func FloorIn(vs ...string) predicate.Facility

FloorIn applies the In predicate on the "floor" field.

func FloorIsNil

func FloorIsNil() predicate.Facility

FloorIsNil applies the IsNil predicate on the "floor" field.

func FloorLT

func FloorLT(v string) predicate.Facility

FloorLT applies the LT predicate on the "floor" field.

func FloorLTE

func FloorLTE(v string) predicate.Facility

FloorLTE applies the LTE predicate on the "floor" field.

func FloorNEQ

func FloorNEQ(v string) predicate.Facility

FloorNEQ applies the NEQ predicate on the "floor" field.

func FloorNotIn

func FloorNotIn(vs ...string) predicate.Facility

FloorNotIn applies the NotIn predicate on the "floor" field.

func FloorNotNil

func FloorNotNil() predicate.Facility

FloorNotNil applies the NotNil predicate on the "floor" field.

func HasCampus

func HasCampus() predicate.Facility

HasCampus applies the HasEdge predicate on the "campus" edge.

func HasCampusWith

func HasCampusWith(preds ...predicate.Campus) predicate.Facility

HasCampusWith applies the HasEdge predicate on the "campus" edge with a given conditions (other predicates).

func HasCarrierFacilities

func HasCarrierFacilities() predicate.Facility

HasCarrierFacilities applies the HasEdge predicate on the "carrier_facilities" edge.

func HasCarrierFacilitiesWith

func HasCarrierFacilitiesWith(preds ...predicate.CarrierFacility) predicate.Facility

HasCarrierFacilitiesWith applies the HasEdge predicate on the "carrier_facilities" edge with a given conditions (other predicates).

func HasIxFacilities

func HasIxFacilities() predicate.Facility

HasIxFacilities applies the HasEdge predicate on the "ix_facilities" edge.

func HasIxFacilitiesWith

func HasIxFacilitiesWith(preds ...predicate.IxFacility) predicate.Facility

HasIxFacilitiesWith applies the HasEdge predicate on the "ix_facilities" edge with a given conditions (other predicates).

func HasNetworkFacilities

func HasNetworkFacilities() predicate.Facility

HasNetworkFacilities applies the HasEdge predicate on the "network_facilities" edge.

func HasNetworkFacilitiesWith

func HasNetworkFacilitiesWith(preds ...predicate.NetworkFacility) predicate.Facility

HasNetworkFacilitiesWith applies the HasEdge predicate on the "network_facilities" edge with a given conditions (other predicates).

func HasOrganization

func HasOrganization() predicate.Facility

HasOrganization applies the HasEdge predicate on the "organization" edge.

func HasOrganizationWith

func HasOrganizationWith(preds ...predicate.Organization) predicate.Facility

HasOrganizationWith applies the HasEdge predicate on the "organization" edge with a given conditions (other predicates).

func ID

func ID(id int) predicate.Facility

ID filters vertices based on their ID field.

func IDEQ

func IDEQ(id int) predicate.Facility

IDEQ applies the EQ predicate on the ID field.

func IDGT

func IDGT(id int) predicate.Facility

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id int) predicate.Facility

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...int) predicate.Facility

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id int) predicate.Facility

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id int) predicate.Facility

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id int) predicate.Facility

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...int) predicate.Facility

IDNotIn applies the NotIn predicate on the ID field.

func IxCount

func IxCount(v int) predicate.Facility

IxCount applies equality check predicate on the "ix_count" field. It's identical to IxCountEQ.

func IxCountEQ

func IxCountEQ(v int) predicate.Facility

IxCountEQ applies the EQ predicate on the "ix_count" field.

func IxCountGT

func IxCountGT(v int) predicate.Facility

IxCountGT applies the GT predicate on the "ix_count" field.

func IxCountGTE

func IxCountGTE(v int) predicate.Facility

IxCountGTE applies the GTE predicate on the "ix_count" field.

func IxCountIn

func IxCountIn(vs ...int) predicate.Facility

IxCountIn applies the In predicate on the "ix_count" field.

func IxCountIsNil

func IxCountIsNil() predicate.Facility

IxCountIsNil applies the IsNil predicate on the "ix_count" field.

func IxCountLT

func IxCountLT(v int) predicate.Facility

IxCountLT applies the LT predicate on the "ix_count" field.

func IxCountLTE

func IxCountLTE(v int) predicate.Facility

IxCountLTE applies the LTE predicate on the "ix_count" field.

func IxCountNEQ

func IxCountNEQ(v int) predicate.Facility

IxCountNEQ applies the NEQ predicate on the "ix_count" field.

func IxCountNotIn

func IxCountNotIn(vs ...int) predicate.Facility

IxCountNotIn applies the NotIn predicate on the "ix_count" field.

func IxCountNotNil

func IxCountNotNil() predicate.Facility

IxCountNotNil applies the NotNil predicate on the "ix_count" field.

func Latitude

func Latitude(v float64) predicate.Facility

Latitude applies equality check predicate on the "latitude" field. It's identical to LatitudeEQ.

func LatitudeEQ

func LatitudeEQ(v float64) predicate.Facility

LatitudeEQ applies the EQ predicate on the "latitude" field.

func LatitudeGT

func LatitudeGT(v float64) predicate.Facility

LatitudeGT applies the GT predicate on the "latitude" field.

func LatitudeGTE

func LatitudeGTE(v float64) predicate.Facility

LatitudeGTE applies the GTE predicate on the "latitude" field.

func LatitudeIn

func LatitudeIn(vs ...float64) predicate.Facility

LatitudeIn applies the In predicate on the "latitude" field.

func LatitudeIsNil

func LatitudeIsNil() predicate.Facility

LatitudeIsNil applies the IsNil predicate on the "latitude" field.

func LatitudeLT

func LatitudeLT(v float64) predicate.Facility

LatitudeLT applies the LT predicate on the "latitude" field.

func LatitudeLTE

func LatitudeLTE(v float64) predicate.Facility

LatitudeLTE applies the LTE predicate on the "latitude" field.

func LatitudeNEQ

func LatitudeNEQ(v float64) predicate.Facility

LatitudeNEQ applies the NEQ predicate on the "latitude" field.

func LatitudeNotIn

func LatitudeNotIn(vs ...float64) predicate.Facility

LatitudeNotIn applies the NotIn predicate on the "latitude" field.

func LatitudeNotNil

func LatitudeNotNil() predicate.Facility

LatitudeNotNil applies the NotNil predicate on the "latitude" field.

func Logo(v string) predicate.Facility

Logo applies equality check predicate on the "logo" field. It's identical to LogoEQ.

func LogoContains

func LogoContains(v string) predicate.Facility

LogoContains applies the Contains predicate on the "logo" field.

func LogoContainsFold

func LogoContainsFold(v string) predicate.Facility

LogoContainsFold applies the ContainsFold predicate on the "logo" field.

func LogoEQ

func LogoEQ(v string) predicate.Facility

LogoEQ applies the EQ predicate on the "logo" field.

func LogoEqualFold

func LogoEqualFold(v string) predicate.Facility

LogoEqualFold applies the EqualFold predicate on the "logo" field.

func LogoGT

func LogoGT(v string) predicate.Facility

LogoGT applies the GT predicate on the "logo" field.

func LogoGTE

func LogoGTE(v string) predicate.Facility

LogoGTE applies the GTE predicate on the "logo" field.

func LogoHasPrefix

func LogoHasPrefix(v string) predicate.Facility

LogoHasPrefix applies the HasPrefix predicate on the "logo" field.

func LogoHasSuffix

func LogoHasSuffix(v string) predicate.Facility

LogoHasSuffix applies the HasSuffix predicate on the "logo" field.

func LogoIn

func LogoIn(vs ...string) predicate.Facility

LogoIn applies the In predicate on the "logo" field.

func LogoIsNil

func LogoIsNil() predicate.Facility

LogoIsNil applies the IsNil predicate on the "logo" field.

func LogoLT

func LogoLT(v string) predicate.Facility

LogoLT applies the LT predicate on the "logo" field.

func LogoLTE

func LogoLTE(v string) predicate.Facility

LogoLTE applies the LTE predicate on the "logo" field.

func LogoNEQ

func LogoNEQ(v string) predicate.Facility

LogoNEQ applies the NEQ predicate on the "logo" field.

func LogoNotIn

func LogoNotIn(vs ...string) predicate.Facility

LogoNotIn applies the NotIn predicate on the "logo" field.

func LogoNotNil

func LogoNotNil() predicate.Facility

LogoNotNil applies the NotNil predicate on the "logo" field.

func Longitude

func Longitude(v float64) predicate.Facility

Longitude applies equality check predicate on the "longitude" field. It's identical to LongitudeEQ.

func LongitudeEQ

func LongitudeEQ(v float64) predicate.Facility

LongitudeEQ applies the EQ predicate on the "longitude" field.

func LongitudeGT

func LongitudeGT(v float64) predicate.Facility

LongitudeGT applies the GT predicate on the "longitude" field.

func LongitudeGTE

func LongitudeGTE(v float64) predicate.Facility

LongitudeGTE applies the GTE predicate on the "longitude" field.

func LongitudeIn

func LongitudeIn(vs ...float64) predicate.Facility

LongitudeIn applies the In predicate on the "longitude" field.

func LongitudeIsNil

func LongitudeIsNil() predicate.Facility

LongitudeIsNil applies the IsNil predicate on the "longitude" field.

func LongitudeLT

func LongitudeLT(v float64) predicate.Facility

LongitudeLT applies the LT predicate on the "longitude" field.

func LongitudeLTE

func LongitudeLTE(v float64) predicate.Facility

LongitudeLTE applies the LTE predicate on the "longitude" field.

func LongitudeNEQ

func LongitudeNEQ(v float64) predicate.Facility

LongitudeNEQ applies the NEQ predicate on the "longitude" field.

func LongitudeNotIn

func LongitudeNotIn(vs ...float64) predicate.Facility

LongitudeNotIn applies the NotIn predicate on the "longitude" field.

func LongitudeNotNil

func LongitudeNotNil() predicate.Facility

LongitudeNotNil applies the NotNil predicate on the "longitude" field.

func Name

func Name(v string) predicate.Facility

Name applies equality check predicate on the "name" field. It's identical to NameEQ.

func NameContains

func NameContains(v string) predicate.Facility

NameContains applies the Contains predicate on the "name" field.

func NameContainsFold

func NameContainsFold(v string) predicate.Facility

NameContainsFold applies the ContainsFold predicate on the "name" field.

func NameEQ

func NameEQ(v string) predicate.Facility

NameEQ applies the EQ predicate on the "name" field.

func NameEqualFold

func NameEqualFold(v string) predicate.Facility

NameEqualFold applies the EqualFold predicate on the "name" field.

func NameFold added in v1.16.0

func NameFold(v string) predicate.Facility

NameFold applies equality check predicate on the "name_fold" field. It's identical to NameFoldEQ.

func NameFoldContains added in v1.16.0

func NameFoldContains(v string) predicate.Facility

NameFoldContains applies the Contains predicate on the "name_fold" field.

func NameFoldContainsFold added in v1.16.0

func NameFoldContainsFold(v string) predicate.Facility

NameFoldContainsFold applies the ContainsFold predicate on the "name_fold" field.

func NameFoldEQ added in v1.16.0

func NameFoldEQ(v string) predicate.Facility

NameFoldEQ applies the EQ predicate on the "name_fold" field.

func NameFoldEqualFold added in v1.16.0

func NameFoldEqualFold(v string) predicate.Facility

NameFoldEqualFold applies the EqualFold predicate on the "name_fold" field.

func NameFoldGT added in v1.16.0

func NameFoldGT(v string) predicate.Facility

NameFoldGT applies the GT predicate on the "name_fold" field.

func NameFoldGTE added in v1.16.0

func NameFoldGTE(v string) predicate.Facility

NameFoldGTE applies the GTE predicate on the "name_fold" field.

func NameFoldHasPrefix added in v1.16.0

func NameFoldHasPrefix(v string) predicate.Facility

NameFoldHasPrefix applies the HasPrefix predicate on the "name_fold" field.

func NameFoldHasSuffix added in v1.16.0

func NameFoldHasSuffix(v string) predicate.Facility

NameFoldHasSuffix applies the HasSuffix predicate on the "name_fold" field.

func NameFoldIn added in v1.16.0

func NameFoldIn(vs ...string) predicate.Facility

NameFoldIn applies the In predicate on the "name_fold" field.

func NameFoldIsNil added in v1.16.0

func NameFoldIsNil() predicate.Facility

NameFoldIsNil applies the IsNil predicate on the "name_fold" field.

func NameFoldLT added in v1.16.0

func NameFoldLT(v string) predicate.Facility

NameFoldLT applies the LT predicate on the "name_fold" field.

func NameFoldLTE added in v1.16.0

func NameFoldLTE(v string) predicate.Facility

NameFoldLTE applies the LTE predicate on the "name_fold" field.

func NameFoldNEQ added in v1.16.0

func NameFoldNEQ(v string) predicate.Facility

NameFoldNEQ applies the NEQ predicate on the "name_fold" field.

func NameFoldNotIn added in v1.16.0

func NameFoldNotIn(vs ...string) predicate.Facility

NameFoldNotIn applies the NotIn predicate on the "name_fold" field.

func NameFoldNotNil added in v1.16.0

func NameFoldNotNil() predicate.Facility

NameFoldNotNil applies the NotNil predicate on the "name_fold" field.

func NameGT

func NameGT(v string) predicate.Facility

NameGT applies the GT predicate on the "name" field.

func NameGTE

func NameGTE(v string) predicate.Facility

NameGTE applies the GTE predicate on the "name" field.

func NameHasPrefix

func NameHasPrefix(v string) predicate.Facility

NameHasPrefix applies the HasPrefix predicate on the "name" field.

func NameHasSuffix

func NameHasSuffix(v string) predicate.Facility

NameHasSuffix applies the HasSuffix predicate on the "name" field.

func NameIn

func NameIn(vs ...string) predicate.Facility

NameIn applies the In predicate on the "name" field.

func NameLT

func NameLT(v string) predicate.Facility

NameLT applies the LT predicate on the "name" field.

func NameLTE

func NameLTE(v string) predicate.Facility

NameLTE applies the LTE predicate on the "name" field.

func NameLong

func NameLong(v string) predicate.Facility

NameLong applies equality check predicate on the "name_long" field. It's identical to NameLongEQ.

func NameLongContains

func NameLongContains(v string) predicate.Facility

NameLongContains applies the Contains predicate on the "name_long" field.

func NameLongContainsFold

func NameLongContainsFold(v string) predicate.Facility

NameLongContainsFold applies the ContainsFold predicate on the "name_long" field.

func NameLongEQ

func NameLongEQ(v string) predicate.Facility

NameLongEQ applies the EQ predicate on the "name_long" field.

func NameLongEqualFold

func NameLongEqualFold(v string) predicate.Facility

NameLongEqualFold applies the EqualFold predicate on the "name_long" field.

func NameLongGT

func NameLongGT(v string) predicate.Facility

NameLongGT applies the GT predicate on the "name_long" field.

func NameLongGTE

func NameLongGTE(v string) predicate.Facility

NameLongGTE applies the GTE predicate on the "name_long" field.

func NameLongHasPrefix

func NameLongHasPrefix(v string) predicate.Facility

NameLongHasPrefix applies the HasPrefix predicate on the "name_long" field.

func NameLongHasSuffix

func NameLongHasSuffix(v string) predicate.Facility

NameLongHasSuffix applies the HasSuffix predicate on the "name_long" field.

func NameLongIn

func NameLongIn(vs ...string) predicate.Facility

NameLongIn applies the In predicate on the "name_long" field.

func NameLongIsNil

func NameLongIsNil() predicate.Facility

NameLongIsNil applies the IsNil predicate on the "name_long" field.

func NameLongLT

func NameLongLT(v string) predicate.Facility

NameLongLT applies the LT predicate on the "name_long" field.

func NameLongLTE

func NameLongLTE(v string) predicate.Facility

NameLongLTE applies the LTE predicate on the "name_long" field.

func NameLongNEQ

func NameLongNEQ(v string) predicate.Facility

NameLongNEQ applies the NEQ predicate on the "name_long" field.

func NameLongNotIn

func NameLongNotIn(vs ...string) predicate.Facility

NameLongNotIn applies the NotIn predicate on the "name_long" field.

func NameLongNotNil

func NameLongNotNil() predicate.Facility

NameLongNotNil applies the NotNil predicate on the "name_long" field.

func NameNEQ

func NameNEQ(v string) predicate.Facility

NameNEQ applies the NEQ predicate on the "name" field.

func NameNotIn

func NameNotIn(vs ...string) predicate.Facility

NameNotIn applies the NotIn predicate on the "name" field.

func NetCount

func NetCount(v int) predicate.Facility

NetCount applies equality check predicate on the "net_count" field. It's identical to NetCountEQ.

func NetCountEQ

func NetCountEQ(v int) predicate.Facility

NetCountEQ applies the EQ predicate on the "net_count" field.

func NetCountGT

func NetCountGT(v int) predicate.Facility

NetCountGT applies the GT predicate on the "net_count" field.

func NetCountGTE

func NetCountGTE(v int) predicate.Facility

NetCountGTE applies the GTE predicate on the "net_count" field.

func NetCountIn

func NetCountIn(vs ...int) predicate.Facility

NetCountIn applies the In predicate on the "net_count" field.

func NetCountIsNil

func NetCountIsNil() predicate.Facility

NetCountIsNil applies the IsNil predicate on the "net_count" field.

func NetCountLT

func NetCountLT(v int) predicate.Facility

NetCountLT applies the LT predicate on the "net_count" field.

func NetCountLTE

func NetCountLTE(v int) predicate.Facility

NetCountLTE applies the LTE predicate on the "net_count" field.

func NetCountNEQ

func NetCountNEQ(v int) predicate.Facility

NetCountNEQ applies the NEQ predicate on the "net_count" field.

func NetCountNotIn

func NetCountNotIn(vs ...int) predicate.Facility

NetCountNotIn applies the NotIn predicate on the "net_count" field.

func NetCountNotNil

func NetCountNotNil() predicate.Facility

NetCountNotNil applies the NotNil predicate on the "net_count" field.

func Not

Not applies the not operator on the given predicate.

func Notes

func Notes(v string) predicate.Facility

Notes applies equality check predicate on the "notes" field. It's identical to NotesEQ.

func NotesContains

func NotesContains(v string) predicate.Facility

NotesContains applies the Contains predicate on the "notes" field.

func NotesContainsFold

func NotesContainsFold(v string) predicate.Facility

NotesContainsFold applies the ContainsFold predicate on the "notes" field.

func NotesEQ

func NotesEQ(v string) predicate.Facility

NotesEQ applies the EQ predicate on the "notes" field.

func NotesEqualFold

func NotesEqualFold(v string) predicate.Facility

NotesEqualFold applies the EqualFold predicate on the "notes" field.

func NotesGT

func NotesGT(v string) predicate.Facility

NotesGT applies the GT predicate on the "notes" field.

func NotesGTE

func NotesGTE(v string) predicate.Facility

NotesGTE applies the GTE predicate on the "notes" field.

func NotesHasPrefix

func NotesHasPrefix(v string) predicate.Facility

NotesHasPrefix applies the HasPrefix predicate on the "notes" field.

func NotesHasSuffix

func NotesHasSuffix(v string) predicate.Facility

NotesHasSuffix applies the HasSuffix predicate on the "notes" field.

func NotesIn

func NotesIn(vs ...string) predicate.Facility

NotesIn applies the In predicate on the "notes" field.

func NotesIsNil

func NotesIsNil() predicate.Facility

NotesIsNil applies the IsNil predicate on the "notes" field.

func NotesLT

func NotesLT(v string) predicate.Facility

NotesLT applies the LT predicate on the "notes" field.

func NotesLTE

func NotesLTE(v string) predicate.Facility

NotesLTE applies the LTE predicate on the "notes" field.

func NotesNEQ

func NotesNEQ(v string) predicate.Facility

NotesNEQ applies the NEQ predicate on the "notes" field.

func NotesNotIn

func NotesNotIn(vs ...string) predicate.Facility

NotesNotIn applies the NotIn predicate on the "notes" field.

func NotesNotNil

func NotesNotNil() predicate.Facility

NotesNotNil applies the NotNil predicate on the "notes" field.

func Npanxx

func Npanxx(v string) predicate.Facility

Npanxx applies equality check predicate on the "npanxx" field. It's identical to NpanxxEQ.

func NpanxxContains

func NpanxxContains(v string) predicate.Facility

NpanxxContains applies the Contains predicate on the "npanxx" field.

func NpanxxContainsFold

func NpanxxContainsFold(v string) predicate.Facility

NpanxxContainsFold applies the ContainsFold predicate on the "npanxx" field.

func NpanxxEQ

func NpanxxEQ(v string) predicate.Facility

NpanxxEQ applies the EQ predicate on the "npanxx" field.

func NpanxxEqualFold

func NpanxxEqualFold(v string) predicate.Facility

NpanxxEqualFold applies the EqualFold predicate on the "npanxx" field.

func NpanxxGT

func NpanxxGT(v string) predicate.Facility

NpanxxGT applies the GT predicate on the "npanxx" field.

func NpanxxGTE

func NpanxxGTE(v string) predicate.Facility

NpanxxGTE applies the GTE predicate on the "npanxx" field.

func NpanxxHasPrefix

func NpanxxHasPrefix(v string) predicate.Facility

NpanxxHasPrefix applies the HasPrefix predicate on the "npanxx" field.

func NpanxxHasSuffix

func NpanxxHasSuffix(v string) predicate.Facility

NpanxxHasSuffix applies the HasSuffix predicate on the "npanxx" field.

func NpanxxIn

func NpanxxIn(vs ...string) predicate.Facility

NpanxxIn applies the In predicate on the "npanxx" field.

func NpanxxIsNil

func NpanxxIsNil() predicate.Facility

NpanxxIsNil applies the IsNil predicate on the "npanxx" field.

func NpanxxLT

func NpanxxLT(v string) predicate.Facility

NpanxxLT applies the LT predicate on the "npanxx" field.

func NpanxxLTE

func NpanxxLTE(v string) predicate.Facility

NpanxxLTE applies the LTE predicate on the "npanxx" field.

func NpanxxNEQ

func NpanxxNEQ(v string) predicate.Facility

NpanxxNEQ applies the NEQ predicate on the "npanxx" field.

func NpanxxNotIn

func NpanxxNotIn(vs ...string) predicate.Facility

NpanxxNotIn applies the NotIn predicate on the "npanxx" field.

func NpanxxNotNil

func NpanxxNotNil() predicate.Facility

NpanxxNotNil applies the NotNil predicate on the "npanxx" field.

func Or

func Or(predicates ...predicate.Facility) predicate.Facility

Or groups predicates with the OR operator between them.

func OrgID

func OrgID(v int) predicate.Facility

OrgID applies equality check predicate on the "org_id" field. It's identical to OrgIDEQ.

func OrgIDEQ

func OrgIDEQ(v int) predicate.Facility

OrgIDEQ applies the EQ predicate on the "org_id" field.

func OrgIDIn

func OrgIDIn(vs ...int) predicate.Facility

OrgIDIn applies the In predicate on the "org_id" field.

func OrgIDIsNil

func OrgIDIsNil() predicate.Facility

OrgIDIsNil applies the IsNil predicate on the "org_id" field.

func OrgIDNEQ

func OrgIDNEQ(v int) predicate.Facility

OrgIDNEQ applies the NEQ predicate on the "org_id" field.

func OrgIDNotIn

func OrgIDNotIn(vs ...int) predicate.Facility

OrgIDNotIn applies the NotIn predicate on the "org_id" field.

func OrgIDNotNil

func OrgIDNotNil() predicate.Facility

OrgIDNotNil applies the NotNil predicate on the "org_id" field.

func OrgName

func OrgName(v string) predicate.Facility

OrgName applies equality check predicate on the "org_name" field. It's identical to OrgNameEQ.

func OrgNameContains

func OrgNameContains(v string) predicate.Facility

OrgNameContains applies the Contains predicate on the "org_name" field.

func OrgNameContainsFold

func OrgNameContainsFold(v string) predicate.Facility

OrgNameContainsFold applies the ContainsFold predicate on the "org_name" field.

func OrgNameEQ

func OrgNameEQ(v string) predicate.Facility

OrgNameEQ applies the EQ predicate on the "org_name" field.

func OrgNameEqualFold

func OrgNameEqualFold(v string) predicate.Facility

OrgNameEqualFold applies the EqualFold predicate on the "org_name" field.

func OrgNameGT

func OrgNameGT(v string) predicate.Facility

OrgNameGT applies the GT predicate on the "org_name" field.

func OrgNameGTE

func OrgNameGTE(v string) predicate.Facility

OrgNameGTE applies the GTE predicate on the "org_name" field.

func OrgNameHasPrefix

func OrgNameHasPrefix(v string) predicate.Facility

OrgNameHasPrefix applies the HasPrefix predicate on the "org_name" field.

func OrgNameHasSuffix

func OrgNameHasSuffix(v string) predicate.Facility

OrgNameHasSuffix applies the HasSuffix predicate on the "org_name" field.

func OrgNameIn

func OrgNameIn(vs ...string) predicate.Facility

OrgNameIn applies the In predicate on the "org_name" field.

func OrgNameIsNil

func OrgNameIsNil() predicate.Facility

OrgNameIsNil applies the IsNil predicate on the "org_name" field.

func OrgNameLT

func OrgNameLT(v string) predicate.Facility

OrgNameLT applies the LT predicate on the "org_name" field.

func OrgNameLTE

func OrgNameLTE(v string) predicate.Facility

OrgNameLTE applies the LTE predicate on the "org_name" field.

func OrgNameNEQ

func OrgNameNEQ(v string) predicate.Facility

OrgNameNEQ applies the NEQ predicate on the "org_name" field.

func OrgNameNotIn

func OrgNameNotIn(vs ...string) predicate.Facility

OrgNameNotIn applies the NotIn predicate on the "org_name" field.

func OrgNameNotNil

func OrgNameNotNil() predicate.Facility

OrgNameNotNil applies the NotNil predicate on the "org_name" field.

func Property

func Property(v string) predicate.Facility

Property applies equality check predicate on the "property" field. It's identical to PropertyEQ.

func PropertyContains

func PropertyContains(v string) predicate.Facility

PropertyContains applies the Contains predicate on the "property" field.

func PropertyContainsFold

func PropertyContainsFold(v string) predicate.Facility

PropertyContainsFold applies the ContainsFold predicate on the "property" field.

func PropertyEQ

func PropertyEQ(v string) predicate.Facility

PropertyEQ applies the EQ predicate on the "property" field.

func PropertyEqualFold

func PropertyEqualFold(v string) predicate.Facility

PropertyEqualFold applies the EqualFold predicate on the "property" field.

func PropertyGT

func PropertyGT(v string) predicate.Facility

PropertyGT applies the GT predicate on the "property" field.

func PropertyGTE

func PropertyGTE(v string) predicate.Facility

PropertyGTE applies the GTE predicate on the "property" field.

func PropertyHasPrefix

func PropertyHasPrefix(v string) predicate.Facility

PropertyHasPrefix applies the HasPrefix predicate on the "property" field.

func PropertyHasSuffix

func PropertyHasSuffix(v string) predicate.Facility

PropertyHasSuffix applies the HasSuffix predicate on the "property" field.

func PropertyIn

func PropertyIn(vs ...string) predicate.Facility

PropertyIn applies the In predicate on the "property" field.

func PropertyIsNil

func PropertyIsNil() predicate.Facility

PropertyIsNil applies the IsNil predicate on the "property" field.

func PropertyLT

func PropertyLT(v string) predicate.Facility

PropertyLT applies the LT predicate on the "property" field.

func PropertyLTE

func PropertyLTE(v string) predicate.Facility

PropertyLTE applies the LTE predicate on the "property" field.

func PropertyNEQ

func PropertyNEQ(v string) predicate.Facility

PropertyNEQ applies the NEQ predicate on the "property" field.

func PropertyNotIn

func PropertyNotIn(vs ...string) predicate.Facility

PropertyNotIn applies the NotIn predicate on the "property" field.

func PropertyNotNil

func PropertyNotNil() predicate.Facility

PropertyNotNil applies the NotNil predicate on the "property" field.

func RegionContinent

func RegionContinent(v string) predicate.Facility

RegionContinent applies equality check predicate on the "region_continent" field. It's identical to RegionContinentEQ.

func RegionContinentContains

func RegionContinentContains(v string) predicate.Facility

RegionContinentContains applies the Contains predicate on the "region_continent" field.

func RegionContinentContainsFold

func RegionContinentContainsFold(v string) predicate.Facility

RegionContinentContainsFold applies the ContainsFold predicate on the "region_continent" field.

func RegionContinentEQ

func RegionContinentEQ(v string) predicate.Facility

RegionContinentEQ applies the EQ predicate on the "region_continent" field.

func RegionContinentEqualFold

func RegionContinentEqualFold(v string) predicate.Facility

RegionContinentEqualFold applies the EqualFold predicate on the "region_continent" field.

func RegionContinentGT

func RegionContinentGT(v string) predicate.Facility

RegionContinentGT applies the GT predicate on the "region_continent" field.

func RegionContinentGTE

func RegionContinentGTE(v string) predicate.Facility

RegionContinentGTE applies the GTE predicate on the "region_continent" field.

func RegionContinentHasPrefix

func RegionContinentHasPrefix(v string) predicate.Facility

RegionContinentHasPrefix applies the HasPrefix predicate on the "region_continent" field.

func RegionContinentHasSuffix

func RegionContinentHasSuffix(v string) predicate.Facility

RegionContinentHasSuffix applies the HasSuffix predicate on the "region_continent" field.

func RegionContinentIn

func RegionContinentIn(vs ...string) predicate.Facility

RegionContinentIn applies the In predicate on the "region_continent" field.

func RegionContinentIsNil

func RegionContinentIsNil() predicate.Facility

RegionContinentIsNil applies the IsNil predicate on the "region_continent" field.

func RegionContinentLT

func RegionContinentLT(v string) predicate.Facility

RegionContinentLT applies the LT predicate on the "region_continent" field.

func RegionContinentLTE

func RegionContinentLTE(v string) predicate.Facility

RegionContinentLTE applies the LTE predicate on the "region_continent" field.

func RegionContinentNEQ

func RegionContinentNEQ(v string) predicate.Facility

RegionContinentNEQ applies the NEQ predicate on the "region_continent" field.

func RegionContinentNotIn

func RegionContinentNotIn(vs ...string) predicate.Facility

RegionContinentNotIn applies the NotIn predicate on the "region_continent" field.

func RegionContinentNotNil

func RegionContinentNotNil() predicate.Facility

RegionContinentNotNil applies the NotNil predicate on the "region_continent" field.

func Rencode

func Rencode(v string) predicate.Facility

Rencode applies equality check predicate on the "rencode" field. It's identical to RencodeEQ.

func RencodeContains

func RencodeContains(v string) predicate.Facility

RencodeContains applies the Contains predicate on the "rencode" field.

func RencodeContainsFold

func RencodeContainsFold(v string) predicate.Facility

RencodeContainsFold applies the ContainsFold predicate on the "rencode" field.

func RencodeEQ

func RencodeEQ(v string) predicate.Facility

RencodeEQ applies the EQ predicate on the "rencode" field.

func RencodeEqualFold

func RencodeEqualFold(v string) predicate.Facility

RencodeEqualFold applies the EqualFold predicate on the "rencode" field.

func RencodeGT

func RencodeGT(v string) predicate.Facility

RencodeGT applies the GT predicate on the "rencode" field.

func RencodeGTE

func RencodeGTE(v string) predicate.Facility

RencodeGTE applies the GTE predicate on the "rencode" field.

func RencodeHasPrefix

func RencodeHasPrefix(v string) predicate.Facility

RencodeHasPrefix applies the HasPrefix predicate on the "rencode" field.

func RencodeHasSuffix

func RencodeHasSuffix(v string) predicate.Facility

RencodeHasSuffix applies the HasSuffix predicate on the "rencode" field.

func RencodeIn

func RencodeIn(vs ...string) predicate.Facility

RencodeIn applies the In predicate on the "rencode" field.

func RencodeIsNil

func RencodeIsNil() predicate.Facility

RencodeIsNil applies the IsNil predicate on the "rencode" field.

func RencodeLT

func RencodeLT(v string) predicate.Facility

RencodeLT applies the LT predicate on the "rencode" field.

func RencodeLTE

func RencodeLTE(v string) predicate.Facility

RencodeLTE applies the LTE predicate on the "rencode" field.

func RencodeNEQ

func RencodeNEQ(v string) predicate.Facility

RencodeNEQ applies the NEQ predicate on the "rencode" field.

func RencodeNotIn

func RencodeNotIn(vs ...string) predicate.Facility

RencodeNotIn applies the NotIn predicate on the "rencode" field.

func RencodeNotNil

func RencodeNotNil() predicate.Facility

RencodeNotNil applies the NotNil predicate on the "rencode" field.

func SalesEmail

func SalesEmail(v string) predicate.Facility

SalesEmail applies equality check predicate on the "sales_email" field. It's identical to SalesEmailEQ.

func SalesEmailContains

func SalesEmailContains(v string) predicate.Facility

SalesEmailContains applies the Contains predicate on the "sales_email" field.

func SalesEmailContainsFold

func SalesEmailContainsFold(v string) predicate.Facility

SalesEmailContainsFold applies the ContainsFold predicate on the "sales_email" field.

func SalesEmailEQ

func SalesEmailEQ(v string) predicate.Facility

SalesEmailEQ applies the EQ predicate on the "sales_email" field.

func SalesEmailEqualFold

func SalesEmailEqualFold(v string) predicate.Facility

SalesEmailEqualFold applies the EqualFold predicate on the "sales_email" field.

func SalesEmailGT

func SalesEmailGT(v string) predicate.Facility

SalesEmailGT applies the GT predicate on the "sales_email" field.

func SalesEmailGTE

func SalesEmailGTE(v string) predicate.Facility

SalesEmailGTE applies the GTE predicate on the "sales_email" field.

func SalesEmailHasPrefix

func SalesEmailHasPrefix(v string) predicate.Facility

SalesEmailHasPrefix applies the HasPrefix predicate on the "sales_email" field.

func SalesEmailHasSuffix

func SalesEmailHasSuffix(v string) predicate.Facility

SalesEmailHasSuffix applies the HasSuffix predicate on the "sales_email" field.

func SalesEmailIn

func SalesEmailIn(vs ...string) predicate.Facility

SalesEmailIn applies the In predicate on the "sales_email" field.

func SalesEmailIsNil

func SalesEmailIsNil() predicate.Facility

SalesEmailIsNil applies the IsNil predicate on the "sales_email" field.

func SalesEmailLT

func SalesEmailLT(v string) predicate.Facility

SalesEmailLT applies the LT predicate on the "sales_email" field.

func SalesEmailLTE

func SalesEmailLTE(v string) predicate.Facility

SalesEmailLTE applies the LTE predicate on the "sales_email" field.

func SalesEmailNEQ

func SalesEmailNEQ(v string) predicate.Facility

SalesEmailNEQ applies the NEQ predicate on the "sales_email" field.

func SalesEmailNotIn

func SalesEmailNotIn(vs ...string) predicate.Facility

SalesEmailNotIn applies the NotIn predicate on the "sales_email" field.

func SalesEmailNotNil

func SalesEmailNotNil() predicate.Facility

SalesEmailNotNil applies the NotNil predicate on the "sales_email" field.

func SalesPhone

func SalesPhone(v string) predicate.Facility

SalesPhone applies equality check predicate on the "sales_phone" field. It's identical to SalesPhoneEQ.

func SalesPhoneContains

func SalesPhoneContains(v string) predicate.Facility

SalesPhoneContains applies the Contains predicate on the "sales_phone" field.

func SalesPhoneContainsFold

func SalesPhoneContainsFold(v string) predicate.Facility

SalesPhoneContainsFold applies the ContainsFold predicate on the "sales_phone" field.

func SalesPhoneEQ

func SalesPhoneEQ(v string) predicate.Facility

SalesPhoneEQ applies the EQ predicate on the "sales_phone" field.

func SalesPhoneEqualFold

func SalesPhoneEqualFold(v string) predicate.Facility

SalesPhoneEqualFold applies the EqualFold predicate on the "sales_phone" field.

func SalesPhoneGT

func SalesPhoneGT(v string) predicate.Facility

SalesPhoneGT applies the GT predicate on the "sales_phone" field.

func SalesPhoneGTE

func SalesPhoneGTE(v string) predicate.Facility

SalesPhoneGTE applies the GTE predicate on the "sales_phone" field.

func SalesPhoneHasPrefix

func SalesPhoneHasPrefix(v string) predicate.Facility

SalesPhoneHasPrefix applies the HasPrefix predicate on the "sales_phone" field.

func SalesPhoneHasSuffix

func SalesPhoneHasSuffix(v string) predicate.Facility

SalesPhoneHasSuffix applies the HasSuffix predicate on the "sales_phone" field.

func SalesPhoneIn

func SalesPhoneIn(vs ...string) predicate.Facility

SalesPhoneIn applies the In predicate on the "sales_phone" field.

func SalesPhoneIsNil

func SalesPhoneIsNil() predicate.Facility

SalesPhoneIsNil applies the IsNil predicate on the "sales_phone" field.

func SalesPhoneLT

func SalesPhoneLT(v string) predicate.Facility

SalesPhoneLT applies the LT predicate on the "sales_phone" field.

func SalesPhoneLTE

func SalesPhoneLTE(v string) predicate.Facility

SalesPhoneLTE applies the LTE predicate on the "sales_phone" field.

func SalesPhoneNEQ

func SalesPhoneNEQ(v string) predicate.Facility

SalesPhoneNEQ applies the NEQ predicate on the "sales_phone" field.

func SalesPhoneNotIn

func SalesPhoneNotIn(vs ...string) predicate.Facility

SalesPhoneNotIn applies the NotIn predicate on the "sales_phone" field.

func SalesPhoneNotNil

func SalesPhoneNotNil() predicate.Facility

SalesPhoneNotNil applies the NotNil predicate on the "sales_phone" field.

func SocialMediaIsNil

func SocialMediaIsNil() predicate.Facility

SocialMediaIsNil applies the IsNil predicate on the "social_media" field.

func SocialMediaNotNil

func SocialMediaNotNil() predicate.Facility

SocialMediaNotNil applies the NotNil predicate on the "social_media" field.

func State

func State(v string) predicate.Facility

State applies equality check predicate on the "state" field. It's identical to StateEQ.

func StateContains

func StateContains(v string) predicate.Facility

StateContains applies the Contains predicate on the "state" field.

func StateContainsFold

func StateContainsFold(v string) predicate.Facility

StateContainsFold applies the ContainsFold predicate on the "state" field.

func StateEQ

func StateEQ(v string) predicate.Facility

StateEQ applies the EQ predicate on the "state" field.

func StateEqualFold

func StateEqualFold(v string) predicate.Facility

StateEqualFold applies the EqualFold predicate on the "state" field.

func StateGT

func StateGT(v string) predicate.Facility

StateGT applies the GT predicate on the "state" field.

func StateGTE

func StateGTE(v string) predicate.Facility

StateGTE applies the GTE predicate on the "state" field.

func StateHasPrefix

func StateHasPrefix(v string) predicate.Facility

StateHasPrefix applies the HasPrefix predicate on the "state" field.

func StateHasSuffix

func StateHasSuffix(v string) predicate.Facility

StateHasSuffix applies the HasSuffix predicate on the "state" field.

func StateIn

func StateIn(vs ...string) predicate.Facility

StateIn applies the In predicate on the "state" field.

func StateIsNil

func StateIsNil() predicate.Facility

StateIsNil applies the IsNil predicate on the "state" field.

func StateLT

func StateLT(v string) predicate.Facility

StateLT applies the LT predicate on the "state" field.

func StateLTE

func StateLTE(v string) predicate.Facility

StateLTE applies the LTE predicate on the "state" field.

func StateNEQ

func StateNEQ(v string) predicate.Facility

StateNEQ applies the NEQ predicate on the "state" field.

func StateNotIn

func StateNotIn(vs ...string) predicate.Facility

StateNotIn applies the NotIn predicate on the "state" field.

func StateNotNil

func StateNotNil() predicate.Facility

StateNotNil applies the NotNil predicate on the "state" field.

func Status

func Status(v string) predicate.Facility

Status applies equality check predicate on the "status" field. It's identical to StatusEQ.

func StatusContains

func StatusContains(v string) predicate.Facility

StatusContains applies the Contains predicate on the "status" field.

func StatusContainsFold

func StatusContainsFold(v string) predicate.Facility

StatusContainsFold applies the ContainsFold predicate on the "status" field.

func StatusDashboard

func StatusDashboard(v string) predicate.Facility

StatusDashboard applies equality check predicate on the "status_dashboard" field. It's identical to StatusDashboardEQ.

func StatusDashboardContains

func StatusDashboardContains(v string) predicate.Facility

StatusDashboardContains applies the Contains predicate on the "status_dashboard" field.

func StatusDashboardContainsFold

func StatusDashboardContainsFold(v string) predicate.Facility

StatusDashboardContainsFold applies the ContainsFold predicate on the "status_dashboard" field.

func StatusDashboardEQ

func StatusDashboardEQ(v string) predicate.Facility

StatusDashboardEQ applies the EQ predicate on the "status_dashboard" field.

func StatusDashboardEqualFold

func StatusDashboardEqualFold(v string) predicate.Facility

StatusDashboardEqualFold applies the EqualFold predicate on the "status_dashboard" field.

func StatusDashboardGT

func StatusDashboardGT(v string) predicate.Facility

StatusDashboardGT applies the GT predicate on the "status_dashboard" field.

func StatusDashboardGTE

func StatusDashboardGTE(v string) predicate.Facility

StatusDashboardGTE applies the GTE predicate on the "status_dashboard" field.

func StatusDashboardHasPrefix

func StatusDashboardHasPrefix(v string) predicate.Facility

StatusDashboardHasPrefix applies the HasPrefix predicate on the "status_dashboard" field.

func StatusDashboardHasSuffix

func StatusDashboardHasSuffix(v string) predicate.Facility

StatusDashboardHasSuffix applies the HasSuffix predicate on the "status_dashboard" field.

func StatusDashboardIn

func StatusDashboardIn(vs ...string) predicate.Facility

StatusDashboardIn applies the In predicate on the "status_dashboard" field.

func StatusDashboardIsNil

func StatusDashboardIsNil() predicate.Facility

StatusDashboardIsNil applies the IsNil predicate on the "status_dashboard" field.

func StatusDashboardLT

func StatusDashboardLT(v string) predicate.Facility

StatusDashboardLT applies the LT predicate on the "status_dashboard" field.

func StatusDashboardLTE

func StatusDashboardLTE(v string) predicate.Facility

StatusDashboardLTE applies the LTE predicate on the "status_dashboard" field.

func StatusDashboardNEQ

func StatusDashboardNEQ(v string) predicate.Facility

StatusDashboardNEQ applies the NEQ predicate on the "status_dashboard" field.

func StatusDashboardNotIn

func StatusDashboardNotIn(vs ...string) predicate.Facility

StatusDashboardNotIn applies the NotIn predicate on the "status_dashboard" field.

func StatusDashboardNotNil

func StatusDashboardNotNil() predicate.Facility

StatusDashboardNotNil applies the NotNil predicate on the "status_dashboard" field.

func StatusEQ

func StatusEQ(v string) predicate.Facility

StatusEQ applies the EQ predicate on the "status" field.

func StatusEqualFold

func StatusEqualFold(v string) predicate.Facility

StatusEqualFold applies the EqualFold predicate on the "status" field.

func StatusGT

func StatusGT(v string) predicate.Facility

StatusGT applies the GT predicate on the "status" field.

func StatusGTE

func StatusGTE(v string) predicate.Facility

StatusGTE applies the GTE predicate on the "status" field.

func StatusHasPrefix

func StatusHasPrefix(v string) predicate.Facility

StatusHasPrefix applies the HasPrefix predicate on the "status" field.

func StatusHasSuffix

func StatusHasSuffix(v string) predicate.Facility

StatusHasSuffix applies the HasSuffix predicate on the "status" field.

func StatusIn

func StatusIn(vs ...string) predicate.Facility

StatusIn applies the In predicate on the "status" field.

func StatusLT

func StatusLT(v string) predicate.Facility

StatusLT applies the LT predicate on the "status" field.

func StatusLTE

func StatusLTE(v string) predicate.Facility

StatusLTE applies the LTE predicate on the "status" field.

func StatusNEQ

func StatusNEQ(v string) predicate.Facility

StatusNEQ applies the NEQ predicate on the "status" field.

func StatusNotIn

func StatusNotIn(vs ...string) predicate.Facility

StatusNotIn applies the NotIn predicate on the "status" field.

func Suite

func Suite(v string) predicate.Facility

Suite applies equality check predicate on the "suite" field. It's identical to SuiteEQ.

func SuiteContains

func SuiteContains(v string) predicate.Facility

SuiteContains applies the Contains predicate on the "suite" field.

func SuiteContainsFold

func SuiteContainsFold(v string) predicate.Facility

SuiteContainsFold applies the ContainsFold predicate on the "suite" field.

func SuiteEQ

func SuiteEQ(v string) predicate.Facility

SuiteEQ applies the EQ predicate on the "suite" field.

func SuiteEqualFold

func SuiteEqualFold(v string) predicate.Facility

SuiteEqualFold applies the EqualFold predicate on the "suite" field.

func SuiteGT

func SuiteGT(v string) predicate.Facility

SuiteGT applies the GT predicate on the "suite" field.

func SuiteGTE

func SuiteGTE(v string) predicate.Facility

SuiteGTE applies the GTE predicate on the "suite" field.

func SuiteHasPrefix

func SuiteHasPrefix(v string) predicate.Facility

SuiteHasPrefix applies the HasPrefix predicate on the "suite" field.

func SuiteHasSuffix

func SuiteHasSuffix(v string) predicate.Facility

SuiteHasSuffix applies the HasSuffix predicate on the "suite" field.

func SuiteIn

func SuiteIn(vs ...string) predicate.Facility

SuiteIn applies the In predicate on the "suite" field.

func SuiteIsNil

func SuiteIsNil() predicate.Facility

SuiteIsNil applies the IsNil predicate on the "suite" field.

func SuiteLT

func SuiteLT(v string) predicate.Facility

SuiteLT applies the LT predicate on the "suite" field.

func SuiteLTE

func SuiteLTE(v string) predicate.Facility

SuiteLTE applies the LTE predicate on the "suite" field.

func SuiteNEQ

func SuiteNEQ(v string) predicate.Facility

SuiteNEQ applies the NEQ predicate on the "suite" field.

func SuiteNotIn

func SuiteNotIn(vs ...string) predicate.Facility

SuiteNotIn applies the NotIn predicate on the "suite" field.

func SuiteNotNil

func SuiteNotNil() predicate.Facility

SuiteNotNil applies the NotNil predicate on the "suite" field.

func TechEmail

func TechEmail(v string) predicate.Facility

TechEmail applies equality check predicate on the "tech_email" field. It's identical to TechEmailEQ.

func TechEmailContains

func TechEmailContains(v string) predicate.Facility

TechEmailContains applies the Contains predicate on the "tech_email" field.

func TechEmailContainsFold

func TechEmailContainsFold(v string) predicate.Facility

TechEmailContainsFold applies the ContainsFold predicate on the "tech_email" field.

func TechEmailEQ

func TechEmailEQ(v string) predicate.Facility

TechEmailEQ applies the EQ predicate on the "tech_email" field.

func TechEmailEqualFold

func TechEmailEqualFold(v string) predicate.Facility

TechEmailEqualFold applies the EqualFold predicate on the "tech_email" field.

func TechEmailGT

func TechEmailGT(v string) predicate.Facility

TechEmailGT applies the GT predicate on the "tech_email" field.

func TechEmailGTE

func TechEmailGTE(v string) predicate.Facility

TechEmailGTE applies the GTE predicate on the "tech_email" field.

func TechEmailHasPrefix

func TechEmailHasPrefix(v string) predicate.Facility

TechEmailHasPrefix applies the HasPrefix predicate on the "tech_email" field.

func TechEmailHasSuffix

func TechEmailHasSuffix(v string) predicate.Facility

TechEmailHasSuffix applies the HasSuffix predicate on the "tech_email" field.

func TechEmailIn

func TechEmailIn(vs ...string) predicate.Facility

TechEmailIn applies the In predicate on the "tech_email" field.

func TechEmailIsNil

func TechEmailIsNil() predicate.Facility

TechEmailIsNil applies the IsNil predicate on the "tech_email" field.

func TechEmailLT

func TechEmailLT(v string) predicate.Facility

TechEmailLT applies the LT predicate on the "tech_email" field.

func TechEmailLTE

func TechEmailLTE(v string) predicate.Facility

TechEmailLTE applies the LTE predicate on the "tech_email" field.

func TechEmailNEQ

func TechEmailNEQ(v string) predicate.Facility

TechEmailNEQ applies the NEQ predicate on the "tech_email" field.

func TechEmailNotIn

func TechEmailNotIn(vs ...string) predicate.Facility

TechEmailNotIn applies the NotIn predicate on the "tech_email" field.

func TechEmailNotNil

func TechEmailNotNil() predicate.Facility

TechEmailNotNil applies the NotNil predicate on the "tech_email" field.

func TechPhone

func TechPhone(v string) predicate.Facility

TechPhone applies equality check predicate on the "tech_phone" field. It's identical to TechPhoneEQ.

func TechPhoneContains

func TechPhoneContains(v string) predicate.Facility

TechPhoneContains applies the Contains predicate on the "tech_phone" field.

func TechPhoneContainsFold

func TechPhoneContainsFold(v string) predicate.Facility

TechPhoneContainsFold applies the ContainsFold predicate on the "tech_phone" field.

func TechPhoneEQ

func TechPhoneEQ(v string) predicate.Facility

TechPhoneEQ applies the EQ predicate on the "tech_phone" field.

func TechPhoneEqualFold

func TechPhoneEqualFold(v string) predicate.Facility

TechPhoneEqualFold applies the EqualFold predicate on the "tech_phone" field.

func TechPhoneGT

func TechPhoneGT(v string) predicate.Facility

TechPhoneGT applies the GT predicate on the "tech_phone" field.

func TechPhoneGTE

func TechPhoneGTE(v string) predicate.Facility

TechPhoneGTE applies the GTE predicate on the "tech_phone" field.

func TechPhoneHasPrefix

func TechPhoneHasPrefix(v string) predicate.Facility

TechPhoneHasPrefix applies the HasPrefix predicate on the "tech_phone" field.

func TechPhoneHasSuffix

func TechPhoneHasSuffix(v string) predicate.Facility

TechPhoneHasSuffix applies the HasSuffix predicate on the "tech_phone" field.

func TechPhoneIn

func TechPhoneIn(vs ...string) predicate.Facility

TechPhoneIn applies the In predicate on the "tech_phone" field.

func TechPhoneIsNil

func TechPhoneIsNil() predicate.Facility

TechPhoneIsNil applies the IsNil predicate on the "tech_phone" field.

func TechPhoneLT

func TechPhoneLT(v string) predicate.Facility

TechPhoneLT applies the LT predicate on the "tech_phone" field.

func TechPhoneLTE

func TechPhoneLTE(v string) predicate.Facility

TechPhoneLTE applies the LTE predicate on the "tech_phone" field.

func TechPhoneNEQ

func TechPhoneNEQ(v string) predicate.Facility

TechPhoneNEQ applies the NEQ predicate on the "tech_phone" field.

func TechPhoneNotIn

func TechPhoneNotIn(vs ...string) predicate.Facility

TechPhoneNotIn applies the NotIn predicate on the "tech_phone" field.

func TechPhoneNotNil

func TechPhoneNotNil() predicate.Facility

TechPhoneNotNil applies the NotNil predicate on the "tech_phone" field.

func Updated

func Updated(v time.Time) predicate.Facility

Updated applies equality check predicate on the "updated" field. It's identical to UpdatedEQ.

func UpdatedEQ

func UpdatedEQ(v time.Time) predicate.Facility

UpdatedEQ applies the EQ predicate on the "updated" field.

func UpdatedGT

func UpdatedGT(v time.Time) predicate.Facility

UpdatedGT applies the GT predicate on the "updated" field.

func UpdatedGTE

func UpdatedGTE(v time.Time) predicate.Facility

UpdatedGTE applies the GTE predicate on the "updated" field.

func UpdatedIn

func UpdatedIn(vs ...time.Time) predicate.Facility

UpdatedIn applies the In predicate on the "updated" field.

func UpdatedLT

func UpdatedLT(v time.Time) predicate.Facility

UpdatedLT applies the LT predicate on the "updated" field.

func UpdatedLTE

func UpdatedLTE(v time.Time) predicate.Facility

UpdatedLTE applies the LTE predicate on the "updated" field.

func UpdatedNEQ

func UpdatedNEQ(v time.Time) predicate.Facility

UpdatedNEQ applies the NEQ predicate on the "updated" field.

func UpdatedNotIn

func UpdatedNotIn(vs ...time.Time) predicate.Facility

UpdatedNotIn applies the NotIn predicate on the "updated" field.

func ValidColumn

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

func Website

func Website(v string) predicate.Facility

Website applies equality check predicate on the "website" field. It's identical to WebsiteEQ.

func WebsiteContains

func WebsiteContains(v string) predicate.Facility

WebsiteContains applies the Contains predicate on the "website" field.

func WebsiteContainsFold

func WebsiteContainsFold(v string) predicate.Facility

WebsiteContainsFold applies the ContainsFold predicate on the "website" field.

func WebsiteEQ

func WebsiteEQ(v string) predicate.Facility

WebsiteEQ applies the EQ predicate on the "website" field.

func WebsiteEqualFold

func WebsiteEqualFold(v string) predicate.Facility

WebsiteEqualFold applies the EqualFold predicate on the "website" field.

func WebsiteGT

func WebsiteGT(v string) predicate.Facility

WebsiteGT applies the GT predicate on the "website" field.

func WebsiteGTE

func WebsiteGTE(v string) predicate.Facility

WebsiteGTE applies the GTE predicate on the "website" field.

func WebsiteHasPrefix

func WebsiteHasPrefix(v string) predicate.Facility

WebsiteHasPrefix applies the HasPrefix predicate on the "website" field.

func WebsiteHasSuffix

func WebsiteHasSuffix(v string) predicate.Facility

WebsiteHasSuffix applies the HasSuffix predicate on the "website" field.

func WebsiteIn

func WebsiteIn(vs ...string) predicate.Facility

WebsiteIn applies the In predicate on the "website" field.

func WebsiteIsNil

func WebsiteIsNil() predicate.Facility

WebsiteIsNil applies the IsNil predicate on the "website" field.

func WebsiteLT

func WebsiteLT(v string) predicate.Facility

WebsiteLT applies the LT predicate on the "website" field.

func WebsiteLTE

func WebsiteLTE(v string) predicate.Facility

WebsiteLTE applies the LTE predicate on the "website" field.

func WebsiteNEQ

func WebsiteNEQ(v string) predicate.Facility

WebsiteNEQ applies the NEQ predicate on the "website" field.

func WebsiteNotIn

func WebsiteNotIn(vs ...string) predicate.Facility

WebsiteNotIn applies the NotIn predicate on the "website" field.

func WebsiteNotNil

func WebsiteNotNil() predicate.Facility

WebsiteNotNil applies the NotNil predicate on the "website" field.

func Zipcode

func Zipcode(v string) predicate.Facility

Zipcode applies equality check predicate on the "zipcode" field. It's identical to ZipcodeEQ.

func ZipcodeContains

func ZipcodeContains(v string) predicate.Facility

ZipcodeContains applies the Contains predicate on the "zipcode" field.

func ZipcodeContainsFold

func ZipcodeContainsFold(v string) predicate.Facility

ZipcodeContainsFold applies the ContainsFold predicate on the "zipcode" field.

func ZipcodeEQ

func ZipcodeEQ(v string) predicate.Facility

ZipcodeEQ applies the EQ predicate on the "zipcode" field.

func ZipcodeEqualFold

func ZipcodeEqualFold(v string) predicate.Facility

ZipcodeEqualFold applies the EqualFold predicate on the "zipcode" field.

func ZipcodeGT

func ZipcodeGT(v string) predicate.Facility

ZipcodeGT applies the GT predicate on the "zipcode" field.

func ZipcodeGTE

func ZipcodeGTE(v string) predicate.Facility

ZipcodeGTE applies the GTE predicate on the "zipcode" field.

func ZipcodeHasPrefix

func ZipcodeHasPrefix(v string) predicate.Facility

ZipcodeHasPrefix applies the HasPrefix predicate on the "zipcode" field.

func ZipcodeHasSuffix

func ZipcodeHasSuffix(v string) predicate.Facility

ZipcodeHasSuffix applies the HasSuffix predicate on the "zipcode" field.

func ZipcodeIn

func ZipcodeIn(vs ...string) predicate.Facility

ZipcodeIn applies the In predicate on the "zipcode" field.

func ZipcodeIsNil

func ZipcodeIsNil() predicate.Facility

ZipcodeIsNil applies the IsNil predicate on the "zipcode" field.

func ZipcodeLT

func ZipcodeLT(v string) predicate.Facility

ZipcodeLT applies the LT predicate on the "zipcode" field.

func ZipcodeLTE

func ZipcodeLTE(v string) predicate.Facility

ZipcodeLTE applies the LTE predicate on the "zipcode" field.

func ZipcodeNEQ

func ZipcodeNEQ(v string) predicate.Facility

ZipcodeNEQ applies the NEQ predicate on the "zipcode" field.

func ZipcodeNotIn

func ZipcodeNotIn(vs ...string) predicate.Facility

ZipcodeNotIn applies the NotIn predicate on the "zipcode" field.

func ZipcodeNotNil

func ZipcodeNotNil() predicate.Facility

ZipcodeNotNil applies the NotNil predicate on the "zipcode" field.

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the Facility queries.

func ByAddress1

func ByAddress1(opts ...sql.OrderTermOption) OrderOption

ByAddress1 orders the results by the address1 field.

func ByAddress2

func ByAddress2(opts ...sql.OrderTermOption) OrderOption

ByAddress2 orders the results by the address2 field.

func ByAka

func ByAka(opts ...sql.OrderTermOption) OrderOption

ByAka orders the results by the aka field.

func ByAkaFold added in v1.16.0

func ByAkaFold(opts ...sql.OrderTermOption) OrderOption

ByAkaFold orders the results by the aka_fold field.

func ByCampusField

func ByCampusField(field string, opts ...sql.OrderTermOption) OrderOption

ByCampusField orders the results by campus field.

func ByCampusID

func ByCampusID(opts ...sql.OrderTermOption) OrderOption

ByCampusID orders the results by the campus_id field.

func ByCarrierCount

func ByCarrierCount(opts ...sql.OrderTermOption) OrderOption

ByCarrierCount orders the results by the carrier_count field.

func ByCarrierFacilities

func ByCarrierFacilities(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByCarrierFacilities orders the results by carrier_facilities terms.

func ByCarrierFacilitiesCount

func ByCarrierFacilitiesCount(opts ...sql.OrderTermOption) OrderOption

ByCarrierFacilitiesCount orders the results by carrier_facilities count.

func ByCity

func ByCity(opts ...sql.OrderTermOption) OrderOption

ByCity orders the results by the city field.

func ByCityFold added in v1.16.0

func ByCityFold(opts ...sql.OrderTermOption) OrderOption

ByCityFold orders the results by the city_fold field.

func ByClli

func ByClli(opts ...sql.OrderTermOption) OrderOption

ByClli orders the results by the clli field.

func ByCountry

func ByCountry(opts ...sql.OrderTermOption) OrderOption

ByCountry orders the results by the country field.

func ByCreated

func ByCreated(opts ...sql.OrderTermOption) OrderOption

ByCreated orders the results by the created field.

func ByDiverseServingSubstations

func ByDiverseServingSubstations(opts ...sql.OrderTermOption) OrderOption

ByDiverseServingSubstations orders the results by the diverse_serving_substations field.

func ByFloor

func ByFloor(opts ...sql.OrderTermOption) OrderOption

ByFloor orders the results by the floor field.

func ByID

func ByID(opts ...sql.OrderTermOption) OrderOption

ByID orders the results by the id field.

func ByIxCount

func ByIxCount(opts ...sql.OrderTermOption) OrderOption

ByIxCount orders the results by the ix_count field.

func ByIxFacilities

func ByIxFacilities(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByIxFacilities orders the results by ix_facilities terms.

func ByIxFacilitiesCount

func ByIxFacilitiesCount(opts ...sql.OrderTermOption) OrderOption

ByIxFacilitiesCount orders the results by ix_facilities count.

func ByLatitude

func ByLatitude(opts ...sql.OrderTermOption) OrderOption

ByLatitude orders the results by the latitude field.

func ByLogo(opts ...sql.OrderTermOption) OrderOption

ByLogo orders the results by the logo field.

func ByLongitude

func ByLongitude(opts ...sql.OrderTermOption) OrderOption

ByLongitude orders the results by the longitude field.

func ByName

func ByName(opts ...sql.OrderTermOption) OrderOption

ByName orders the results by the name field.

func ByNameFold added in v1.16.0

func ByNameFold(opts ...sql.OrderTermOption) OrderOption

ByNameFold orders the results by the name_fold field.

func ByNameLong

func ByNameLong(opts ...sql.OrderTermOption) OrderOption

ByNameLong orders the results by the name_long field.

func ByNetCount

func ByNetCount(opts ...sql.OrderTermOption) OrderOption

ByNetCount orders the results by the net_count field.

func ByNetworkFacilities

func ByNetworkFacilities(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByNetworkFacilities orders the results by network_facilities terms.

func ByNetworkFacilitiesCount

func ByNetworkFacilitiesCount(opts ...sql.OrderTermOption) OrderOption

ByNetworkFacilitiesCount orders the results by network_facilities count.

func ByNotes

func ByNotes(opts ...sql.OrderTermOption) OrderOption

ByNotes orders the results by the notes field.

func ByNpanxx

func ByNpanxx(opts ...sql.OrderTermOption) OrderOption

ByNpanxx orders the results by the npanxx field.

func ByOrgID

func ByOrgID(opts ...sql.OrderTermOption) OrderOption

ByOrgID orders the results by the org_id field.

func ByOrgName

func ByOrgName(opts ...sql.OrderTermOption) OrderOption

ByOrgName orders the results by the org_name field.

func ByOrganizationField

func ByOrganizationField(field string, opts ...sql.OrderTermOption) OrderOption

ByOrganizationField orders the results by organization field.

func ByProperty

func ByProperty(opts ...sql.OrderTermOption) OrderOption

ByProperty orders the results by the property field.

func ByRegionContinent

func ByRegionContinent(opts ...sql.OrderTermOption) OrderOption

ByRegionContinent orders the results by the region_continent field.

func ByRencode

func ByRencode(opts ...sql.OrderTermOption) OrderOption

ByRencode orders the results by the rencode field.

func BySalesEmail

func BySalesEmail(opts ...sql.OrderTermOption) OrderOption

BySalesEmail orders the results by the sales_email field.

func BySalesPhone

func BySalesPhone(opts ...sql.OrderTermOption) OrderOption

BySalesPhone orders the results by the sales_phone field.

func ByState

func ByState(opts ...sql.OrderTermOption) OrderOption

ByState orders the results by the state field.

func ByStatus

func ByStatus(opts ...sql.OrderTermOption) OrderOption

ByStatus orders the results by the status field.

func ByStatusDashboard

func ByStatusDashboard(opts ...sql.OrderTermOption) OrderOption

ByStatusDashboard orders the results by the status_dashboard field.

func BySuite

func BySuite(opts ...sql.OrderTermOption) OrderOption

BySuite orders the results by the suite field.

func ByTechEmail

func ByTechEmail(opts ...sql.OrderTermOption) OrderOption

ByTechEmail orders the results by the tech_email field.

func ByTechPhone

func ByTechPhone(opts ...sql.OrderTermOption) OrderOption

ByTechPhone orders the results by the tech_phone field.

func ByUpdated

func ByUpdated(opts ...sql.OrderTermOption) OrderOption

ByUpdated orders the results by the updated field.

func ByWebsite

func ByWebsite(opts ...sql.OrderTermOption) OrderOption

ByWebsite orders the results by the website field.

func ByZipcode

func ByZipcode(opts ...sql.OrderTermOption) OrderOption

ByZipcode orders the results by the zipcode field.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL