rent591homedetail

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 rent591homedetail type in the database.
	Label = "rent591home_detail"
	// 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"
	// FieldDeposit holds the string denoting the deposit field in the database.
	FieldDeposit = "deposit"
	// FieldKind holds the string denoting the kind field in the database.
	FieldKind = "kind"
	// FieldRelieved holds the string denoting the relieved field in the database.
	FieldRelieved = "relieved"
	// FieldRegionID holds the string denoting the region_id field in the database.
	FieldRegionID = "region_id"
	// FieldSectionID holds the string denoting the section_id field in the database.
	FieldSectionID = "section_id"
	// FieldDealText holds the string denoting the deal_text field in the database.
	FieldDealText = "deal_text"
	// FieldDealTime holds the string denoting the deal_time field in the database.
	FieldDealTime = "deal_time"
	// 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"
	// 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"
	// EdgeRent591homes holds the string denoting the rent591homes edge name in mutations.
	EdgeRent591homes = "rent591homes"
	// EdgeRent591homeDetailBreadcrumbs holds the string denoting the rent591home_detail_breadcrumbs edge name in mutations.
	EdgeRent591homeDetailBreadcrumbs = "rent591home_detail_breadcrumbs"
	// EdgeRent591homeDetailShareinfos holds the string denoting the rent591home_detail_shareinfos edge name in mutations.
	EdgeRent591homeDetailShareinfos = "rent591home_detail_shareinfos"
	// EdgeRent591homeDetailBrowses holds the string denoting the rent591home_detail_browses edge name in mutations.
	EdgeRent591homeDetailBrowses = "rent591home_detail_browses"
	// EdgeRent591homeDetailTags holds the string denoting the rent591home_detail_tags edge name in mutations.
	EdgeRent591homeDetailTags = "rent591home_detail_tags"
	// EdgeRent591homeDetailNavdatas holds the string denoting the rent591home_detail_navdatas edge name in mutations.
	EdgeRent591homeDetailNavdatas = "rent591home_detail_navdatas"
	// EdgeRent591homeDetailInfos holds the string denoting the rent591home_detail_infos edge name in mutations.
	EdgeRent591homeDetailInfos = "rent591home_detail_infos"
	// EdgeRent591homeDetailPublishs holds the string denoting the rent591home_detail_publishs edge name in mutations.
	EdgeRent591homeDetailPublishs = "rent591home_detail_publishs"
	// EdgeRent591homeDetailPositionRounds holds the string denoting the rent591home_detail_position_rounds edge name in mutations.
	EdgeRent591homeDetailPositionRounds = "rent591home_detail_position_rounds"
	// Table holds the table name of the rent591homedetail in the database.
	Table = "rent591home_details"
	// Rent591homesTable is the table that holds the rent591homes relation/edge.
	Rent591homesTable = "rent591home_details"
	// Rent591homesInverseTable is the table name for the Rent591Home entity.
	// It exists in this package in order to avoid circular dependency with the "rent591home" package.
	Rent591homesInverseTable = "rent591homes"
	// Rent591homesColumn is the table column denoting the rent591homes relation/edge.
	Rent591homesColumn = "rent591home_rent591home_details"
	// Rent591homeDetailBreadcrumbsTable is the table that holds the rent591home_detail_breadcrumbs relation/edge. The primary key declared below.
	Rent591homeDetailBreadcrumbsTable = "rent591home_detail_breadcrumb_rent591home_details"
	// Rent591homeDetailBreadcrumbsInverseTable is the table name for the Rent591HomeDetailBreadcrumb entity.
	// It exists in this package in order to avoid circular dependency with the "rent591homedetailbreadcrumb" package.
	Rent591homeDetailBreadcrumbsInverseTable = "rent591home_detail_breadcrumbs"
	// Rent591homeDetailShareinfosTable is the table that holds the rent591home_detail_shareinfos relation/edge. The primary key declared below.
	Rent591homeDetailShareinfosTable = "rent591home_detail_rent591home_detail_shareinfos"
	// Rent591homeDetailShareinfosInverseTable is the table name for the Rent591HomeDetailShareInfo entity.
	// It exists in this package in order to avoid circular dependency with the "rent591homedetailshareinfo" package.
	Rent591homeDetailShareinfosInverseTable = "rent591home_detail_share_infos"
	// Rent591homeDetailBrowsesTable is the table that holds the rent591home_detail_browses relation/edge. The primary key declared below.
	Rent591homeDetailBrowsesTable = "rent591home_detail_rent591home_detail_browses"
	// Rent591homeDetailBrowsesInverseTable is the table name for the Rent591HomeDetailBrowse entity.
	// It exists in this package in order to avoid circular dependency with the "rent591homedetailbrowse" package.
	Rent591homeDetailBrowsesInverseTable = "rent591home_detail_browses"
	// Rent591homeDetailTagsTable is the table that holds the rent591home_detail_tags relation/edge. The primary key declared below.
	Rent591homeDetailTagsTable = "rent591home_detail_tag_rent591home_details"
	// Rent591homeDetailTagsInverseTable is the table name for the Rent591HomeDetailTag entity.
	// It exists in this package in order to avoid circular dependency with the "rent591homedetailtag" package.
	Rent591homeDetailTagsInverseTable = "rent591home_detail_tags"
	// Rent591homeDetailNavdatasTable is the table that holds the rent591home_detail_navdatas relation/edge. The primary key declared below.
	Rent591homeDetailNavdatasTable = "rent591home_detail_nav_data_rent591home_details"
	// Rent591homeDetailNavdatasInverseTable is the table name for the Rent591HomeDetailNavData entity.
	// It exists in this package in order to avoid circular dependency with the "rent591homedetailnavdata" package.
	Rent591homeDetailNavdatasInverseTable = "rent591home_detail_nav_data"
	// Rent591homeDetailInfosTable is the table that holds the rent591home_detail_infos relation/edge. The primary key declared below.
	Rent591homeDetailInfosTable = "rent591home_detail_info_rent591home_details"
	// Rent591homeDetailInfosInverseTable is the table name for the Rent591HomeDetailInfo entity.
	// It exists in this package in order to avoid circular dependency with the "rent591homedetailinfo" package.
	Rent591homeDetailInfosInverseTable = "rent591home_detail_infos"
	// Rent591homeDetailPublishsTable is the table that holds the rent591home_detail_publishs relation/edge. The primary key declared below.
	Rent591homeDetailPublishsTable = "rent591home_detail_rent591home_detail_publishs"
	// Rent591homeDetailPublishsInverseTable is the table name for the Rent591HomeDetailPublish entity.
	// It exists in this package in order to avoid circular dependency with the "rent591homedetailpublish" package.
	Rent591homeDetailPublishsInverseTable = "rent591home_detail_publishes"
	// Rent591homeDetailPositionRoundsTable is the table that holds the rent591home_detail_position_rounds relation/edge.
	Rent591homeDetailPositionRoundsTable = "rent591home_detail_position_rounds"
	// Rent591homeDetailPositionRoundsInverseTable is the table name for the Rent591HomeDetailPositionRound entity.
	// It exists in this package in order to avoid circular dependency with the "rent591homedetailpositionround" package.
	Rent591homeDetailPositionRoundsInverseTable = "rent591home_detail_position_rounds"
	// Rent591homeDetailPositionRoundsColumn is the table column denoting the rent591home_detail_position_rounds relation/edge.
	Rent591homeDetailPositionRoundsColumn = "rent591home_detail_rent591home_detail_position_rounds"
)

