organization

package
v1.23.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the organization type in the database.
	Label = "organization"
	// 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"
	// 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"
	// FieldCity holds the string denoting the city field in the database.
	FieldCity = "city"
	// FieldCountry holds the string denoting the country field in the database.
	FieldCountry = "country"
	// 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"
	// 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"
	// FieldSuite holds the string denoting the suite field in the database.
	FieldSuite = "suite"
	// 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"
	// 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"
	// EdgeCampuses holds the string denoting the campuses edge name in mutations.
	EdgeCampuses = "campuses"
	// EdgeCarriers holds the string denoting the carriers edge name in mutations.
	EdgeCarriers = "carriers"
	// EdgeFacilities holds the string denoting the facilities edge name in mutations.
	EdgeFacilities = "facilities"
	// EdgeInternetExchanges holds the string denoting the internet_exchanges edge name in mutations.
	EdgeInternetExchanges = "internet_exchanges"
	// EdgeNetworks holds the string denoting the networks edge name in mutations.
	EdgeNetworks = "networks"
	// Table holds the table name of the organization in the database.
	Table = "organizations"
	// CampusesTable is the table that holds the campuses relation/edge.
	CampusesTable = "campuses"
	// CampusesInverseTable is the table name for the Campus entity.
	// It exists in this package in order to avoid circular dependency with the "campus" package.
	CampusesInverseTable = "campuses"
	// CampusesColumn is the table column denoting the campuses relation/edge.
	CampusesColumn = "org_id"
	// CarriersTable is the table that holds the carriers relation/edge.
	CarriersTable = "carriers"
	// CarriersInverseTable is the table name for the Carrier entity.
	// It exists in this package in order to avoid circular dependency with the "carrier" package.
	CarriersInverseTable = "carriers"
	// CarriersColumn is the table column denoting the carriers relation/edge.
	CarriersColumn = "org_id"
	// FacilitiesTable is the table that holds the facilities relation/edge.
	FacilitiesTable = "facilities"
	// FacilitiesInverseTable is the table name for the Facility entity.
	// It exists in this package in order to avoid circular dependency with the "facility" package.
	FacilitiesInverseTable = "facilities"
	// FacilitiesColumn is the table column denoting the facilities relation/edge.
	FacilitiesColumn = "org_id"
	// InternetExchangesTable is the table that holds the internet_exchanges relation/edge.
	InternetExchangesTable = "internet_exchanges"
	// InternetExchangesInverseTable is the table name for the InternetExchange entity.
	// It exists in this package in order to avoid circular dependency with the "internetexchange" package.
	InternetExchangesInverseTable = "internet_exchanges"
	// InternetExchangesColumn is the table column denoting the internet_exchanges relation/edge.
	InternetExchangesColumn = "org_id"
	// NetworksTable is the table that holds the networks relation/edge.
	NetworksTable = "networks"
	// NetworksInverseTable is the table name for the Network entity.
	// It exists in this package in order to avoid circular dependency with the "network" package.
	NetworksInverseTable = "networks"
	// NetworksColumn is the table column denoting the networks relation/edge.
	NetworksColumn = "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
	// 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
	// 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
	// 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
	// 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 organization fields.

Functions

func Address1

func Address1(v string) predicate.Organization

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

func Address1Contains

func Address1Contains(v string) predicate.Organization

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

func Address1ContainsFold

func Address1ContainsFold(v string) predicate.Organization

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

func Address1EQ

func Address1EQ(v string) predicate.Organization

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

func Address1EqualFold

func Address1EqualFold(v string) predicate.Organization

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

func Address1GT

func Address1GT(v string) predicate.Organization

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

func Address1GTE

func Address1GTE(v string) predicate.Organization

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

func Address1HasPrefix

func Address1HasPrefix(v string) predicate.Organization

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

func Address1HasSuffix

func Address1HasSuffix(v string) predicate.Organization

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

func Address1In

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

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

func Address1IsNil

func Address1IsNil() predicate.Organization

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

func Address1LT

func Address1LT(v string) predicate.Organization

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

func Address1LTE

func Address1LTE(v string) predicate.Organization

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

func Address1NEQ

func Address1NEQ(v string) predicate.Organization

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

func Address1NotIn

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

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

func Address1NotNil

func Address1NotNil() predicate.Organization

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

