rent591homedetailpositionround

package
v0.0.0-...-8064f01 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the rent591homedetailpositionround type in the database.
	Label = "rent591home_detail_position_round"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldTitle holds the string denoting the title field in the database.
	FieldTitle = "title"
	// FieldKey holds the string denoting the key field in the database.
	FieldKey = "key"
	// FieldActive holds the string denoting the active field in the database.
	FieldActive = "active"
	// FieldCommunityName holds the string denoting the community_name field in the database.
	FieldCommunityName = "community_name"
	// FieldCommunityID holds the string denoting the community_id field in the database.
	FieldCommunityID = "community_id"
	// FieldAddress holds the string denoting the address field in the database.
	FieldAddress = "address"
	// FieldLat holds the string denoting the lat field in the database.
	FieldLat = "lat"
	// FieldLng holds the string denoting the lng field in the database.
	FieldLng = "lng"
	// EdgeRent591homeDetails holds the string denoting the rent591home_details edge name in mutations.
	EdgeRent591homeDetails = "rent591home_details"
	// EdgeRent591homeDetailPositionRoundDatas holds the string denoting the rent591home_detail_position_round_datas edge name in mutations.
	EdgeRent591homeDetailPositionRoundDatas = "rent591home_detail_position_round_datas"
	// Table holds the table name of the rent591homedetailpositionround in the database.
	Table = "rent591home_detail_position_rounds"
	// Rent591homeDetailsTable is the table that holds the rent591home_details relation/edge.
	Rent591homeDetailsTable = "rent591home_detail_position_rounds"
	// Rent591homeDetailsInverseTable is the table name for the Rent591HomeDetail entity.
	// It exists in this package in order to avoid circular dependency with the "rent591homedetail" package.
	Rent591homeDetailsInverseTable = "rent591home_details"
	// Rent591homeDetailsColumn is the table column denoting the rent591home_details relation/edge.
	Rent591homeDetailsColumn = "rent591home_detail_rent591home_detail_position_rounds"
	// Rent591homeDetailPositionRoundDatasTable is the table that holds the rent591home_detail_position_round_datas relation/edge. The primary key declared below.
	Rent591homeDetailPositionRoundDatasTable = "rent591home_d_p_r_rent591home_d_p_r_ds"
	// Rent591homeDetailPositionRoundDatasInverseTable is the table name for the Rent591HomeDetailPositionRoundData entity.
	// It exists in this package in order to avoid circular dependency with the "rent591homedetailpositionrounddata" package.
	Rent591homeDetailPositionRoundDatasInverseTable = "rent591home_detail_position_round_data"
)

Variables

Columns holds all SQL columns for rent591homedetailpositionround fields.

View Source
var ForeignKeys = []string{
	"rent591home_detail_rent591home_detail_position_rounds",
}

ForeignKeys holds the SQL foreign-keys that are owned by the "rent591home_detail_position_rounds" table and are not defined as standalone fields in the schema.

View Source
var (
	// Rent591homeDetailPositionRoundDatasPrimaryKey and Rent591homeDetailPositionRoundDatasColumn2 are the table columns denoting the
	// primary key for the rent591home_detail_position_round_datas relation (M2M).
	Rent591homeDetailPositionRoundDatasPrimaryKey = []string{"rent591home_detail_position_round_id", "rent591home_detail_position_round_data_id"}
)

Functions

func Active

Active applies equality check predicate on the "active" field. It's identical to ActiveEQ.

func ActiveEQ

ActiveEQ applies the EQ predicate on the "active" field.

func ActiveGT

ActiveGT applies the GT predicate on the "active" field.

func ActiveGTE

ActiveGTE applies the GTE predicate on the "active" field.

func ActiveIn

ActiveIn applies the In predicate on the "active" field.

func ActiveLT

ActiveLT applies the LT predicate on the "active" field.

func ActiveLTE

ActiveLTE applies the LTE predicate on the "active" field.

func ActiveNEQ

ActiveNEQ applies the NEQ predicate on the "active" field.

func ActiveNotIn

func ActiveNotIn(vs ...int) predicate.Rent591HomeDetailPositionRound

ActiveNotIn applies the NotIn predicate on the "active" field.

func Address

Address applies equality check predicate on the "address" field. It's identical to AddressEQ.

func AddressContains

AddressContains applies the Contains predicate on the "address" field.

func AddressContainsFold

func AddressContainsFold(v string) predicate.Rent591HomeDetailPositionRound

AddressContainsFold applies the ContainsFold predicate on the "address" field.

func AddressEQ

AddressEQ applies the EQ predicate on the "address" field.

func AddressEqualFold

AddressEqualFold applies the EqualFold predicate on the "address" field.

func AddressGT

AddressGT applies the GT predicate on the "address" field.

func AddressGTE

AddressGTE applies the GTE predicate on the "address" field.

func AddressHasPrefix

AddressHasPrefix applies the HasPrefix predicate on the "address" field.