Variables

View Source
var (
	// Rent591homeDetailBreadcrumbsPrimaryKey and Rent591homeDetailBreadcrumbsColumn2 are the table columns denoting the
	// primary key for the rent591home_detail_breadcrumbs relation (M2M).
	Rent591homeDetailBreadcrumbsPrimaryKey = []string{"rent591home_detail_breadcrumb_id", "rent591home_detail_id"}
	// Rent591homeDetailShareinfosPrimaryKey and Rent591homeDetailShareinfosColumn2 are the table columns denoting the
	// primary key for the rent591home_detail_shareinfos relation (M2M).
	Rent591homeDetailShareinfosPrimaryKey = []string{"rent591home_detail_id", "rent591home_detail_share_info_id"}
	// Rent591homeDetailBrowsesPrimaryKey and Rent591homeDetailBrowsesColumn2 are the table columns denoting the
	// primary key for the rent591home_detail_browses relation (M2M).
	Rent591homeDetailBrowsesPrimaryKey = []string{"rent591home_detail_id", "rent591home_detail_browse_id"}
	// Rent591homeDetailTagsPrimaryKey and Rent591homeDetailTagsColumn2 are the table columns denoting the
	// primary key for the rent591home_detail_tags relation (M2M).
	Rent591homeDetailTagsPrimaryKey = []string{"rent591home_detail_tag_id", "rent591home_detail_id"}
	// Rent591homeDetailNavdatasPrimaryKey and Rent591homeDetailNavdatasColumn2 are the table columns denoting the
	// primary key for the rent591home_detail_navdatas relation (M2M).
	Rent591homeDetailNavdatasPrimaryKey = []string{"rent591home_detail_nav_data_id", "rent591home_detail_id"}
	// Rent591homeDetailInfosPrimaryKey and Rent591homeDetailInfosColumn2 are the table columns denoting the
	// primary key for the rent591home_detail_infos relation (M2M).
	Rent591homeDetailInfosPrimaryKey = []string{"rent591home_detail_info_id", "rent591home_detail_id"}
	// Rent591homeDetailPublishsPrimaryKey and Rent591homeDetailPublishsColumn2 are the table columns denoting the
	// primary key for the rent591home_detail_publishs relation (M2M).
	Rent591homeDetailPublishsPrimaryKey = []string{"rent591home_detail_id", "rent591home_detail_publish_id"}
)
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 rent591homedetail fields.

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

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