func Address2

func Address2(v string) predicate.Organization

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

func Address2Contains

func Address2Contains(v string) predicate.Organization

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

func Address2ContainsFold

func Address2ContainsFold(v string) predicate.Organization

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

func Address2EQ

func Address2EQ(v string) predicate.Organization

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

func Address2EqualFold

func Address2EqualFold(v string) predicate.Organization

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

func Address2GT

func Address2GT(v string) predicate.Organization

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

func Address2GTE

func Address2GTE(v string) predicate.Organization

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

func Address2HasPrefix

func Address2HasPrefix(v string) predicate.Organization

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

func Address2HasSuffix

func Address2HasSuffix(v string) predicate.Organization

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

func Address2In

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

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

func Address2IsNil

func Address2IsNil() predicate.Organization

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

func Address2LT

func Address2LT(v string) predicate.Organization

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

func Address2LTE

func Address2LTE(v string) predicate.Organization

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

func Address2NEQ

func Address2NEQ(v string) predicate.Organization

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

func Address2NotIn

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

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

func Address2NotNil

func Address2NotNil() predicate.Organization

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

func Aka

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

func AkaContains

func AkaContains(v string) predicate.Organization

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

func AkaContainsFold

func AkaContainsFold(v string) predicate.Organization

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

func AkaEQ

func AkaEQ(v string) predicate.Organization

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

func AkaEqualFold

func AkaEqualFold(v string) predicate.Organization

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

func AkaFold added in v1.16.0

func AkaFold(v string) predicate.Organization

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.Organization

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

func AkaFoldContainsFold added in v1.16.0

func AkaFoldContainsFold(v string) predicate.Organization

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

func AkaFoldEQ added in v1.16.0

func AkaFoldEQ(v string) predicate.Organization

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

func AkaFoldEqualFold added in v1.16.0

func AkaFoldEqualFold(v string) predicate.Organization

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

func AkaFoldGT added in v1.16.0

func AkaFoldGT(v string) predicate.Organization

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

func AkaFoldGTE added in v1.16.0

func AkaFoldGTE(v string) predicate.Organization

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

func AkaFoldHasPrefix added in v1.16.0

func AkaFoldHasPrefix(v string) predicate.Organization

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

func AkaFoldHasSuffix added in v1.16.0

func AkaFoldHasSuffix(v string) predicate.Organization

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

func AkaFoldIn added in v1.16.0

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

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

func AkaFoldIsNil added in v1.16.0

func AkaFoldIsNil() predicate.Organization

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

func AkaFoldLT added in v1.16.0

func AkaFoldLT(v string) predicate.Organization

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

func AkaFoldLTE added in v1.16.0

func AkaFoldLTE(v string) predicate.Organization

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

func AkaFoldNEQ added in v1.16.0

func AkaFoldNEQ(v string) predicate.Organization

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

func AkaFoldNotIn added in v1.16.0

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

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

func AkaFoldNotNil added in v1.16.0

func AkaFoldNotNil() predicate.Organization

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

func AkaGT

func AkaGT(v string) predicate.Organization

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

func AkaGTE

func AkaGTE(v string) predicate.Organization

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

func AkaHasPrefix

func AkaHasPrefix(v string) predicate.Organization

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

func AkaHasSuffix

func AkaHasSuffix(v string) predicate.Organization

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

func AkaIn

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

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

func AkaIsNil

func AkaIsNil() predicate.Organization

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

func AkaLT

func AkaLT(v string) predicate.Organization

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

func AkaLTE

func AkaLTE(v string) predicate.Organization

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

func AkaNEQ

func AkaNEQ(v string) predicate.Organization

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

func AkaNotIn

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

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

func AkaNotNil

func AkaNotNil() predicate.Organization

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

func And

func And(predicates ...predicate.Organization) predicate.Organization

And groups predicates with the AND operator between them.

func City

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

func CityContains

func CityContains(v string) predicate.Organization

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

func CityContainsFold

func CityContainsFold(v string) predicate.Organization

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

func CityEQ

func CityEQ(v string) predicate.Organization

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

func CityEqualFold

func CityEqualFold(v string) predicate.Organization

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

func CityFold added in v1.16.0

func CityFold(v string) predicate.Organization

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.Organization

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

func CityFoldContainsFold added in v1.16.0

