rent591home

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: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the rent591home type in the database.
	Label = "rent591home"
	// 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"
	// FieldType holds the string denoting the type field in the database.
	FieldType = "type"
	// FieldPostID holds the string denoting the post_id field in the database.
	FieldPostID = "post_id"
	// FieldKindName holds the string denoting the kind_name field in the database.
	FieldKindName = "kind_name"
	// FieldRoomStr holds the string denoting the room_str field in the database.
	FieldRoomStr = "room_str"
	// FieldFloorStr holds the string denoting the floor_str field in the database.
	FieldFloorStr = "floor_str"
	// FieldCommunity holds the string denoting the community field in the database.
	FieldCommunity = "community"
	// FieldPrice holds the string denoting the price field in the database.
	FieldPrice = "price"
	// FieldPriceUnit holds the string denoting the price_unit field in the database.
	FieldPriceUnit = "price_unit"
	// FieldPhotoList holds the string denoting the photo_list field in the database.
	FieldPhotoList = "photo_list"
	// FieldRegionName holds the string denoting the region_name field in the database.
	FieldRegionName = "region_name"
	// FieldSectionName holds the string denoting the section_name field in the database.
	FieldSectionName = "section_name"
	// FieldStreetName holds the string denoting the street_name field in the database.
	FieldStreetName = "street_name"
	// FieldLocation holds the string denoting the location field in the database.
	FieldLocation = "location"
	// FieldArea holds the string denoting the area field in the database.
	FieldArea = "area"
	// FieldRoleName holds the string denoting the role_name field in the database.
	FieldRoleName = "role_name"
	// FieldContact holds the string denoting the contact field in the database.
	FieldContact = "contact"
	// FieldRefreshTime holds the string denoting the refresh_time field in the database.
	FieldRefreshTime = "refresh_time"
	// FieldYesterdayHit holds the string denoting the yesterday_hit field in the database.
	FieldYesterdayHit = "yesterday_hit"
	// FieldIsVip holds the string denoting the is_vip field in the database.
	FieldIsVip = "is_vip"
	// FieldIsCombine holds the string denoting the is_combine field in the database.
	FieldIsCombine = "is_combine"
	// FieldHurry holds the string denoting the hurry field in the database.
	FieldHurry = "hurry"
	// FieldIsSocial holds the string denoting the is_social field in the database.
	FieldIsSocial = "is_social"
	// FieldDiscountPriceStr holds the string denoting the discount_price_str field in the database.
	FieldDiscountPriceStr = "discount_price_str"
	// FieldCasesID holds the string denoting the cases_id field in the database.
	FieldCasesID = "cases_id"
	// FieldIsVideo holds the string denoting the is_video field in the database.
	FieldIsVideo = "is_video"
	// FieldPreferred holds the string denoting the preferred field in the database.
	FieldPreferred = "preferred"
	// FieldCid holds the string denoting the cid field in the database.
	FieldCid = "cid"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// FieldUpdatedAt holds the string denoting the updated_at field in the database.
	FieldUpdatedAt = "updated_at"
	// EdgeRent591homeTags holds the string denoting the rent591home_tags edge name in mutations.
	EdgeRent591homeTags = "rent591home_tags"
	// EdgeRent591homeSurroundings holds the string denoting the rent591home_surroundings edge name in mutations.
	EdgeRent591homeSurroundings = "rent591home_surroundings"
	// EdgeRent591homeDetails holds the string denoting the rent591home_details edge name in mutations.
	EdgeRent591homeDetails = "rent591home_details"
	// Table holds the table name of the rent591home in the database.
	Table = "rent591homes"
	// Rent591homeTagsTable is the table that holds the rent591home_tags relation/edge. The primary key declared below.
	Rent591homeTagsTable = "rent591home_tag_rent591homes"
	// Rent591homeTagsInverseTable is the table name for the Rent591HomeTag entity.
	// It exists in this package in order to avoid circular dependency with the "rent591hometag" package.
	Rent591homeTagsInverseTable = "rent591home_tags"
	// Rent591homeSurroundingsTable is the table that holds the rent591home_surroundings relation/edge.
	Rent591homeSurroundingsTable = "rent591home_surroundings"
	// Rent591homeSurroundingsInverseTable is the table name for the Rent591HomeSurrounding entity.
	// It exists in this package in order to avoid circular dependency with the "rent591homesurrounding" package.
	Rent591homeSurroundingsInverseTable = "rent591home_surroundings"
	// Rent591homeSurroundingsColumn is the table column denoting the rent591home_surroundings relation/edge.
	Rent591homeSurroundingsColumn = "rent591home_rent591home_surroundings"
	// Rent591homeDetailsTable is the table that holds the rent591home_details relation/edge.
	Rent591homeDetailsTable = "rent591home_details"
	// 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_rent591home_details"
)

Variables

View Source
var (
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
)

Columns holds all SQL columns for rent591home fields.

View Source
var (
	// Rent591homeTagsPrimaryKey and Rent591homeTagsColumn2 are the table columns denoting the
	// primary key for the rent591home_tags relation (M2M).
	Rent591homeTagsPrimaryKey = []string{"rent591home_tag_id", "rent591home_id"}
)

Functions

func And

func And(predicates ...predicate.Rent591Home) predicate.Rent591Home

And groups predicates with the AND operator between them.

func Area

Area applies equality check predicate on the "area" field. It's identical to AreaEQ.

func AreaContains

func AreaContains(v string) predicate.Rent591Home

AreaContains applies the Contains predicate on the "area" field.

func AreaContainsFold

func AreaContainsFold(v string) predicate.Rent591Home

AreaContainsFold applies the ContainsFold predicate on the "area" field.

func AreaEQ

func AreaEQ(v string) predicate.Rent591Home

AreaEQ applies the EQ predicate on the "area" field.

func AreaEqualFold

func AreaEqualFold(v string) predicate.Rent591Home

AreaEqualFold applies the EqualFold predicate on the "area" field.

func AreaGT

func AreaGT(v string) predicate.Rent591Home

AreaGT applies the GT predicate on the "area" field.

func AreaGTE

func AreaGTE(v string) predicate.Rent591Home

AreaGTE applies the GTE predicate on the "area" field.

func AreaHasPrefix

func AreaHasPrefix(v string) predicate.Rent591Home

AreaHasPrefix applies the HasPrefix predicate on the "area" field.

func AreaHasSuffix

func AreaHasSuffix(v string) predicate.Rent591Home

AreaHasSuffix applies the HasSuffix predicate on the "area" field.

func AreaIn

func AreaIn(vs ...string) predicate.Rent591Home

AreaIn applies the In predicate on the "area" field.

func AreaLT

func AreaLT(v string) predicate.Rent591Home

AreaLT applies the LT predicate on the "area" field.

func AreaLTE

func AreaLTE(v string) predicate.Rent591Home

AreaLTE applies the LTE predicate on the "area" field.

func AreaNEQ

func AreaNEQ(v string) predicate.Rent591Home

AreaNEQ applies the NEQ predicate on the "area" field.

func AreaNotIn

func AreaNotIn(vs ...string) predicate.Rent591Home

AreaNotIn applies the NotIn predicate on the "area" field.

func CasesID

func CasesID(v int) predicate.Rent591Home

CasesID applies equality check predicate on the "cases_id" field. It's identical to CasesIDEQ.

func CasesIDEQ

func CasesIDEQ(v int) predicate.Rent591Home

CasesIDEQ applies the EQ predicate on the "cases_id" field.

func CasesIDGT