Functions

func And

And groups predicates with the AND operator between them.

func CreatedAt

func CreatedAt(v time.Time) predicate.Rent591HomeDetail

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

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.Rent591HomeDetail

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.Rent591HomeDetail

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.Rent591HomeDetail

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

func CreatedAtIn

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

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.Rent591HomeDetail

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.Rent591HomeDetail

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.Rent591HomeDetail

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

func CreatedAtNotIn

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

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

func DealText

DealText applies equality check predicate on the "deal_text" field. It's identical to DealTextEQ.

func DealTextContains

func DealTextContains(v string) predicate.Rent591HomeDetail

DealTextContains applies the Contains predicate on the "deal_text" field.

func DealTextContainsFold

func DealTextContainsFold(v string) predicate.Rent591HomeDetail

DealTextContainsFold applies the ContainsFold predicate on the "deal_text" field.

func DealTextEQ

func DealTextEQ(v string) predicate.Rent591HomeDetail

DealTextEQ applies the EQ predicate on the "deal_text" field.

func DealTextEqualFold

func DealTextEqualFold(v string) predicate.Rent591HomeDetail

DealTextEqualFold applies the EqualFold predicate on the "deal_text" field.

func DealTextGT

func DealTextGT(v string) predicate.Rent591HomeDetail

DealTextGT applies the GT predicate on the "deal_text" field.

func DealTextGTE

func DealTextGTE(v string) predicate.Rent591HomeDetail

DealTextGTE applies the GTE predicate on the "deal_text" field.

func DealTextHasPrefix

func DealTextHasPrefix(v string) predicate.Rent591HomeDetail

DealTextHasPrefix applies the HasPrefix predicate on the "deal_text" field.

func DealTextHasSuffix

func DealTextHasSuffix(v string) predicate.Rent591HomeDetail

DealTextHasSuffix applies the HasSuffix predicate on the "deal_text" field.