func AddressHasSuffix

AddressHasSuffix applies the HasSuffix predicate on the "address" field.

func AddressIn

AddressIn applies the In predicate on the "address" field.

func AddressLT

AddressLT applies the LT predicate on the "address" field.

func AddressLTE

AddressLTE applies the LTE predicate on the "address" field.

func AddressNEQ

AddressNEQ applies the NEQ predicate on the "address" field.

func AddressNotIn

AddressNotIn applies the NotIn predicate on the "address" field.

func And

And groups predicates with the AND operator between them.

func CommunityID

CommunityID applies equality check predicate on the "community_id" field. It's identical to CommunityIDEQ.

func CommunityIDEQ

CommunityIDEQ applies the EQ predicate on the "community_id" field.

func CommunityIDGT

CommunityIDGT applies the GT predicate on the "community_id" field.

func CommunityIDGTE

CommunityIDGTE applies the GTE predicate on the "community_id" field.

func CommunityIDIn

func CommunityIDIn(vs ...int) predicate.Rent591HomeDetailPositionRound

CommunityIDIn applies the In predicate on the "community_id" field.

func CommunityIDLT

CommunityIDLT applies the LT predicate on the "community_id" field.

func CommunityIDLTE

CommunityIDLTE applies the LTE predicate on the "community_id" field.

func CommunityIDNEQ

CommunityIDNEQ applies the NEQ predicate on the "community_id" field.

func CommunityIDNotIn

func CommunityIDNotIn(vs ...int) predicate.Rent591HomeDetailPositionRound

CommunityIDNotIn applies the NotIn predicate on the "community_id" field.

func CommunityName

CommunityName applies equality check predicate on the "community_name" field. It's identical to CommunityNameEQ.

func CommunityNameContains

func CommunityNameContains(v string) predicate.Rent591HomeDetailPositionRound

CommunityNameContains applies the Contains predicate on the "community_name" field.

func CommunityNameContainsFold

func CommunityNameContainsFold(v string) predicate.Rent591HomeDetailPositionRound

CommunityNameContainsFold applies the ContainsFold predicate on the "community_name" field.

func CommunityNameEQ

CommunityNameEQ applies the EQ predicate on the "community_name" field.

func CommunityNameEqualFold

func CommunityNameEqualFold(v string) predicate.Rent591HomeDetailPositionRound

CommunityNameEqualFold applies the EqualFold predicate on the "community_name" field.

func CommunityNameGT

CommunityNameGT applies the GT predicate on the "community_name" field.

func CommunityNameGTE

CommunityNameGTE applies the GTE predicate on the "community_name" field.

func CommunityNameHasPrefix

func CommunityNameHasPrefix(v string) predicate.Rent591HomeDetailPositionRound

CommunityNameHasPrefix applies the HasPrefix predicate on the "community_name" field.

func CommunityNameHasSuffix

func CommunityNameHasSuffix(v string) predicate.Rent591HomeDetailPositionRound

CommunityNameHasSuffix applies the HasSuffix predicate on the "community_name" field.

func CommunityNameIn

func CommunityNameIn(vs ...string) predicate.Rent591HomeDetailPositionRound

CommunityNameIn applies the In predicate on the "community_name" field.

func CommunityNameLT

CommunityNameLT applies the LT predicate on the "community_name" field.

func CommunityNameLTE

CommunityNameLTE applies the LTE predicate on the "community_name" field.

func CommunityNameNEQ

CommunityNameNEQ applies the NEQ predicate on the "community_name" field.

func CommunityNameNotIn

func CommunityNameNotIn(vs ...string) predicate.Rent591HomeDetailPositionRound

CommunityNameNotIn applies the NotIn predicate on the "community_name" field.

func HasRent591homeDetailPositionRoundDatas

func HasRent591homeDetailPositionRoundDatas() predicate.Rent591HomeDetailPositionRound

HasRent591homeDetailPositionRoundDatas applies the HasEdge predicate on the "rent591home_detail_position_round_datas" edge.

func HasRent591homeDetailPositionRoundDatasWith

func HasRent591homeDetailPositionRoundDatasWith(preds ...predicate.Rent591HomeDetailPositionRoundData) predicate.Rent591HomeDetailPositionRound

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

func HasRent591homeDetails

func HasRent591homeDetails() predicate.Rent591HomeDetailPositionRound

HasRent591homeDetails applies the HasEdge predicate on the "rent591home_details" edge.

func HasRent591homeDetailsWith

func HasRent591homeDetailsWith(preds ...predicate.Rent591HomeDetail) predicate.Rent591HomeDetailPositionRound

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

func ID

ID filters vertices based on their ID field.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDGT

IDGT applies the GT predicate on the ID field.

func IDGTE

IDGTE applies the GTE predicate on the ID field.

func IDIn

IDIn applies the In predicate on the ID field.

func IDLT

IDLT applies the LT predicate on the ID field.

func IDLTE

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

IDNotIn applies the NotIn predicate on the ID field.