func CasesIDGT(v int) predicate.Rent591Home

CasesIDGT applies the GT predicate on the "cases_id" field.

func CasesIDGTE

func CasesIDGTE(v int) predicate.Rent591Home

CasesIDGTE applies the GTE predicate on the "cases_id" field.

func CasesIDIn

func CasesIDIn(vs ...int) predicate.Rent591Home

CasesIDIn applies the In predicate on the "cases_id" field.

func CasesIDLT

func CasesIDLT(v int) predicate.Rent591Home

CasesIDLT applies the LT predicate on the "cases_id" field.

func CasesIDLTE

func CasesIDLTE(v int) predicate.Rent591Home

CasesIDLTE applies the LTE predicate on the "cases_id" field.

func CasesIDNEQ

func CasesIDNEQ(v int) predicate.Rent591Home

CasesIDNEQ applies the NEQ predicate on the "cases_id" field.

func CasesIDNotIn

func CasesIDNotIn(vs ...int) predicate.Rent591Home

CasesIDNotIn applies the NotIn predicate on the "cases_id" field.

func Cid

func Cid(v int) predicate.Rent591Home

Cid applies equality check predicate on the "cid" field. It's identical to CidEQ.

func CidEQ

func CidEQ(v int) predicate.Rent591Home

CidEQ applies the EQ predicate on the "cid" field.

func CidGT

func CidGT(v int) predicate.Rent591Home

CidGT applies the GT predicate on the "cid" field.

func CidGTE

func CidGTE(v int) predicate.Rent591Home

CidGTE applies the GTE predicate on the "cid" field.

func CidIn

func CidIn(vs ...int) predicate.Rent591Home

CidIn applies the In predicate on the "cid" field.

func CidLT

func CidLT(v int) predicate.Rent591Home

CidLT applies the LT predicate on the "cid" field.

func CidLTE

func CidLTE(v int) predicate.Rent591Home

CidLTE applies the LTE predicate on the "cid" field.

func CidNEQ

func CidNEQ(v int) predicate.Rent591Home

CidNEQ applies the NEQ predicate on the "cid" field.

func CidNotIn

func CidNotIn(vs ...int) predicate.Rent591Home

CidNotIn applies the NotIn predicate on the "cid" field.

func Community

func Community(v string) predicate.Rent591Home

Community applies equality check predicate on the "community" field. It's identical to CommunityEQ.

func CommunityContains

func CommunityContains(v string) predicate.Rent591Home

CommunityContains applies the Contains predicate on the "community" field.

func CommunityContainsFold

func CommunityContainsFold(v string) predicate.Rent591Home

CommunityContainsFold applies the ContainsFold predicate on the "community" field.

func CommunityEQ

func CommunityEQ(v string) predicate.Rent591Home

CommunityEQ applies the EQ predicate on the "community" field.

func CommunityEqualFold

func CommunityEqualFold(v string) predicate.Rent591Home

CommunityEqualFold applies the EqualFold predicate on the "community" field.

func CommunityGT

func CommunityGT(v string) predicate.Rent591Home

CommunityGT applies the GT predicate on the "community" field.

func CommunityGTE

func CommunityGTE(v string) predicate.Rent591Home

CommunityGTE applies the GTE predicate on the "community" field.

func CommunityHasPrefix

func CommunityHasPrefix(v string) predicate.Rent591Home

CommunityHasPrefix applies the HasPrefix predicate on the "community" field.

func CommunityHasSuffix

func CommunityHasSuffix(v string) predicate.Rent591Home

CommunityHasSuffix applies the HasSuffix predicate on the "community" field.

func CommunityIn

func CommunityIn(vs ...string) predicate.Rent591Home

CommunityIn applies the In predicate on the "community" field.

func CommunityLT

func CommunityLT(v string) predicate.Rent591Home

CommunityLT applies the LT predicate on the "community" field.

func CommunityLTE

func CommunityLTE(v string) predicate.Rent591Home

CommunityLTE applies the LTE predicate on the "community" field.

func CommunityNEQ

func CommunityNEQ(v string) predicate.Rent591Home

CommunityNEQ applies the NEQ predicate on the "community" field.

func CommunityNotIn

func CommunityNotIn(vs ...string) predicate.Rent591Home

CommunityNotIn applies the NotIn predicate on the "community" field.

func Contact

func Contact(v string) predicate.Rent591Home

Contact applies equality check predicate on the "contact" field. It's identical to ContactEQ.

func ContactContains

func ContactContains(v string) predicate.Rent591Home

ContactContains applies the Contains predicate on the "contact" field.

func ContactContainsFold

func ContactContainsFold(v string) predicate.Rent591Home

ContactContainsFold applies the ContainsFold predicate on the "contact" field.

func ContactEQ

func ContactEQ(v string) predicate.Rent591Home

ContactEQ applies the EQ predicate on the "contact" field.

func ContactEqualFold

func ContactEqualFold(v string) predicate.Rent591Home

ContactEqualFold applies the EqualFold predicate on the "contact" field.

func ContactGT

func ContactGT(v string) predicate.Rent591Home

ContactGT applies the GT predicate on the "contact" field.

func ContactGTE

func ContactGTE(v string) predicate.Rent591Home

ContactGTE applies the GTE predicate on the "contact" field.

func ContactHasPrefix

func ContactHasPrefix(v string) predicate.Rent591Home

ContactHasPrefix applies the HasPrefix predicate on the "contact" field.

func ContactHasSuffix

func ContactHasSuffix(v string) predicate.Rent591Home

ContactHasSuffix applies the HasSuffix predicate on the "contact" field.

func ContactIn

func ContactIn(vs ...string) predicate.Rent591Home

ContactIn applies the In predicate on the "contact" field.

func ContactLT

func ContactLT(v string) predicate.Rent591Home

ContactLT applies the LT predicate on the "contact" field.

func ContactLTE

func ContactLTE(v string) predicate.Rent591Home

ContactLTE applies the LTE predicate on the "contact" field.

func ContactNEQ

func ContactNEQ(v string) predicate.Rent591Home

ContactNEQ applies the NEQ predicate on the "contact" field.

func ContactNotIn

func ContactNotIn(vs ...string) predicate.Rent591Home

ContactNotIn applies the NotIn predicate on the "contact" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.Rent591Home

CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.Rent591Home

CreatedAtEQ applies the EQ predicate on the "created_at" field.

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.Rent591Home

CreatedAtGT applies the GT predicate on the "created_at" field.

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.Rent591Home

CreatedAtGTE applies the GTE predicate on the "created_at" field.

func CreatedAtIn

func CreatedAtIn(vs ...time.Time) predicate.Rent591Home

CreatedAtIn applies the In predicate on the "created_at" field.

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.Rent591Home

CreatedAtLT applies the LT predicate on the "created_at" field.

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.Rent591Home

CreatedAtLTE applies the LTE predicate on the "created_at" field.

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.Rent591Home

CreatedAtNEQ applies the NEQ predicate on the "created_at" field.

func CreatedAtNotIn

func CreatedAtNotIn(vs ...time.Time) predicate.Rent591Home

CreatedAtNotIn applies the NotIn predicate on the "created_at" field.

func DiscountPriceStr

func DiscountPriceStr(v string) predicate.Rent591Home

DiscountPriceStr applies equality check predicate on the "discount_price_str" field. It's identical to DiscountPriceStrEQ.

func DiscountPriceStrContains

func DiscountPriceStrContains(v string) predicate.Rent591Home

DiscountPriceStrContains applies the Contains predicate on the "discount_price_str" field.