func DealTextIn

func DealTextIn(vs ...string) predicate.Rent591HomeDetail

DealTextIn applies the In predicate on the "deal_text" field.

func DealTextIsNil

func DealTextIsNil() predicate.Rent591HomeDetail

DealTextIsNil applies the IsNil predicate on the "deal_text" field.

func DealTextLT

func DealTextLT(v string) predicate.Rent591HomeDetail

DealTextLT applies the LT predicate on the "deal_text" field.

func DealTextLTE

func DealTextLTE(v string) predicate.Rent591HomeDetail

DealTextLTE applies the LTE predicate on the "deal_text" field.

func DealTextNEQ

func DealTextNEQ(v string) predicate.Rent591HomeDetail

DealTextNEQ applies the NEQ predicate on the "deal_text" field.

func DealTextNotIn

func DealTextNotIn(vs ...string) predicate.Rent591HomeDetail

DealTextNotIn applies the NotIn predicate on the "deal_text" field.

func DealTextNotNil

func DealTextNotNil() predicate.Rent591HomeDetail

DealTextNotNil applies the NotNil predicate on the "deal_text" field.

func DealTime

func DealTime(v int) predicate.Rent591HomeDetail

DealTime applies equality check predicate on the "deal_time" field. It's identical to DealTimeEQ.

func DealTimeEQ

func DealTimeEQ(v int) predicate.Rent591HomeDetail

DealTimeEQ applies the EQ predicate on the "deal_time" field.

func DealTimeGT

func DealTimeGT(v int) predicate.Rent591HomeDetail

DealTimeGT applies the GT predicate on the "deal_time" field.

func DealTimeGTE

func DealTimeGTE(v int) predicate.Rent591HomeDetail

DealTimeGTE applies the GTE predicate on the "deal_time" field.

func DealTimeIn

func DealTimeIn(vs ...int) predicate.Rent591HomeDetail

DealTimeIn applies the In predicate on the "deal_time" field.

func DealTimeLT

func DealTimeLT(v int) predicate.Rent591HomeDetail

DealTimeLT applies the LT predicate on the "deal_time" field.

func DealTimeLTE

func DealTimeLTE(v int) predicate.Rent591HomeDetail

DealTimeLTE applies the LTE predicate on the "deal_time" field.

func DealTimeNEQ

func DealTimeNEQ(v int) predicate.Rent591HomeDetail

DealTimeNEQ applies the NEQ predicate on the "deal_time" field.

func DealTimeNotIn

func DealTimeNotIn(vs ...int) predicate.Rent591HomeDetail

DealTimeNotIn applies the NotIn predicate on the "deal_time" field.

func Deposit

Deposit applies equality check predicate on the "deposit" field. It's identical to DepositEQ.

func DepositContains

func DepositContains(v string) predicate.Rent591HomeDetail

DepositContains applies the Contains predicate on the "deposit" field.

func DepositContainsFold

func DepositContainsFold(v string) predicate.Rent591HomeDetail

DepositContainsFold applies the ContainsFold predicate on the "deposit" field.

func DepositEQ

func DepositEQ(v string) predicate.Rent591HomeDetail

DepositEQ applies the EQ predicate on the "deposit" field.

func DepositEqualFold

func DepositEqualFold(v string) predicate.Rent591HomeDetail

DepositEqualFold applies the EqualFold predicate on the "deposit" field.

func DepositGT

func DepositGT(v string) predicate.Rent591HomeDetail

DepositGT applies the GT predicate on the "deposit" field.

func DepositGTE

func DepositGTE(v string) predicate.Rent591HomeDetail

DepositGTE applies the GTE predicate on the "deposit" field.

func DepositHasPrefix

func DepositHasPrefix(v string) predicate.Rent591HomeDetail

DepositHasPrefix applies the HasPrefix predicate on the "deposit" field.

func DepositHasSuffix

func DepositHasSuffix(v string) predicate.Rent591HomeDetail