func CityFoldContainsFold(v string) predicate.Organization

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

func CityFoldEQ added in v1.16.0

func CityFoldEQ(v string) predicate.Organization

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

func CityFoldEqualFold added in v1.16.0

func CityFoldEqualFold(v string) predicate.Organization

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

func CityFoldGT added in v1.16.0

func CityFoldGT(v string) predicate.Organization

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

func CityFoldGTE added in v1.16.0

func CityFoldGTE(v string) predicate.Organization

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

func CityFoldHasPrefix added in v1.16.0

func CityFoldHasPrefix(v string) predicate.Organization

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

func CityFoldHasSuffix added in v1.16.0

func CityFoldHasSuffix(v string) predicate.Organization

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

func CityFoldIn added in v1.16.0

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

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

func CityFoldIsNil added in v1.16.0

func CityFoldIsNil() predicate.Organization

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

func CityFoldLT added in v1.16.0

func CityFoldLT(v string) predicate.Organization

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

func CityFoldLTE added in v1.16.0

func CityFoldLTE(v string) predicate.Organization

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

func CityFoldNEQ added in v1.16.0

func CityFoldNEQ(v string) predicate.Organization

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

func CityFoldNotIn added in v1.16.0

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

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

func CityFoldNotNil added in v1.16.0

func CityFoldNotNil() predicate.Organization

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

func CityGT

func CityGT(v string) predicate.Organization

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

func CityGTE

func CityGTE(v string) predicate.Organization

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

func CityHasPrefix

func CityHasPrefix(v string) predicate.Organization

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

func CityHasSuffix

func CityHasSuffix(v string) predicate.Organization

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

func CityIn

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

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

func CityIsNil

func CityIsNil() predicate.Organization

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

func CityLT

func CityLT(v string) predicate.Organization

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

func CityLTE

func CityLTE(v string) predicate.Organization

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

func CityNEQ

func CityNEQ(v string) predicate.Organization

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

func CityNotIn

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

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

func CityNotNil

func CityNotNil() predicate.Organization

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

func Country

func Country(v string) predicate.Organization

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

func CountryContains

func CountryContains(v string) predicate.Organization

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

func CountryContainsFold

func CountryContainsFold(v string) predicate.Organization

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

func CountryEQ

func CountryEQ(v string) predicate.Organization

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

func CountryEqualFold

func CountryEqualFold(v string) predicate.Organization

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

func CountryGT

func CountryGT(v string) predicate.Organization

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

func CountryGTE

func CountryGTE(v string) predicate.Organization

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

func CountryHasPrefix

func CountryHasPrefix(v string) predicate.Organization

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

func CountryHasSuffix

func CountryHasSuffix(v string) predicate.Organization

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

func CountryIn

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

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

func CountryIsNil

func CountryIsNil() predicate.Organization

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

func CountryLT

func CountryLT(v string) predicate.Organization

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

func CountryLTE

func CountryLTE(v string) predicate.Organization

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

func CountryNEQ

func CountryNEQ(v string) predicate.Organization

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

func CountryNotIn

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

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

func CountryNotNil

func CountryNotNil() predicate.Organization

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

func Created

func Created(v time.Time) predicate.Organization

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

func CreatedEQ

func CreatedEQ(v time.Time) predicate.Organization

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

func CreatedGT

func CreatedGT(v time.Time) predicate.Organization

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

func CreatedGTE

func CreatedGTE(v time.Time) predicate.Organization

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

func CreatedIn

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

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

func CreatedLT

func CreatedLT(v time.Time) predicate.Organization

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

func CreatedLTE

func CreatedLTE(v time.Time) predicate.Organization

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

func CreatedNEQ

func CreatedNEQ(v time.Time) predicate.Organization

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

func CreatedNotIn

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

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

func Floor

func Floor(v string) predicate.Organization

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

func FloorContains

func FloorContains(v string) predicate.Organization

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

func FloorContainsFold

func FloorContainsFold(v string) predicate.Organization

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

func FloorEQ

func FloorEQ(v string) predicate.Organization

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

func FloorEqualFold

func FloorEqualFold(v string) predicate.Organization

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

func FloorGT

func FloorGT(v string) predicate.Organization

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

func FloorGTE

func FloorGTE(v string) predicate.Organization

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

func FloorHasPrefix