func DiscountPriceStrContainsFold

func DiscountPriceStrContainsFold(v string) predicate.Rent591Home

DiscountPriceStrContainsFold applies the ContainsFold predicate on the "discount_price_str" field.

func DiscountPriceStrEQ

func DiscountPriceStrEQ(v string) predicate.Rent591Home

DiscountPriceStrEQ applies the EQ predicate on the "discount_price_str" field.

func DiscountPriceStrEqualFold

func DiscountPriceStrEqualFold(v string) predicate.Rent591Home

DiscountPriceStrEqualFold applies the EqualFold predicate on the "discount_price_str" field.

func DiscountPriceStrGT

func DiscountPriceStrGT(v string) predicate.Rent591Home

DiscountPriceStrGT applies the GT predicate on the "discount_price_str" field.

func DiscountPriceStrGTE

func DiscountPriceStrGTE(v string) predicate.Rent591Home

DiscountPriceStrGTE applies the GTE predicate on the "discount_price_str" field.

func DiscountPriceStrHasPrefix

func DiscountPriceStrHasPrefix(v string) predicate.Rent591Home

DiscountPriceStrHasPrefix applies the HasPrefix predicate on the "discount_price_str" field.

func DiscountPriceStrHasSuffix

func DiscountPriceStrHasSuffix(v string) predicate.Rent591Home

DiscountPriceStrHasSuffix applies the HasSuffix predicate on the "discount_price_str" field.

func DiscountPriceStrIn

func DiscountPriceStrIn(vs ...string) predicate.Rent591Home

DiscountPriceStrIn applies the In predicate on the "discount_price_str" field.

func DiscountPriceStrLT

func DiscountPriceStrLT(v string) predicate.Rent591Home

DiscountPriceStrLT applies the LT predicate on the "discount_price_str" field.

func DiscountPriceStrLTE

func DiscountPriceStrLTE(v string) predicate.Rent591Home

DiscountPriceStrLTE applies the LTE predicate on the "discount_price_str" field.

func DiscountPriceStrNEQ

func DiscountPriceStrNEQ(v string) predicate.Rent591Home

DiscountPriceStrNEQ applies the NEQ predicate on the "discount_price_str" field.

func DiscountPriceStrNotIn

func DiscountPriceStrNotIn(vs ...string) predicate.Rent591Home

DiscountPriceStrNotIn applies the NotIn predicate on the "discount_price_str" field.

func FloorStr

func FloorStr(v string) predicate.Rent591Home

FloorStr applies equality check predicate on the "floor_str" field. It's identical to FloorStrEQ.

func FloorStrContains

func FloorStrContains(v string) predicate.Rent591Home

FloorStrContains applies the Contains predicate on the "floor_str" field.

func FloorStrContainsFold

func FloorStrContainsFold(v string) predicate.Rent591Home

FloorStrContainsFold applies the ContainsFold predicate on the "floor_str" field.

func FloorStrEQ

func FloorStrEQ(v string) predicate.Rent591Home

FloorStrEQ applies the EQ predicate on the "floor_str" field.

func FloorStrEqualFold

func FloorStrEqualFold(v string) predicate.Rent591Home

FloorStrEqualFold applies the EqualFold predicate on the "floor_str" field.

func FloorStrGT

func FloorStrGT(v string) predicate.Rent591Home

FloorStrGT applies the GT predicate on the "floor_str" field.

func FloorStrGTE

func FloorStrGTE(v string) predicate.Rent591Home

FloorStrGTE applies the GTE predicate on the "floor_str" field.

func FloorStrHasPrefix

func FloorStrHasPrefix(v string) predicate.Rent591Home

FloorStrHasPrefix applies the HasPrefix predicate on the "floor_str" field.

func FloorStrHasSuffix

func FloorStrHasSuffix(v string) predicate.Rent591Home

FloorStrHasSuffix applies the HasSuffix predicate on the "floor_str" field.

func FloorStrIn

func FloorStrIn(vs ...string) predicate.Rent591Home

FloorStrIn applies the In predicate on the "floor_str" field.

func FloorStrLT

func FloorStrLT(v string) predicate.Rent591Home

FloorStrLT applies the LT predicate on the "floor_str" field.

func FloorStrLTE

func FloorStrLTE(v string) predicate.Rent591Home

FloorStrLTE applies the LTE predicate on the "floor_str" field.

func FloorStrNEQ

func FloorStrNEQ(v string) predicate.Rent591Home

FloorStrNEQ applies the NEQ predicate on the "floor_str" field.

func FloorStrNotIn

func FloorStrNotIn(vs ...string) predicate.Rent591Home

FloorStrNotIn applies the NotIn predicate on the "floor_str" field.

func HasRent591homeDetails

func HasRent591homeDetails() predicate.Rent591Home

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

func HasRent591homeDetailsWith

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

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

func HasRent591homeSurroundings

func HasRent591homeSurroundings() predicate.Rent591Home

HasRent591homeSurroundings applies the HasEdge predicate on the "rent591home_surroundings" edge.

func HasRent591homeSurroundingsWith

func HasRent591homeSurroundingsWith(preds ...predicate.Rent591HomeSurrounding) predicate.Rent591Home

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

func HasRent591homeTags

func HasRent591homeTags() predicate.Rent591Home

HasRent591homeTags applies the HasEdge predicate on the "rent591home_tags" edge.

func HasRent591homeTagsWith

func HasRent591homeTagsWith(preds ...predicate.Rent591HomeTag) predicate.Rent591Home

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

func Hurry

func Hurry(v int) predicate.Rent591Home

Hurry applies equality check predicate on the "hurry" field. It's identical to HurryEQ.

func HurryEQ

func HurryEQ(v int) predicate.Rent591Home

HurryEQ applies the EQ predicate on the "hurry" field.

func HurryGT

func HurryGT(v int) predicate.Rent591Home

HurryGT applies the GT predicate on the "hurry" field.

func HurryGTE

func HurryGTE(v int) predicate.Rent591Home

HurryGTE applies the GTE predicate on the "hurry" field.

func HurryIn

func HurryIn(vs ...int) predicate.Rent591Home

HurryIn applies the In predicate on the "hurry" field.

func HurryLT

func HurryLT(v int) predicate.Rent591Home

HurryLT applies the LT predicate on the "hurry" field.

func HurryLTE

func HurryLTE(v int) predicate.Rent591Home

HurryLTE applies the LTE predicate on the "hurry" field.

func HurryNEQ

func HurryNEQ(v int) predicate.Rent591Home

HurryNEQ applies the NEQ predicate on the "hurry" field.

func HurryNotIn

func HurryNotIn(vs ...int) predicate.Rent591Home

HurryNotIn applies the NotIn predicate on the "hurry" field.

func ID

func ID(id int) predicate.Rent591Home

ID filters vertices based on their ID field.

func IDEQ

func IDEQ(id int) predicate.Rent591Home

IDEQ applies the EQ predicate on the ID field.

func IDGT

func IDGT(id int) predicate.Rent591Home

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id int) predicate.Rent591Home

IDGTE applies the GTE predicate on the ID field.

func IDIn

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

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id int) predicate.Rent591Home

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id int) predicate.Rent591Home

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id int) predicate.Rent591Home

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

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

IDNotIn applies the NotIn predicate on the ID field.

func IsCombine

func IsCombine(v int) predicate.Rent591Home

IsCombine applies equality check predicate on the "is_combine" field. It's identical to IsCombineEQ.

func IsCombineEQ