DepositHasSuffix applies the HasSuffix predicate on the "deposit" field.

func DepositIn

func DepositIn(vs ...string) predicate.Rent591HomeDetail

DepositIn applies the In predicate on the "deposit" field.

func DepositLT

func DepositLT(v string) predicate.Rent591HomeDetail

DepositLT applies the LT predicate on the "deposit" field.

func DepositLTE

func DepositLTE(v string) predicate.Rent591HomeDetail

DepositLTE applies the LTE predicate on the "deposit" field.

func DepositNEQ

func DepositNEQ(v string) predicate.Rent591HomeDetail

DepositNEQ applies the NEQ predicate on the "deposit" field.

func DepositNotIn

func DepositNotIn(vs ...string) predicate.Rent591HomeDetail

DepositNotIn applies the NotIn predicate on the "deposit" field.

func HasRent591homeDetailBreadcrumbs

func HasRent591homeDetailBreadcrumbs() predicate.Rent591HomeDetail

HasRent591homeDetailBreadcrumbs applies the HasEdge predicate on the "rent591home_detail_breadcrumbs" edge.

func HasRent591homeDetailBreadcrumbsWith

func HasRent591homeDetailBreadcrumbsWith(preds ...predicate.Rent591HomeDetailBreadcrumb) predicate.Rent591HomeDetail

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

func HasRent591homeDetailBrowses

func HasRent591homeDetailBrowses() predicate.Rent591HomeDetail

HasRent591homeDetailBrowses applies the HasEdge predicate on the "rent591home_detail_browses" edge.

func HasRent591homeDetailBrowsesWith

func HasRent591homeDetailBrowsesWith(preds ...predicate.Rent591HomeDetailBrowse) predicate.Rent591HomeDetail

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

func HasRent591homeDetailInfos

func HasRent591homeDetailInfos() predicate.Rent591HomeDetail

HasRent591homeDetailInfos applies the HasEdge predicate on the "rent591home_detail_infos" edge.

func HasRent591homeDetailInfosWith

func HasRent591homeDetailInfosWith(preds ...predicate.Rent591HomeDetailInfo) predicate.Rent591HomeDetail

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

func HasRent591homeDetailNavdatas

func HasRent591homeDetailNavdatas() predicate.Rent591HomeDetail

HasRent591homeDetailNavdatas applies the HasEdge predicate on the "rent591home_detail_navdatas" edge.

func HasRent591homeDetailNavdatasWith

func HasRent591homeDetailNavdatasWith(preds ...predicate.Rent591HomeDetailNavData) predicate.Rent591HomeDetail

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

func HasRent591homeDetailPositionRounds

func HasRent591homeDetailPositionRounds() predicate.Rent591HomeDetail

HasRent591homeDetailPositionRounds applies the HasEdge predicate on the "rent591home_detail_position_rounds" edge.

func HasRent591homeDetailPositionRoundsWith

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

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

func HasRent591homeDetailPublishs

func HasRent591homeDetailPublishs() predicate.Rent591HomeDetail

HasRent591homeDetailPublishs applies the HasEdge predicate on the "rent591home_detail_publishs" edge.

func HasRent591homeDetailPublishsWith

func HasRent591homeDetailPublishsWith(preds ...predicate.Rent591HomeDetailPublish) predicate.Rent591HomeDetail

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

func HasRent591homeDetailShareinfos

func HasRent591homeDetailShareinfos() predicate.Rent591HomeDetail

HasRent591homeDetailShareinfos applies the HasEdge predicate on the "rent591home_detail_shareinfos" edge.

func HasRent591homeDetailShareinfosWith

func HasRent591homeDetailShareinfosWith(preds ...predicate.Rent591HomeDetailShareInfo) predicate.Rent591HomeDetail

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

func HasRent591homeDetailTags

func HasRent591homeDetailTags() predicate.Rent591HomeDetail

HasRent591homeDetailTags applies the HasEdge predicate on the "rent591home_detail_tags" edge.