func FloorHasPrefix(v string) predicate.Organization

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

func FloorHasSuffix

func FloorHasSuffix(v string) predicate.Organization

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

func FloorIn

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

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

func FloorIsNil

func FloorIsNil() predicate.Organization

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

func FloorLT

func FloorLT(v string) predicate.Organization

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

func FloorLTE

func FloorLTE(v string) predicate.Organization

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

func FloorNEQ

func FloorNEQ(v string) predicate.Organization

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

func FloorNotIn

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

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

func FloorNotNil

func FloorNotNil() predicate.Organization

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

func HasCampuses

func HasCampuses() predicate.Organization

HasCampuses applies the HasEdge predicate on the "campuses" edge.

func HasCampusesWith

func HasCampusesWith(preds ...predicate.Campus) predicate.Organization

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

func HasCarriers

func HasCarriers() predicate.Organization

HasCarriers applies the HasEdge predicate on the "carriers" edge.

func HasCarriersWith

func HasCarriersWith(preds ...predicate.Carrier) predicate.Organization

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

func HasFacilities

func HasFacilities() predicate.Organization

HasFacilities applies the HasEdge predicate on the "facilities" edge.

func HasFacilitiesWith

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

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

func HasInternetExchanges

func HasInternetExchanges() predicate.Organization

HasInternetExchanges applies the HasEdge predicate on the "internet_exchanges" edge.

func HasInternetExchangesWith

func HasInternetExchangesWith(preds ...predicate.InternetExchange) predicate.Organization

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

func HasNetworks

func HasNetworks() predicate.Organization

HasNetworks applies the HasEdge predicate on the "networks" edge.

func HasNetworksWith

func HasNetworksWith(preds ...predicate.Network) predicate.Organization

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

func ID

func ID(id int) predicate.Organization

ID filters vertices based on their ID field.

func IDEQ

func IDEQ(id int) predicate.Organization

IDEQ applies the EQ predicate on the ID field.

func IDGT

func IDGT(id int) predicate.Organization

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id int) predicate.Organization

IDGTE applies the GTE predicate on the ID field.

func IDIn

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

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id int) predicate.Organization

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id int) predicate.Organization

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id int) predicate.Organization

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

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

IDNotIn applies the NotIn predicate on the ID field.

func Latitude

func Latitude(v float64) predicate.Organization

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

func LatitudeEQ

func LatitudeEQ(v float64) predicate.Organization

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

func LatitudeGT

func LatitudeGT(v float64) predicate.Organization

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

func LatitudeGTE

func LatitudeGTE(v float64) predicate.Organization

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

func LatitudeIn

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

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

func LatitudeIsNil

func LatitudeIsNil() predicate.Organization

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

func LatitudeLT

func LatitudeLT(v float64) predicate.Organization

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

func LatitudeLTE

func LatitudeLTE(v float64) predicate.Organization

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

func LatitudeNEQ

func LatitudeNEQ(v float64) predicate.Organization

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

func LatitudeNotIn

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

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

func LatitudeNotNil

func LatitudeNotNil() predicate.Organization

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

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

func LogoContains

func LogoContains(v string) predicate.Organization

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

func LogoContainsFold

func LogoContainsFold(v string) predicate.Organization

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

func LogoEQ

func LogoEQ(v string) predicate.Organization

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

func LogoEqualFold

func LogoEqualFold(v string) predicate.Organization

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

func LogoGT

func LogoGT(v string) predicate.Organization

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

func LogoGTE

func LogoGTE(v string) predicate.Organization

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

func LogoHasPrefix

func LogoHasPrefix(v string) predicate.Organization

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

func LogoHasSuffix

func LogoHasSuffix(v string) predicate.Organization

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

func LogoIn

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

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

func LogoIsNil

func LogoIsNil() predicate.Organization

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

func LogoLT

func LogoLT(v string) predicate.Organization

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

func LogoLTE

func LogoLTE(v string) predicate.Organization

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

func LogoNEQ

func LogoNEQ(v string) predicate.Organization

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

func LogoNotIn

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

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

func LogoNotNil

func LogoNotNil() predicate.Organization

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

func Longitude

func Longitude(v float64) predicate.Organization

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

func LongitudeEQ

func LongitudeEQ(v float64) predicate.Organization

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

func LongitudeGT