func IsCombineEQ(v int) predicate.Rent591Home

IsCombineEQ applies the EQ predicate on the "is_combine" field.

func IsCombineGT

func IsCombineGT(v int) predicate.Rent591Home

IsCombineGT applies the GT predicate on the "is_combine" field.

func IsCombineGTE

func IsCombineGTE(v int) predicate.Rent591Home

IsCombineGTE applies the GTE predicate on the "is_combine" field.

func IsCombineIn

func IsCombineIn(vs ...int) predicate.Rent591Home

IsCombineIn applies the In predicate on the "is_combine" field.

func IsCombineLT

func IsCombineLT(v int) predicate.Rent591Home

IsCombineLT applies the LT predicate on the "is_combine" field.

func IsCombineLTE

func IsCombineLTE(v int) predicate.Rent591Home

IsCombineLTE applies the LTE predicate on the "is_combine" field.

func IsCombineNEQ

func IsCombineNEQ(v int) predicate.Rent591Home

IsCombineNEQ applies the NEQ predicate on the "is_combine" field.

func IsCombineNotIn

func IsCombineNotIn(vs ...int) predicate.Rent591Home

IsCombineNotIn applies the NotIn predicate on the "is_combine" field.

func IsSocial

func IsSocial(v int) predicate.Rent591Home

IsSocial applies equality check predicate on the "is_social" field. It's identical to IsSocialEQ.

func IsSocialEQ

func IsSocialEQ(v int) predicate.Rent591Home

IsSocialEQ applies the EQ predicate on the "is_social" field.

func IsSocialGT

func IsSocialGT(v int) predicate.Rent591Home

IsSocialGT applies the GT predicate on the "is_social" field.

func IsSocialGTE

func IsSocialGTE(v int) predicate.Rent591Home

IsSocialGTE applies the GTE predicate on the "is_social" field.

func IsSocialIn

func IsSocialIn(vs ...int) predicate.Rent591Home

IsSocialIn applies the In predicate on the "is_social" field.

func IsSocialLT

func IsSocialLT(v int) predicate.Rent591Home

IsSocialLT applies the LT predicate on the "is_social" field.

func IsSocialLTE

func IsSocialLTE(v int) predicate.Rent591Home

IsSocialLTE applies the LTE predicate on the "is_social" field.

func IsSocialNEQ

func IsSocialNEQ(v int) predicate.Rent591Home

IsSocialNEQ applies the NEQ predicate on the "is_social" field.

func IsSocialNotIn

func IsSocialNotIn(vs ...int) predicate.Rent591Home

IsSocialNotIn applies the NotIn predicate on the "is_social" field.

func IsVideo

func IsVideo(v int) predicate.Rent591Home

IsVideo applies equality check predicate on the "is_video" field. It's identical to IsVideoEQ.

func IsVideoEQ

func IsVideoEQ(v int) predicate.Rent591Home

IsVideoEQ applies the EQ predicate on the "is_video" field.

func IsVideoGT

func IsVideoGT(v int) predicate.Rent591Home

IsVideoGT applies the GT predicate on the "is_video" field.

func IsVideoGTE

func IsVideoGTE(v int) predicate.Rent591Home

IsVideoGTE applies the GTE predicate on the "is_video" field.

func IsVideoIn

func IsVideoIn(vs ...int) predicate.Rent591Home

IsVideoIn applies the In predicate on the "is_video" field.

func IsVideoLT

func IsVideoLT(v int) predicate.Rent591Home

IsVideoLT applies the LT predicate on the "is_video" field.

func IsVideoLTE

func IsVideoLTE(v int) predicate.Rent591Home

IsVideoLTE applies the LTE predicate on the "is_video" field.

func IsVideoNEQ

func IsVideoNEQ(v int) predicate.Rent591Home

IsVideoNEQ applies the NEQ predicate on the "is_video" field.

func IsVideoNotIn

func IsVideoNotIn(vs ...int) predicate.Rent591Home

IsVideoNotIn applies the NotIn predicate on the "is_video" field.

func IsVip

func IsVip(v int) predicate.Rent591Home

IsVip applies equality check predicate on the "is_vip" field. It's identical to IsVipEQ.

func IsVipEQ

func IsVipEQ(v int) predicate.Rent591Home

IsVipEQ applies the EQ predicate on the "is_vip" field.

func IsVipGT

func IsVipGT(v int) predicate.Rent591Home

IsVipGT applies the GT predicate on the "is_vip" field.

func IsVipGTE

func IsVipGTE(v int) predicate.Rent591Home

IsVipGTE applies the GTE predicate on the "is_vip" field.

func IsVipIn

func IsVipIn(vs ...int) predicate.Rent591Home

IsVipIn applies the In predicate on the "is_vip" field.

func IsVipLT

func IsVipLT(v int) predicate.Rent591Home

IsVipLT applies the LT predicate on the "is_vip" field.

func IsVipLTE

func IsVipLTE(v int) predicate.Rent591Home

IsVipLTE applies the LTE predicate on the "is_vip" field.

func IsVipNEQ

func IsVipNEQ(v int) predicate.Rent591Home

IsVipNEQ applies the NEQ predicate on the "is_vip" field.

func IsVipNotIn

func IsVipNotIn(vs ...int) predicate.Rent591Home

IsVipNotIn applies the NotIn predicate on the "is_vip" field.

func KindName

func KindName(v string) predicate.Rent591Home

KindName applies equality check predicate on the "kind_name" field. It's identical to KindNameEQ.

func KindNameContains

func KindNameContains(v string) predicate.Rent591Home

KindNameContains applies the Contains predicate on the "kind_name" field.

func KindNameContainsFold

func KindNameContainsFold(v string) predicate.Rent591Home

KindNameContainsFold applies the ContainsFold predicate on the "kind_name" field.

func KindNameEQ

func KindNameEQ(v string) predicate.Rent591Home

KindNameEQ applies the EQ predicate on the "kind_name" field.

func KindNameEqualFold

func KindNameEqualFold(v string) predicate.Rent591Home

KindNameEqualFold applies the EqualFold predicate on the "kind_name" field.

func KindNameGT

func KindNameGT(v string) predicate.Rent591Home

KindNameGT applies the GT predicate on the "kind_name" field.

func KindNameGTE

func KindNameGTE(v string) predicate.Rent591Home

KindNameGTE applies the GTE predicate on the "kind_name" field.

func KindNameHasPrefix

func KindNameHasPrefix(v string) predicate.Rent591Home

KindNameHasPrefix applies the HasPrefix predicate on the "kind_name" field.

func KindNameHasSuffix

func KindNameHasSuffix(v string) predicate.Rent591Home

KindNameHasSuffix applies the HasSuffix predicate on the "kind_name" field.

func KindNameIn

func KindNameIn(vs ...string) predicate.Rent591Home

KindNameIn applies the In predicate on the "kind_name" field.

func KindNameLT

func KindNameLT(v string) predicate.Rent591Home

KindNameLT applies the LT predicate on the "kind_name" field.

func KindNameLTE

func KindNameLTE(v string) predicate.Rent591Home

KindNameLTE applies the LTE predicate on the "kind_name" field.

func KindNameNEQ

func KindNameNEQ(v string) predicate.Rent591Home

KindNameNEQ applies the NEQ predicate on the "kind_name" field.

func KindNameNotIn

func KindNameNotIn(vs ...string) predicate.Rent591Home

KindNameNotIn applies the NotIn predicate on the "kind_name" field.

func Location

func Location(v string) predicate.Rent591Home