func Key

Key applies equality check predicate on the "key" field. It's identical to KeyEQ.

func KeyContains

KeyContains applies the Contains predicate on the "key" field.

func KeyContainsFold

KeyContainsFold applies the ContainsFold predicate on the "key" field.

func KeyEQ

KeyEQ applies the EQ predicate on the "key" field.

func KeyEqualFold

KeyEqualFold applies the EqualFold predicate on the "key" field.

func KeyGT

KeyGT applies the GT predicate on the "key" field.

func KeyGTE

KeyGTE applies the GTE predicate on the "key" field.

func KeyHasPrefix

KeyHasPrefix applies the HasPrefix predicate on the "key" field.

func KeyHasSuffix

KeyHasSuffix applies the HasSuffix predicate on the "key" field.

func KeyIn

KeyIn applies the In predicate on the "key" field.

func KeyLT

KeyLT applies the LT predicate on the "key" field.

func KeyLTE

KeyLTE applies the LTE predicate on the "key" field.

func KeyNEQ

KeyNEQ applies the NEQ predicate on the "key" field.

func KeyNotIn

KeyNotIn applies the NotIn predicate on the "key" field.

func Lat

Lat applies equality check predicate on the "lat" field. It's identical to LatEQ.

func LatEQ

LatEQ applies the EQ predicate on the "lat" field.

func LatGT

LatGT applies the GT predicate on the "lat" field.

func LatGTE

LatGTE applies the GTE predicate on the "lat" field.

func LatIn

LatIn applies the In predicate on the "lat" field.

func LatLT

LatLT applies the LT predicate on the "lat" field.

func LatLTE

LatLTE applies the LTE predicate on the "lat" field.

func LatNEQ

LatNEQ applies the NEQ predicate on the "lat" field.

func LatNotIn

LatNotIn applies the NotIn predicate on the "lat" field.

func Lng

Lng applies equality check predicate on the "lng" field. It's identical to LngEQ.

func LngEQ

LngEQ applies the EQ predicate on the "lng" field.

func LngGT

LngGT applies the GT predicate on the "lng" field.

func LngGTE

LngGTE applies the GTE predicate on the "lng" field.

func LngIn

LngIn applies the In predicate on the "lng" field.

func LngLT

LngLT applies the LT predicate on the "lng" field.

func LngLTE

LngLTE applies the LTE predicate on the "lng" field.

func LngNEQ

LngNEQ applies the NEQ predicate on the "lng" field.

func LngNotIn

LngNotIn applies the NotIn predicate on the "lng" field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func Title

Title applies equality check predicate on the "title" field. It's identical to TitleEQ.

func TitleContains

TitleContains applies the Contains predicate on the "title" field.

func TitleContainsFold

func TitleContainsFold(v string) predicate.Rent591HomeDetailPositionRound

TitleContainsFold applies the ContainsFold predicate on the "title" field.

func TitleEQ

TitleEQ applies the EQ predicate on the "title" field.

func TitleEqualFold

TitleEqualFold applies the EqualFold predicate on the "title" field.

func TitleGT

TitleGT applies the GT predicate on the "title" field.

func TitleGTE

TitleGTE applies the GTE predicate on the "title" field.

func TitleHasPrefix

TitleHasPrefix applies the HasPrefix predicate on the "title" field.

func TitleHasSuffix

TitleHasSuffix applies the HasSuffix predicate on the "title" field.

func TitleIn

TitleIn applies the In predicate on the "title" field.

func TitleLT

TitleLT applies the LT predicate on the "title" field.

func TitleLTE

TitleLTE applies the LTE predicate on the "title" field.

func TitleNEQ

TitleNEQ applies the NEQ predicate on the "title" field.

func TitleNotIn

TitleNotIn applies the NotIn predicate on the "title" field.

func ValidColumn

func ValidColumn(column string) bool

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

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the Rent591HomeDetailPositionRound queries.

func ByActive

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

ByActive orders the results by the active field.

func ByAddress

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

ByAddress orders the results by the address field.

func ByCommunityID

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

ByCommunityID orders the results by the community_id field.

func ByCommunityName

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

ByCommunityName orders the results by the community_name field.

func ByID

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

ByID orders the results by the id field.

func ByKey

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

ByKey orders the results by the key field.

func ByLat

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

ByLat orders the results by the lat field.

func ByLng

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

ByLng orders the results by the lng field.

func ByRent591homeDetailPositionRoundDatas

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

ByRent591homeDetailPositionRoundDatas orders the results by rent591home_detail_position_round_datas terms.

func ByRent591homeDetailPositionRoundDatasCount

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

ByRent591homeDetailPositionRoundDatasCount orders the results by rent591home_detail_position_round_datas count.

func ByRent591homeDetailsField

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

ByRent591homeDetailsField orders the results by rent591home_details field.

func ByTitle

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

ByTitle orders the results by the title field.

Jump to

Keyboard shortcuts

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