func LongitudeGT(v float64) predicate.Organization

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

func LongitudeGTE

func LongitudeGTE(v float64) predicate.Organization

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

func LongitudeIn

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

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

func LongitudeIsNil

func LongitudeIsNil() predicate.Organization

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

func LongitudeLT

func LongitudeLT(v float64) predicate.Organization

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

func LongitudeLTE

func LongitudeLTE(v float64) predicate.Organization

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

func LongitudeNEQ

func LongitudeNEQ(v float64) predicate.Organization

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

func LongitudeNotIn

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

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

func LongitudeNotNil

func LongitudeNotNil() predicate.Organization

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

func Name

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

func NameContains

func NameContains(v string) predicate.Organization

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

func NameContainsFold

func NameContainsFold(v string) predicate.Organization

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

func NameEQ

func NameEQ(v string) predicate.Organization

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

func NameEqualFold

func NameEqualFold(v string) predicate.Organization

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

func NameFold added in v1.16.0

func NameFold(v string) predicate.Organization

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.Organization

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

func NameFoldContainsFold added in v1.16.0

func NameFoldContainsFold(v string) predicate.Organization

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

func NameFoldEQ added in v1.16.0

func NameFoldEQ(v string) predicate.Organization

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

func NameFoldEqualFold added in v1.16.0

func NameFoldEqualFold(v string) predicate.Organization

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

func NameFoldGT added in v1.16.0

func NameFoldGT(v string) predicate.Organization

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

func NameFoldGTE added in v1.16.0

func NameFoldGTE(v string) predicate.Organization

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

func NameFoldHasPrefix added in v1.16.0

func NameFoldHasPrefix(v string) predicate.Organization

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

func NameFoldHasSuffix added in v1.16.0

func NameFoldHasSuffix(v string) predicate.Organization

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

func NameFoldIn added in v1.16.0

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

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

func NameFoldIsNil added in v1.16.0

func NameFoldIsNil() predicate.Organization

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

func NameFoldLT added in v1.16.0

func NameFoldLT(v string) predicate.Organization

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

func NameFoldLTE added in v1.16.0

func NameFoldLTE(v string) predicate.Organization

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

func NameFoldNEQ added in v1.16.0

func NameFoldNEQ(v string) predicate.Organization

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

func NameFoldNotIn added in v1.16.0

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

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

func NameFoldNotNil added in v1.16.0

func NameFoldNotNil() predicate.Organization

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

func NameGT

func NameGT(v string) predicate.Organization

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

func NameGTE

func NameGTE(v string) predicate.Organization

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

func NameHasPrefix

func NameHasPrefix(v string) predicate.Organization

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

func NameHasSuffix

func NameHasSuffix(v string) predicate.Organization

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

func NameIn

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

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

func NameLT

func NameLT(v string) predicate.Organization

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

func NameLTE

func NameLTE(v string) predicate.Organization

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

func NameLong

func NameLong(v string) predicate.Organization

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

func NameLongContains

func NameLongContains(v string) predicate.Organization

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

func NameLongContainsFold

func NameLongContainsFold(v string) predicate.Organization

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

func NameLongEQ

func NameLongEQ(v string) predicate.Organization

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

func NameLongEqualFold

func NameLongEqualFold(v string) predicate.Organization

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

func NameLongGT

func NameLongGT(v string) predicate.Organization

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

func NameLongGTE

func NameLongGTE(v string) predicate.Organization

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

func NameLongHasPrefix

func NameLongHasPrefix(v string) predicate.Organization

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

func NameLongHasSuffix

func NameLongHasSuffix(v string) predicate.Organization

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

func NameLongIn

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

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

func NameLongIsNil

func NameLongIsNil() predicate.Organization

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

func NameLongLT

func NameLongLT(v string) predicate.Organization

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

func NameLongLTE

func NameLongLTE(v string) predicate.Organization

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

func NameLongNEQ

func NameLongNEQ(v string) predicate.Organization

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

func NameLongNotIn

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

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

func NameLongNotNil

func NameLongNotNil() predicate.Organization

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

func NameNEQ

func NameNEQ(v string) predicate.Organization

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

func NameNotIn

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

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

func Not

Not applies the not operator on the given predicate.

func Notes

func Notes(v string) predicate.Organization

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

func NotesContains