Location applies equality check predicate on the "location" field. It's identical to LocationEQ.

func LocationContains

func LocationContains(v string) predicate.Rent591Home

LocationContains applies the Contains predicate on the "location" field.

func LocationContainsFold

func LocationContainsFold(v string) predicate.Rent591Home

LocationContainsFold applies the ContainsFold predicate on the "location" field.

func LocationEQ

func LocationEQ(v string) predicate.Rent591Home

LocationEQ applies the EQ predicate on the "location" field.

func LocationEqualFold

func LocationEqualFold(v string) predicate.Rent591Home

LocationEqualFold applies the EqualFold predicate on the "location" field.

func LocationGT

func LocationGT(v string) predicate.Rent591Home

LocationGT applies the GT predicate on the "location" field.

func LocationGTE

func LocationGTE(v string) predicate.Rent591Home

LocationGTE applies the GTE predicate on the "location" field.

func LocationHasPrefix

func LocationHasPrefix(v string) predicate.Rent591Home

LocationHasPrefix applies the HasPrefix predicate on the "location" field.

func LocationHasSuffix

func LocationHasSuffix(v string) predicate.Rent591Home

LocationHasSuffix applies the HasSuffix predicate on the "location" field.

func LocationIn

func LocationIn(vs ...string) predicate.Rent591Home

LocationIn applies the In predicate on the "location" field.

func LocationLT

func LocationLT(v string) predicate.Rent591Home

LocationLT applies the LT predicate on the "location" field.

func LocationLTE

func LocationLTE(v string) predicate.Rent591Home

LocationLTE applies the LTE predicate on the "location" field.

func LocationNEQ

func LocationNEQ(v string) predicate.Rent591Home

LocationNEQ applies the NEQ predicate on the "location" field.

func LocationNotIn

func LocationNotIn(vs ...string) predicate.Rent591Home

LocationNotIn applies the NotIn predicate on the "location" field.

func Not

Not applies the not operator on the given predicate.

func Or

func Or(predicates ...predicate.Rent591Home) predicate.Rent591Home

Or groups predicates with the OR operator between them.

func PhotoListIsNil

func PhotoListIsNil() predicate.Rent591Home

PhotoListIsNil applies the IsNil predicate on the "photo_list" field.

func PhotoListNotNil

func PhotoListNotNil() predicate.Rent591Home

PhotoListNotNil applies the NotNil predicate on the "photo_list" field.

func PostID

func PostID(v int) predicate.Rent591Home

PostID applies equality check predicate on the "post_id" field. It's identical to PostIDEQ.

func PostIDEQ

func PostIDEQ(v int) predicate.Rent591Home

PostIDEQ applies the EQ predicate on the "post_id" field.

func PostIDGT

func PostIDGT(v int) predicate.Rent591Home

PostIDGT applies the GT predicate on the "post_id" field.

func PostIDGTE

func PostIDGTE(v int) predicate.Rent591Home

PostIDGTE applies the GTE predicate on the "post_id" field.

func PostIDIn

func PostIDIn(vs ...int) predicate.Rent591Home

PostIDIn applies the In predicate on the "post_id" field.

func PostIDLT

func PostIDLT(v int) predicate.Rent591Home

PostIDLT applies the LT predicate on the "post_id" field.

func PostIDLTE

func PostIDLTE(v int) predicate.Rent591Home

PostIDLTE applies the LTE predicate on the "post_id" field.

func PostIDNEQ

func PostIDNEQ(v int) predicate.Rent591Home

PostIDNEQ applies the NEQ predicate on the "post_id" field.

func PostIDNotIn

func PostIDNotIn(vs ...int) predicate.Rent591Home

PostIDNotIn applies the NotIn predicate on the "post_id" field.

func Preferred

func Preferred(v int) predicate.Rent591Home

Preferred applies equality check predicate on the "preferred" field. It's identical to PreferredEQ.

func PreferredEQ

func PreferredEQ(v int) predicate.Rent591Home

PreferredEQ applies the EQ predicate on the "preferred" field.

func PreferredGT

func PreferredGT(v int) predicate.Rent591Home

PreferredGT applies the GT predicate on the "preferred" field.

func PreferredGTE

func PreferredGTE(v int) predicate.Rent591Home

PreferredGTE applies the GTE predicate on the "preferred" field.

func PreferredIn

func PreferredIn(vs ...int) predicate.Rent591Home

PreferredIn applies the In predicate on the "preferred" field.

func PreferredLT

func PreferredLT(v int) predicate.Rent591Home

PreferredLT applies the LT predicate on the "preferred" field.

func PreferredLTE

func PreferredLTE(v int) predicate.Rent591Home

PreferredLTE applies the LTE predicate on the "preferred" field.

func PreferredNEQ

func PreferredNEQ(v int) predicate.Rent591Home

PreferredNEQ applies the NEQ predicate on the "preferred" field.

func PreferredNotIn

func PreferredNotIn(vs ...int) predicate.Rent591Home

PreferredNotIn applies the NotIn predicate on the "preferred" field.

func Price

func Price(v int) predicate.Rent591Home

Price applies equality check predicate on the "price" field. It's identical to PriceEQ.

func PriceEQ

func PriceEQ(v int) predicate.Rent591Home

PriceEQ applies the EQ predicate on the "price" field.

func PriceGT

func PriceGT(v int) predicate.Rent591Home

PriceGT applies the GT predicate on the "price" field.

func PriceGTE

func PriceGTE(v int) predicate.Rent591Home

PriceGTE applies the GTE predicate on the "price" field.

func PriceIn

func PriceIn(vs ...int) predicate.Rent591Home

PriceIn applies the In predicate on the "price" field.

func PriceLT

func PriceLT(v int) predicate.Rent591Home

PriceLT applies the LT predicate on the "price" field.

func PriceLTE

func PriceLTE(v int) predicate.Rent591Home

PriceLTE applies the LTE predicate on the "price" field.

func PriceNEQ

func PriceNEQ(v int) predicate.Rent591Home

PriceNEQ applies the NEQ predicate on the "price" field.

func PriceNotIn

func PriceNotIn(vs ...int) predicate.Rent591Home

PriceNotIn applies the NotIn predicate on the "price" field.

func PriceUnit

func PriceUnit(v string) predicate.Rent591Home

PriceUnit applies equality check predicate on the "price_unit" field. It's identical to PriceUnitEQ.

func PriceUnitContains

func PriceUnitContains(v string) predicate.Rent591Home

PriceUnitContains applies the Contains predicate on the "price_unit" field.

func PriceUnitContainsFold

func PriceUnitContainsFold(v string) predicate.Rent591Home

PriceUnitContainsFold applies the ContainsFold predicate on the "price_unit" field.

func PriceUnitEQ

func PriceUnitEQ(v string) predicate.Rent591Home

PriceUnitEQ applies the EQ predicate on the "price_unit" field.

func PriceUnitEqualFold

func PriceUnitEqualFold(v string) predicate.Rent591Home

PriceUnitEqualFold applies the EqualFold predicate on the "price_unit" field.

func PriceUnitGT

func PriceUnitGT(v string) predicate.Rent591Home

PriceUnitGT applies the GT predicate on the "price_unit" field.

func PriceUnitGTE

func PriceUnitGTE(v string) predicate.Rent591Home

PriceUnitGTE applies the GTE predicate on the "price_unit" field.

func PriceUnitHasPrefix

func PriceUnitHasPrefix(v string) predicate.Rent591Home

PriceUnitHasPrefix applies the HasPrefix predicate on the "price_unit" field.