func HasRent591homeDetailTagsWith

func HasRent591homeDetailTagsWith(preds ...predicate.Rent591HomeDetailTag) predicate.Rent591HomeDetail

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

func HasRent591homes

func HasRent591homes() predicate.Rent591HomeDetail

HasRent591homes applies the HasEdge predicate on the "rent591homes" edge.

func HasRent591homesWith

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

HasRent591homesWith applies the HasEdge predicate on the "rent591homes" 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

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

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

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

IDNotIn applies the NotIn predicate on the ID field.

func Kind

Kind applies equality check predicate on the "kind" field. It's identical to KindEQ.

func KindEQ

KindEQ applies the EQ predicate on the "kind" field.

func KindGT

KindGT applies the GT predicate on the "kind" field.

func KindGTE

func KindGTE(v int) predicate.Rent591HomeDetail

KindGTE applies the GTE predicate on the "kind" field.

func KindIn

func KindIn(vs ...int) predicate.Rent591HomeDetail

KindIn applies the In predicate on the "kind" field.

func KindLT

KindLT applies the LT predicate on the "kind" field.

func KindLTE

func KindLTE(v int) predicate.Rent591HomeDetail

KindLTE applies the LTE predicate on the "kind" field.

func KindNEQ

func KindNEQ(v int) predicate.Rent591HomeDetail

KindNEQ applies the NEQ predicate on the "kind" field.

func KindNotIn

func KindNotIn(vs ...int) predicate.Rent591HomeDetail

KindNotIn applies the NotIn predicate on the "kind" field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func Price

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

func PriceEQ

func PriceEQ(v int) predicate.Rent591HomeDetail

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

func PriceGT

func PriceGT(v int) predicate.Rent591HomeDetail

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

func PriceGTE

func PriceGTE(v int) predicate.Rent591HomeDetail

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

func PriceIn

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

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

func PriceLT

func PriceLT(v int) predicate.Rent591HomeDetail

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

func PriceLTE

func PriceLTE(v int) predicate.Rent591HomeDetail

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

func PriceNEQ

func PriceNEQ(v int) predicate.Rent591HomeDetail

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

func PriceNotIn

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

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

func PriceUnit

func PriceUnit(v string) predicate.Rent591HomeDetail

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

func PriceUnitContains

func PriceUnitContains(v string) predicate.Rent591HomeDetail

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

func PriceUnitContainsFold

func PriceUnitContainsFold(v string) predicate.Rent591HomeDetail

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

func PriceUnitEQ

func PriceUnitEQ(v string) predicate.Rent591HomeDetail

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

func PriceUnitEqualFold

func PriceUnitEqualFold(v string) predicate.Rent591HomeDetail

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

func PriceUnitGT

func PriceUnitGT(v string) predicate.Rent591HomeDetail

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

func PriceUnitGTE

func PriceUnitGTE(v string) predicate.Rent591HomeDetail

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

func PriceUnitHasPrefix

func PriceUnitHasPrefix(v string) predicate.Rent591HomeDetail

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

func PriceUnitHasSuffix

func PriceUnitHasSuffix(v string) predicate.Rent591HomeDetail

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

func PriceUnitIn

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

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

func PriceUnitLT

func PriceUnitLT(v string) predicate.Rent591HomeDetail

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

func PriceUnitLTE

func PriceUnitLTE(v string) predicate.Rent591HomeDetail

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

func PriceUnitNEQ

func PriceUnitNEQ(v string) predicate.Rent591HomeDetail

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

func PriceUnitNotIn

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

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

func RegionID

func RegionID(v int) predicate.Rent591HomeDetail

RegionID applies equality check predicate on the "region_id" field. It's identical to RegionIDEQ.

func RegionIDEQ

func RegionIDEQ(v int) predicate.Rent591HomeDetail

RegionIDEQ applies the EQ predicate on the "region_id" field.

func RegionIDGT

func RegionIDGT(v int) predicate.Rent591HomeDetail