func NotesContains(v string) predicate.Organization

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

func NotesContainsFold

func NotesContainsFold(v string) predicate.Organization

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

func NotesEQ

func NotesEQ(v string) predicate.Organization

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

func NotesEqualFold

func NotesEqualFold(v string) predicate.Organization

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

func NotesGT

func NotesGT(v string) predicate.Organization

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

func NotesGTE

func NotesGTE(v string) predicate.Organization

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

func NotesHasPrefix

func NotesHasPrefix(v string) predicate.Organization

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

func NotesHasSuffix

func NotesHasSuffix(v string) predicate.Organization

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

func NotesIn

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

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

func NotesIsNil

func NotesIsNil() predicate.Organization

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

func NotesLT

func NotesLT(v string) predicate.Organization

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

func NotesLTE

func NotesLTE(v string) predicate.Organization

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

func NotesNEQ

func NotesNEQ(v string) predicate.Organization

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

func NotesNotIn

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

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

func NotesNotNil

func NotesNotNil() predicate.Organization

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

func Or

func Or(predicates ...predicate.Organization) predicate.Organization

Or groups predicates with the OR operator between them.

func SocialMediaIsNil

func SocialMediaIsNil() predicate.Organization

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

func SocialMediaNotNil

func SocialMediaNotNil() predicate.Organization

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

func State

func State(v string) predicate.Organization

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

func StateContains

func StateContains(v string) predicate.Organization

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

func StateContainsFold

func StateContainsFold(v string) predicate.Organization

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

func StateEQ

func StateEQ(v string) predicate.Organization

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

func StateEqualFold

func StateEqualFold(v string) predicate.Organization

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

func StateGT

func StateGT(v string) predicate.Organization

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

func StateGTE

func StateGTE(v string) predicate.Organization

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

func StateHasPrefix

func StateHasPrefix(v string) predicate.Organization

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

func StateHasSuffix

func StateHasSuffix(v string) predicate.Organization

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

func StateIn

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

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

func StateIsNil

func StateIsNil() predicate.Organization

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

func StateLT

func StateLT(v string) predicate.Organization

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

func StateLTE

func StateLTE(v string) predicate.Organization

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

func StateNEQ

func StateNEQ(v string) predicate.Organization

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

func StateNotIn

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

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

func StateNotNil

func StateNotNil() predicate.Organization

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

func Status

func Status(v string) predicate.Organization

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

func StatusContains

func StatusContains(v string) predicate.Organization

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

func StatusContainsFold

func StatusContainsFold(v string) predicate.Organization

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

func StatusEQ

func StatusEQ(v string) predicate.Organization

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

func StatusEqualFold

func StatusEqualFold(v string) predicate.Organization

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

func StatusGT

func StatusGT(v string) predicate.Organization

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

func StatusGTE

func StatusGTE(v string) predicate.Organization

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

func StatusHasPrefix

func StatusHasPrefix(v string) predicate.Organization

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

func StatusHasSuffix

func StatusHasSuffix(v string) predicate.Organization

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

func StatusIn

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

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

func StatusLT

func StatusLT(v string) predicate.Organization

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

func StatusLTE

func StatusLTE(v string) predicate.Organization

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

func StatusNEQ

func StatusNEQ(v string) predicate.Organization

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

func StatusNotIn

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

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

func Suite

func Suite(v string) predicate.Organization

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

func SuiteContains

func SuiteContains(v string) predicate.Organization

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

func SuiteContainsFold

func SuiteContainsFold(v string) predicate.Organization

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

func SuiteEQ

func SuiteEQ(v string) predicate.Organization

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

func SuiteEqualFold

func SuiteEqualFold(v string) predicate.Organization

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

func SuiteGT

func SuiteGT(v string) predicate.Organization

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

func SuiteGTE

func SuiteGTE(v string) predicate.Organization

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

func SuiteHasPrefix

func SuiteHasPrefix(v string) predicate.Organization

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

func SuiteHasSuffix

func SuiteHasSuffix(v string) predicate.Organization

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

func SuiteIn

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

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

func SuiteIsNil

func SuiteIsNil() predicate.Organization

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

func SuiteLT

func SuiteLT(v string) predicate.Organization

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

func SuiteLTE

func SuiteLTE(v string) predicate.Organization

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

func SuiteNEQ