func PriceUnitHasSuffix

func PriceUnitHasSuffix(v string) predicate.Rent591Home

PriceUnitHasSuffix applies the HasSuffix predicate on the "price_unit" field.

func PriceUnitIn

func PriceUnitIn(vs ...string) predicate.Rent591Home

PriceUnitIn applies the In predicate on the "price_unit" field.

func PriceUnitLT

func PriceUnitLT(v string) predicate.Rent591Home

PriceUnitLT applies the LT predicate on the "price_unit" field.

func PriceUnitLTE

func PriceUnitLTE(v string) predicate.Rent591Home

PriceUnitLTE applies the LTE predicate on the "price_unit" field.

func PriceUnitNEQ

func PriceUnitNEQ(v string) predicate.Rent591Home

PriceUnitNEQ applies the NEQ predicate on the "price_unit" field.

func PriceUnitNotIn

func PriceUnitNotIn(vs ...string) predicate.Rent591Home

PriceUnitNotIn applies the NotIn predicate on the "price_unit" field.

func RefreshTime

func RefreshTime(v string) predicate.Rent591Home

RefreshTime applies equality check predicate on the "refresh_time" field. It's identical to RefreshTimeEQ.

func RefreshTimeContains

func RefreshTimeContains(v string) predicate.Rent591Home

RefreshTimeContains applies the Contains predicate on the "refresh_time" field.

func RefreshTimeContainsFold

func RefreshTimeContainsFold(v string) predicate.Rent591Home

RefreshTimeContainsFold applies the ContainsFold predicate on the "refresh_time" field.

func RefreshTimeEQ

func RefreshTimeEQ(v string) predicate.Rent591Home

RefreshTimeEQ applies the EQ predicate on the "refresh_time" field.

func RefreshTimeEqualFold

func RefreshTimeEqualFold(v string) predicate.Rent591Home

RefreshTimeEqualFold applies the EqualFold predicate on the "refresh_time" field.

func RefreshTimeGT

func RefreshTimeGT(v string) predicate.Rent591Home

RefreshTimeGT applies the GT predicate on the "refresh_time" field.

func RefreshTimeGTE

func RefreshTimeGTE(v string) predicate.Rent591Home

RefreshTimeGTE applies the GTE predicate on the "refresh_time" field.

func RefreshTimeHasPrefix

func RefreshTimeHasPrefix(v string) predicate.Rent591Home

RefreshTimeHasPrefix applies the HasPrefix predicate on the "refresh_time" field.

func RefreshTimeHasSuffix

func RefreshTimeHasSuffix(v string) predicate.Rent591Home

RefreshTimeHasSuffix applies the HasSuffix predicate on the "refresh_time" field.

func RefreshTimeIn

func RefreshTimeIn(vs ...string) predicate.Rent591Home

RefreshTimeIn applies the In predicate on the "refresh_time" field.

func RefreshTimeLT

func RefreshTimeLT(v string) predicate.Rent591Home

RefreshTimeLT applies the LT predicate on the "refresh_time" field.

func RefreshTimeLTE

func RefreshTimeLTE(v string) predicate.Rent591Home

RefreshTimeLTE applies the LTE predicate on the "refresh_time" field.

func RefreshTimeNEQ

func RefreshTimeNEQ(v string) predicate.Rent591Home

RefreshTimeNEQ applies the NEQ predicate on the "refresh_time" field.

func RefreshTimeNotIn

func RefreshTimeNotIn(vs ...string) predicate.Rent591Home

RefreshTimeNotIn applies the NotIn predicate on the "refresh_time" field.

func RegionName

func RegionName(v string) predicate.Rent591Home

RegionName applies equality check predicate on the "region_name" field. It's identical to RegionNameEQ.

func RegionNameContains

func RegionNameContains(v string) predicate.Rent591Home

RegionNameContains applies the Contains predicate on the "region_name" field.

func RegionNameContainsFold

func RegionNameContainsFold(v string) predicate.Rent591Home

RegionNameContainsFold applies the ContainsFold predicate on the "region_name" field.

func RegionNameEQ

func RegionNameEQ(v string) predicate.Rent591Home

RegionNameEQ applies the EQ predicate on the "region_name" field.

func RegionNameEqualFold

func RegionNameEqualFold(v string) predicate.Rent591Home

RegionNameEqualFold applies the EqualFold predicate on the "region_name" field.

func RegionNameGT

func RegionNameGT(v string) predicate.Rent591Home

RegionNameGT applies the GT predicate on the "region_name" field.

func RegionNameGTE

func RegionNameGTE(v string) predicate.Rent591Home

RegionNameGTE applies the GTE predicate on the "region_name" field.

func RegionNameHasPrefix

func RegionNameHasPrefix(v string) predicate.Rent591Home

RegionNameHasPrefix applies the HasPrefix predicate on the "region_name" field.

func RegionNameHasSuffix

func RegionNameHasSuffix(v string) predicate.Rent591Home

RegionNameHasSuffix applies the HasSuffix predicate on the "region_name" field.

func RegionNameIn

func RegionNameIn(vs ...string) predicate.Rent591Home

RegionNameIn applies the In predicate on the "region_name" field.

func RegionNameIsNil

func RegionNameIsNil() predicate.Rent591Home

RegionNameIsNil applies the IsNil predicate on the "region_name" field.

func RegionNameLT

func RegionNameLT(v string) predicate.Rent591Home

RegionNameLT applies the LT predicate on the "region_name" field.

func RegionNameLTE

func RegionNameLTE(v string) predicate.Rent591Home

RegionNameLTE applies the LTE predicate on the "region_name" field.

func RegionNameNEQ

func RegionNameNEQ(v string) predicate.Rent591Home

RegionNameNEQ applies the NEQ predicate on the "region_name" field.

func RegionNameNotIn

func RegionNameNotIn(vs ...string) predicate.Rent591Home

RegionNameNotIn applies the NotIn predicate on the "region_name" field.

func RegionNameNotNil

func RegionNameNotNil() predicate.Rent591Home

RegionNameNotNil applies the NotNil predicate on the "region_name" field.

func RoleName

func RoleName(v string) predicate.Rent591Home

RoleName applies equality check predicate on the "role_name" field. It's identical to RoleNameEQ.

func RoleNameContains

func RoleNameContains(v string) predicate.Rent591Home

RoleNameContains applies the Contains predicate on the "role_name" field.

func RoleNameContainsFold

func RoleNameContainsFold(v string) predicate.Rent591Home

RoleNameContainsFold applies the ContainsFold predicate on the "role_name" field.

func RoleNameEQ

func RoleNameEQ(v string) predicate.Rent591Home

RoleNameEQ applies the EQ predicate on the "role_name" field.

func RoleNameEqualFold

func RoleNameEqualFold(v string) predicate.Rent591Home

RoleNameEqualFold applies the EqualFold predicate on the "role_name" field.

func RoleNameGT

func RoleNameGT(v string) predicate.Rent591Home

RoleNameGT applies the GT predicate on the "role_name" field.

func RoleNameGTE

func RoleNameGTE(v string) predicate.Rent591Home

RoleNameGTE applies the GTE predicate on the "role_name" field.

func RoleNameHasPrefix

func RoleNameHasPrefix(v string) predicate.Rent591Home

RoleNameHasPrefix applies the HasPrefix predicate on the "role_name" field.

func RoleNameHasSuffix

func RoleNameHasSuffix(v string) predicate.Rent591Home