RegionIDGT applies the GT predicate on the "region_id" field.

func RegionIDGTE

func RegionIDGTE(v int) predicate.Rent591HomeDetail

RegionIDGTE applies the GTE predicate on the "region_id" field.

func RegionIDIn

func RegionIDIn(vs ...int) predicate.Rent591HomeDetail

RegionIDIn applies the In predicate on the "region_id" field.

func RegionIDLT

func RegionIDLT(v int) predicate.Rent591HomeDetail

RegionIDLT applies the LT predicate on the "region_id" field.

func RegionIDLTE

func RegionIDLTE(v int) predicate.Rent591HomeDetail

RegionIDLTE applies the LTE predicate on the "region_id" field.

func RegionIDNEQ

func RegionIDNEQ(v int) predicate.Rent591HomeDetail

RegionIDNEQ applies the NEQ predicate on the "region_id" field.

func RegionIDNotIn

func RegionIDNotIn(vs ...int) predicate.Rent591HomeDetail

RegionIDNotIn applies the NotIn predicate on the "region_id" field.

func Relieved

func Relieved(v int) predicate.Rent591HomeDetail

Relieved applies equality check predicate on the "relieved" field. It's identical to RelievedEQ.

func RelievedEQ

func RelievedEQ(v int) predicate.Rent591HomeDetail

RelievedEQ applies the EQ predicate on the "relieved" field.

func RelievedGT

func RelievedGT(v int) predicate.Rent591HomeDetail

RelievedGT applies the GT predicate on the "relieved" field.

func RelievedGTE

func RelievedGTE(v int) predicate.Rent591HomeDetail

RelievedGTE applies the GTE predicate on the "relieved" field.

func RelievedIn

func RelievedIn(vs ...int) predicate.Rent591HomeDetail

RelievedIn applies the In predicate on the "relieved" field.

func RelievedLT

func RelievedLT(v int) predicate.Rent591HomeDetail

RelievedLT applies the LT predicate on the "relieved" field.

func RelievedLTE

func RelievedLTE(v int) predicate.Rent591HomeDetail

RelievedLTE applies the LTE predicate on the "relieved" field.

func RelievedNEQ

func RelievedNEQ(v int) predicate.Rent591HomeDetail

RelievedNEQ applies the NEQ predicate on the "relieved" field.

func RelievedNotIn

func RelievedNotIn(vs ...int) predicate.Rent591HomeDetail

RelievedNotIn applies the NotIn predicate on the "relieved" field.

func SectionID

func SectionID(v int) predicate.Rent591HomeDetail

SectionID applies equality check predicate on the "section_id" field. It's identical to SectionIDEQ.

func SectionIDEQ

func SectionIDEQ(v int) predicate.Rent591HomeDetail

SectionIDEQ applies the EQ predicate on the "section_id" field.

func SectionIDGT

func SectionIDGT(v int) predicate.Rent591HomeDetail

SectionIDGT applies the GT predicate on the "section_id" field.

func SectionIDGTE

func SectionIDGTE(v int) predicate.Rent591HomeDetail

SectionIDGTE applies the GTE predicate on the "section_id" field.

func SectionIDIn

func SectionIDIn(vs ...int) predicate.Rent591HomeDetail

SectionIDIn applies the In predicate on the "section_id" field.

func SectionIDLT

func SectionIDLT(v int) predicate.Rent591HomeDetail

SectionIDLT applies the LT predicate on the "section_id" field.

func SectionIDLTE

func SectionIDLTE(v int) predicate.Rent591HomeDetail

SectionIDLTE applies the LTE predicate on the "section_id" field.

func SectionIDNEQ

func SectionIDNEQ(v int) predicate.Rent591HomeDetail

SectionIDNEQ applies the NEQ predicate on the "section_id" field.

func SectionIDNotIn

func SectionIDNotIn(vs ...int) predicate.Rent591HomeDetail

SectionIDNotIn applies the NotIn predicate on the "section_id" field.

func Title

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