func SuiteNEQ(v string) predicate.Organization

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

func SuiteNotIn

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

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

func SuiteNotNil

func SuiteNotNil() predicate.Organization

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

func Updated

func Updated(v time.Time) predicate.Organization

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

func UpdatedEQ

func UpdatedEQ(v time.Time) predicate.Organization

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

func UpdatedGT

func UpdatedGT(v time.Time) predicate.Organization

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

func UpdatedGTE

func UpdatedGTE(v time.Time) predicate.Organization

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

func UpdatedIn

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

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

func UpdatedLT

func UpdatedLT(v time.Time) predicate.Organization

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

func UpdatedLTE

func UpdatedLTE(v time.Time) predicate.Organization

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

func UpdatedNEQ

func UpdatedNEQ(v time.Time) predicate.Organization

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

func UpdatedNotIn

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

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.Organization

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

func WebsiteContains

func WebsiteContains(v string) predicate.Organization

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

func WebsiteContainsFold

func WebsiteContainsFold(v string) predicate.Organization

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

func WebsiteEQ

func WebsiteEQ(v string) predicate.Organization

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

func WebsiteEqualFold

func WebsiteEqualFold(v string) predicate.Organization

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

func WebsiteGT

func WebsiteGT(v string) predicate.Organization

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

func WebsiteGTE

func WebsiteGTE(v string) predicate.Organization

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

func WebsiteHasPrefix

func WebsiteHasPrefix(v string) predicate.Organization

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

func WebsiteHasSuffix

func WebsiteHasSuffix(v string) predicate.Organization

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

func WebsiteIn

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

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

func WebsiteIsNil

func WebsiteIsNil() predicate.Organization

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

func WebsiteLT

func WebsiteLT(v string) predicate.Organization

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

func WebsiteLTE

func WebsiteLTE(v string) predicate.Organization

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

func WebsiteNEQ

func WebsiteNEQ(v string) predicate.Organization

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

func WebsiteNotIn

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

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

func WebsiteNotNil

func WebsiteNotNil() predicate.Organization

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

func Zipcode

func Zipcode(v string) predicate.Organization

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

func ZipcodeContains

func ZipcodeContains(v string) predicate.Organization

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

func ZipcodeContainsFold

func ZipcodeContainsFold(v string) predicate.Organization

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

func ZipcodeEQ

func ZipcodeEQ(v string) predicate.Organization

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

func ZipcodeEqualFold

func ZipcodeEqualFold(v string) predicate.Organization

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

func ZipcodeGT

func ZipcodeGT(v string) predicate.Organization

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

func ZipcodeGTE

func ZipcodeGTE(v string) predicate.Organization

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

func ZipcodeHasPrefix

func ZipcodeHasPrefix(v string) predicate.Organization

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

func ZipcodeHasSuffix

func ZipcodeHasSuffix(v string) predicate.Organization

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

func ZipcodeIn

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

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

func ZipcodeIsNil

func ZipcodeIsNil() predicate.Organization

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

func ZipcodeLT

func ZipcodeLT(v string) predicate.Organization

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

func ZipcodeLTE

func ZipcodeLTE(v string) predicate.Organization

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

func ZipcodeNEQ

func ZipcodeNEQ(v string) predicate.Organization

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

func ZipcodeNotIn

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

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

func ZipcodeNotNil

func ZipcodeNotNil() predicate.Organization

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

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the Organization 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 ByCampuses

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

ByCampuses orders the results by campuses terms.

func ByCampusesCount

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

ByCampusesCount orders the results by campuses count.

func ByCarriers

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

ByCarriers orders the results by carriers terms.

func ByCarriersCount

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

ByCarriersCount orders the results by carriers 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 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 ByFacilities

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

ByFacilities orders the results by facilities terms.

func ByFacilitiesCount

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

ByFacilitiesCount orders the results by facilities count.

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 ByInternetExchanges

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

ByInternetExchanges orders the results by internet_exchanges terms.

func ByInternetExchangesCount

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

ByInternetExchangesCount orders the results by internet_exchanges 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 ByNetworks

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

ByNetworks orders the results by networks terms.

func ByNetworksCount

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

ByNetworksCount orders the results by networks count.

func ByNotes

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

ByNotes orders the results by the notes 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 BySuite

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

BySuite orders the results by the suite 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