RoleNameHasSuffix applies the HasSuffix predicate on the "role_name" field.

func RoleNameIn

func RoleNameIn(vs ...string) predicate.Rent591Home

RoleNameIn applies the In predicate on the "role_name" field.

func RoleNameLT

func RoleNameLT(v string) predicate.Rent591Home

RoleNameLT applies the LT predicate on the "role_name" field.

func RoleNameLTE

func RoleNameLTE(v string) predicate.Rent591Home

RoleNameLTE applies the LTE predicate on the "role_name" field.

func RoleNameNEQ

func RoleNameNEQ(v string) predicate.Rent591Home

RoleNameNEQ applies the NEQ predicate on the "role_name" field.

func RoleNameNotIn

func RoleNameNotIn(vs ...string) predicate.Rent591Home

RoleNameNotIn applies the NotIn predicate on the "role_name" field.

func RoomStr

func RoomStr(v string) predicate.Rent591Home

RoomStr applies equality check predicate on the "room_str" field. It's identical to RoomStrEQ.

func RoomStrContains

func RoomStrContains(v string) predicate.Rent591Home

RoomStrContains applies the Contains predicate on the "room_str" field.

func RoomStrContainsFold

func RoomStrContainsFold(v string) predicate.Rent591Home

RoomStrContainsFold applies the ContainsFold predicate on the "room_str" field.

func RoomStrEQ

func RoomStrEQ(v string) predicate.Rent591Home

RoomStrEQ applies the EQ predicate on the "room_str" field.

func RoomStrEqualFold

func RoomStrEqualFold(v string) predicate.Rent591Home

RoomStrEqualFold applies the EqualFold predicate on the "room_str" field.

func RoomStrGT

func RoomStrGT(v string) predicate.Rent591Home

RoomStrGT applies the GT predicate on the "room_str" field.

func RoomStrGTE

func RoomStrGTE(v string) predicate.Rent591Home

RoomStrGTE applies the GTE predicate on the "room_str" field.

func RoomStrHasPrefix

func RoomStrHasPrefix(v string) predicate.Rent591Home

RoomStrHasPrefix applies the HasPrefix predicate on the "room_str" field.

func RoomStrHasSuffix

func RoomStrHasSuffix(v string) predicate.Rent591Home

RoomStrHasSuffix applies the HasSuffix predicate on the "room_str" field.

func RoomStrIn

func RoomStrIn(vs ...string) predicate.Rent591Home

RoomStrIn applies the In predicate on the "room_str" field.

func RoomStrLT

func RoomStrLT(v string) predicate.Rent591Home

RoomStrLT applies the LT predicate on the "room_str" field.

func RoomStrLTE

func RoomStrLTE(v string) predicate.Rent591Home

RoomStrLTE applies the LTE predicate on the "room_str" field.

func RoomStrNEQ

func RoomStrNEQ(v string) predicate.Rent591Home

RoomStrNEQ applies the NEQ predicate on the "room_str" field.

func RoomStrNotIn

func RoomStrNotIn(vs ...string) predicate.Rent591Home

RoomStrNotIn applies the NotIn predicate on the "room_str" field.

func SectionName

func SectionName(v string) predicate.Rent591Home

SectionName applies equality check predicate on the "section_name" field. It's identical to SectionNameEQ.

func SectionNameContains

func SectionNameContains(v string) predicate.Rent591Home

SectionNameContains applies the Contains predicate on the "section_name" field.

func SectionNameContainsFold

func SectionNameContainsFold(v string) predicate.Rent591Home

SectionNameContainsFold applies the ContainsFold predicate on the "section_name" field.

func SectionNameEQ

func SectionNameEQ(v string) predicate.Rent591Home

SectionNameEQ applies the EQ predicate on the "section_name" field.

func SectionNameEqualFold

func SectionNameEqualFold(v string) predicate.Rent591Home

SectionNameEqualFold applies the EqualFold predicate on the "section_name" field.

func SectionNameGT

func SectionNameGT(v string) predicate.Rent591Home

SectionNameGT applies the GT predicate on the "section_name" field.

func SectionNameGTE

func SectionNameGTE(v string) predicate.Rent591Home

SectionNameGTE applies the GTE predicate on the "section_name" field.

func SectionNameHasPrefix

func SectionNameHasPrefix(v string) predicate.Rent591Home

SectionNameHasPrefix applies the HasPrefix predicate on the "section_name" field.

func SectionNameHasSuffix

func SectionNameHasSuffix(v string) predicate.Rent591Home

SectionNameHasSuffix applies the HasSuffix predicate on the "section_name" field.

func SectionNameIn

func SectionNameIn(vs ...string) predicate.Rent591Home

SectionNameIn applies the In predicate on the "section_name" field.

func SectionNameLT

func SectionNameLT(v string) predicate.Rent591Home

SectionNameLT applies the LT predicate on the "section_name" field.

func SectionNameLTE

func SectionNameLTE(v string) predicate.Rent591Home

SectionNameLTE applies the LTE predicate on the "section_name" field.

func SectionNameNEQ

func SectionNameNEQ(v string) predicate.Rent591Home

SectionNameNEQ applies the NEQ predicate on the "section_name" field.

func SectionNameNotIn

func SectionNameNotIn(vs ...string) predicate.Rent591Home

SectionNameNotIn applies the NotIn predicate on the "section_name" field.

func StreetName

func StreetName(v string) predicate.Rent591Home

StreetName applies equality check predicate on the "street_name" field. It's identical to StreetNameEQ.

func StreetNameContains

func StreetNameContains(v string) predicate.Rent591Home

StreetNameContains applies the Contains predicate on the "street_name" field.

func StreetNameContainsFold

func StreetNameContainsFold(v string) predicate.Rent591Home

StreetNameContainsFold applies the ContainsFold predicate on the "street_name" field.

func StreetNameEQ

func StreetNameEQ(v string) predicate.Rent591Home

StreetNameEQ applies the EQ predicate on the "street_name" field.

func StreetNameEqualFold

func StreetNameEqualFold(v string) predicate.Rent591Home

StreetNameEqualFold applies the EqualFold predicate on the "street_name" field.

func StreetNameGT

func StreetNameGT(v string) predicate.Rent591Home

StreetNameGT applies the GT predicate on the "street_name" field.

func StreetNameGTE

func StreetNameGTE(v string) predicate.Rent591Home

StreetNameGTE applies the GTE predicate on the "street_name" field.

func StreetNameHasPrefix

func StreetNameHasPrefix(v string) predicate.Rent591Home

StreetNameHasPrefix applies the HasPrefix predicate on the "street_name" field.

func StreetNameHasSuffix

func StreetNameHasSuffix(v string) predicate.Rent591Home

StreetNameHasSuffix applies the HasSuffix predicate on the "street_name" field.

func StreetNameIn

func StreetNameIn(vs ...string) predicate.Rent591Home

StreetNameIn applies the In predicate on the "street_name" field.

func StreetNameLT

func StreetNameLT(v string) predicate.Rent591Home

StreetNameLT applies the LT predicate on the "street_name" field.

func StreetNameLTE

func StreetNameLTE(v string) predicate.Rent591Home

StreetNameLTE applies the LTE predicate on the "street_name" field.

func StreetNameNEQ

func StreetNameNEQ(v string) predicate.Rent591Home

StreetNameNEQ applies the NEQ predicate on the "street_name" field.

func StreetNameNotIn

func StreetNameNotIn(vs ...string) predicate.Rent591Home

StreetNameNotIn applies the NotIn predicate on the "street_name" field.