func TitleContains

func TitleContains(v string) predicate.Rent591HomeDetail

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

func TitleContainsFold

func TitleContainsFold(v string) predicate.Rent591HomeDetail

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

func TitleEQ

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

func TitleEqualFold

func TitleEqualFold(v string) predicate.Rent591HomeDetail

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

func TitleHasPrefix(v string) predicate.Rent591HomeDetail

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

func TitleHasSuffix

func TitleHasSuffix(v string) predicate.Rent591HomeDetail

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

func TitleIn

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

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

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

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

func UpdatedAt

func UpdatedAt(v time.Time) predicate.Rent591HomeDetail

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

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.Rent591HomeDetail

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

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.Rent591HomeDetail

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

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.Rent591HomeDetail

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

func UpdatedAtIn

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

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

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.Rent591HomeDetail

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

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.Rent591HomeDetail

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

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.Rent591HomeDetail

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

func UpdatedAtNotIn

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

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

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the Rent591HomeDetail queries.

func ByCreatedAt

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

ByCreatedAt orders the results by the created_at field.

func ByDealText

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

ByDealText orders the results by the deal_text field.

func ByDealTime

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

ByDealTime orders the results by the deal_time field.

func ByDeposit

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

ByDeposit orders the results by the deposit field.

func ByID

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

ByID orders the results by the id field.

func ByKind

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

ByKind orders the results by the kind 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 ByRegionID

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

ByRegionID orders the results by the region_id field.

func ByRelieved

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

ByRelieved orders the results by the relieved field.

func ByRent591homeDetailBreadcrumbs

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

ByRent591homeDetailBreadcrumbs orders the results by rent591home_detail_breadcrumbs terms.

func ByRent591homeDetailBreadcrumbsCount

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

ByRent591homeDetailBreadcrumbsCount orders the results by rent591home_detail_breadcrumbs count.

func ByRent591homeDetailBrowses

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

ByRent591homeDetailBrowses orders the results by rent591home_detail_browses terms.

func ByRent591homeDetailBrowsesCount

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

ByRent591homeDetailBrowsesCount orders the results by rent591home_detail_browses count.

func ByRent591homeDetailInfos

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

ByRent591homeDetailInfos orders the results by rent591home_detail_infos terms.

func ByRent591homeDetailInfosCount

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

ByRent591homeDetailInfosCount orders the results by rent591home_detail_infos count.

func ByRent591homeDetailNavdatas

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

ByRent591homeDetailNavdatas orders the results by rent591home_detail_navdatas terms.

func ByRent591homeDetailNavdatasCount

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

ByRent591homeDetailNavdatasCount orders the results by rent591home_detail_navdatas count.

func ByRent591homeDetailPositionRoundsField

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

ByRent591homeDetailPositionRoundsField orders the results by rent591home_detail_position_rounds field.

func ByRent591homeDetailPublishs

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

ByRent591homeDetailPublishs orders the results by rent591home_detail_publishs terms.

func ByRent591homeDetailPublishsCount

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

ByRent591homeDetailPublishsCount orders the results by rent591home_detail_publishs count.

func ByRent591homeDetailShareinfos

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

ByRent591homeDetailShareinfos orders the results by rent591home_detail_shareinfos terms.

func ByRent591homeDetailShareinfosCount

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

ByRent591homeDetailShareinfosCount orders the results by rent591home_detail_shareinfos count.

func ByRent591homeDetailTags

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

ByRent591homeDetailTags orders the results by rent591home_detail_tags terms.

func ByRent591homeDetailTagsCount

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

ByRent591homeDetailTagsCount orders the results by rent591home_detail_tags count.

func ByRent591homesField

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

ByRent591homesField orders the results by rent591homes field.

func BySectionID

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

BySectionID orders the results by the section_id field.

func ByTitle

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

ByTitle orders the results by the title field.

func ByUpdatedAt

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

ByUpdatedAt orders the results by the updated_at field.

Jump to

Keyboard shortcuts

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