func Title

func Title(v string) predicate.Rent591Home

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

func TitleContains

func TitleContains(v string) predicate.Rent591Home

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

func TitleContainsFold

func TitleContainsFold(v string) predicate.Rent591Home

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

func TitleEQ

func TitleEQ(v string) predicate.Rent591Home

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

func TitleEqualFold

func TitleEqualFold(v string) predicate.Rent591Home

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

func TitleGT

func TitleGT(v string) predicate.Rent591Home

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

func TitleGTE

func TitleGTE(v string) predicate.Rent591Home

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

func TitleHasPrefix

func TitleHasPrefix(v string) predicate.Rent591Home

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

func TitleHasSuffix

func TitleHasSuffix(v string) predicate.Rent591Home

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

func TitleIn

func TitleIn(vs ...string) predicate.Rent591Home

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

func TitleLT

func TitleLT(v string) predicate.Rent591Home

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

func TitleLTE

func TitleLTE(v string) predicate.Rent591Home

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

func TitleNEQ

func TitleNEQ(v string) predicate.Rent591Home

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

func TitleNotIn

func TitleNotIn(vs ...string) predicate.Rent591Home

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

func Type

func Type(v int) predicate.Rent591Home

Type applies equality check predicate on the "type" field. It's identical to TypeEQ.

func TypeEQ

func TypeEQ(v int) predicate.Rent591Home

TypeEQ applies the EQ predicate on the "type" field.

func TypeGT

func TypeGT(v int) predicate.Rent591Home

TypeGT applies the GT predicate on the "type" field.

func TypeGTE

func TypeGTE(v int) predicate.Rent591Home

TypeGTE applies the GTE predicate on the "type" field.

func TypeIn

func TypeIn(vs ...int) predicate.Rent591Home

TypeIn applies the In predicate on the "type" field.

func TypeLT

func TypeLT(v int) predicate.Rent591Home

TypeLT applies the LT predicate on the "type" field.

func TypeLTE

func TypeLTE(v int) predicate.Rent591Home

TypeLTE applies the LTE predicate on the "type" field.

func TypeNEQ

func TypeNEQ(v int) predicate.Rent591Home

TypeNEQ applies the NEQ predicate on the "type" field.

func TypeNotIn

func TypeNotIn(vs ...int) predicate.Rent591Home

TypeNotIn applies the NotIn predicate on the "type" field.

func UpdatedAt

func UpdatedAt(v time.Time) predicate.Rent591Home

UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.Rent591Home

UpdatedAtEQ applies the EQ predicate on the "updated_at" field.

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.Rent591Home

UpdatedAtGT applies the GT predicate on the "updated_at" field.

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.Rent591Home

UpdatedAtGTE applies the GTE predicate on the "updated_at" field.

func UpdatedAtIn

func UpdatedAtIn(vs ...time.Time) predicate.Rent591Home

UpdatedAtIn applies the In predicate on the "updated_at" field.

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.Rent591Home

UpdatedAtLT applies the LT predicate on the "updated_at" field.

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.Rent591Home

UpdatedAtLTE applies the LTE predicate on the "updated_at" field.

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.Rent591Home

UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.

func UpdatedAtNotIn

func UpdatedAtNotIn(vs ...time.Time) predicate.Rent591Home

UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.

func ValidColumn

func ValidColumn(column string) bool

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

func YesterdayHit

func YesterdayHit(v int) predicate.Rent591Home

YesterdayHit applies equality check predicate on the "yesterday_hit" field. It's identical to YesterdayHitEQ.

func YesterdayHitEQ

func YesterdayHitEQ(v int) predicate.Rent591Home

YesterdayHitEQ applies the EQ predicate on the "yesterday_hit" field.

func YesterdayHitGT

func YesterdayHitGT(v int) predicate.Rent591Home

YesterdayHitGT applies the GT predicate on the "yesterday_hit" field.

func YesterdayHitGTE

func YesterdayHitGTE(v int) predicate.Rent591Home

YesterdayHitGTE applies the GTE predicate on the "yesterday_hit" field.

func YesterdayHitIn

func YesterdayHitIn(vs ...int) predicate.Rent591Home

YesterdayHitIn applies the In predicate on the "yesterday_hit" field.

func YesterdayHitLT

func YesterdayHitLT(v int) predicate.Rent591Home

YesterdayHitLT applies the LT predicate on the "yesterday_hit" field.

func YesterdayHitLTE

func YesterdayHitLTE(v int) predicate.Rent591Home

YesterdayHitLTE applies the LTE predicate on the "yesterday_hit" field.

func YesterdayHitNEQ

func YesterdayHitNEQ(v int) predicate.Rent591Home

YesterdayHitNEQ applies the NEQ predicate on the "yesterday_hit" field.

func YesterdayHitNotIn

func YesterdayHitNotIn(vs ...int) predicate.Rent591Home

YesterdayHitNotIn applies the NotIn predicate on the "yesterday_hit" field.

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the Rent591Home queries.

func ByArea

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

ByArea orders the results by the area field.

func ByCasesID

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

ByCasesID orders the results by the cases_id field.

func ByCid

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

ByCid orders the results by the cid field.

func ByCommunity

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

ByCommunity orders the results by the community field.

func ByContact

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

ByContact orders the results by the contact field.

func ByCreatedAt

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

ByCreatedAt orders the results by the created_at field.

func ByDiscountPriceStr

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

ByDiscountPriceStr orders the results by the discount_price_str field.

func ByFloorStr

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

ByFloorStr orders the results by the floor_str field.

func ByHurry

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

ByHurry orders the results by the hurry field.

func ByID

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

ByID orders the results by the id field.

func ByIsCombine

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

ByIsCombine orders the results by the is_combine field.

func ByIsSocial

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

ByIsSocial orders the results by the is_social field.

func ByIsVideo

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

ByIsVideo orders the results by the is_video field.

func ByIsVip

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

ByIsVip orders the results by the is_vip field.

func ByKindName

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

ByKindName orders the results by the kind_name field.

func ByLocation

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

ByLocation orders the results by the location field.

func ByPostID

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

ByPostID orders the results by the post_id field.

func ByPreferred

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

ByPreferred orders the results by the preferred field.

func ByPrice

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

ByPrice orders the results by the price field.

func ByPriceUnit

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

ByPriceUnit orders the results by the price_unit field.

func ByRefreshTime

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

ByRefreshTime orders the results by the refresh_time field.

func ByRegionName

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

ByRegionName orders the results by the region_name field.

func ByRent591homeDetailsField

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

ByRent591homeDetailsField orders the results by rent591home_details field.

func ByRent591homeSurroundingsField

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

ByRent591homeSurroundingsField orders the results by rent591home_surroundings field.

func ByRent591homeTags

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

ByRent591homeTags orders the results by rent591home_tags terms.

func ByRent591homeTagsCount

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

ByRent591homeTagsCount orders the results by rent591home_tags count.

func ByRoleName

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

ByRoleName orders the results by the role_name field.

func ByRoomStr

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

ByRoomStr orders the results by the room_str field.

func BySectionName

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

BySectionName orders the results by the section_name field.

func ByStreetName

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

ByStreetName orders the results by the street_name field.

func ByTitle

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

ByTitle orders the results by the title field.

func ByType

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

ByType orders the results by the type field.

func ByUpdatedAt

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

ByUpdatedAt orders the results by the updated_at field.

func ByYesterdayHit

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

ByYesterdayHit orders the results by the yesterday_hit field.

Jump to

Keyboard shortcuts

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