rent591homedetailpublish

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

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

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

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the rent591homedetailpublish type in the database.
	Label = "rent591home_detail_publish"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldPostID holds the string denoting the post_id field in the database.
	FieldPostID = "post_id"
	// FieldName holds the string denoting the name field in the database.
	FieldName = "name"
	// FieldKey holds the string denoting the key field in the database.
	FieldKey = "key"
	// FieldPostTime holds the string denoting the post_time field in the database.
	FieldPostTime = "post_time"
	// FieldUpdateTime holds the string denoting the update_time field in the database.
	FieldUpdateTime = "update_time"
	// EdgeRent591homeDetails holds the string denoting the rent591home_details edge name in mutations.
	EdgeRent591homeDetails = "rent591home_details"
	// Table holds the table name of the rent591homedetailpublish in the database.
	Table = "rent591home_detail_publishes"
	// Rent591homeDetailsTable is the table that holds the rent591home_details relation/edge. The primary key declared below.
	Rent591homeDetailsTable = "rent591home_detail_rent591home_detail_publishs"
	// 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"
)

Variables

Columns holds all SQL columns for rent591homedetailpublish fields.

View Source
var (
	// Rent591homeDetailsPrimaryKey and Rent591homeDetailsColumn2 are the table columns denoting the
	// primary key for the rent591home_details relation (M2M).
	Rent591homeDetailsPrimaryKey = []string{"rent591home_detail_id", "rent591home_detail_publish_id"}
)

Functions

func And

And groups predicates with the AND operator between them.

func HasRent591homeDetails

func HasRent591homeDetails() predicate.Rent591HomeDetailPublish

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

func HasRent591homeDetailsWith

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

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

func ID

ID filters vertices based on their ID field.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDGT

IDGT applies the GT predicate on the ID field.

func IDGTE

IDGTE applies the GTE predicate on the ID field.

func IDIn

IDIn applies the In predicate on the ID field.

func IDLT

IDLT applies the LT predicate on the ID field.

func IDLTE

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

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

IDNotIn applies the NotIn predicate on the ID field.

func Key

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

func KeyContains

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

func KeyContainsFold

func KeyContainsFold(v string) predicate.Rent591HomeDetailPublish

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

func KeyEQ

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

func KeyEqualFold

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

func KeyGT

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

func KeyGTE

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

func KeyHasPrefix

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

func KeyHasSuffix

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

func KeyIn

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

func KeyLT

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

func KeyLTE

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

func KeyNEQ

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

func KeyNotIn

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

func Name

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

func NameContains

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

func NameContainsFold

func NameContainsFold(v string) predicate.Rent591HomeDetailPublish

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

func NameEQ

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

func NameEqualFold

func NameEqualFold(v string) predicate.Rent591HomeDetailPublish

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

func NameGT

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

func NameGTE

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

func NameHasPrefix

func NameHasPrefix(v string) predicate.Rent591HomeDetailPublish

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

func NameHasSuffix

func NameHasSuffix(v string) predicate.Rent591HomeDetailPublish

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

func NameIn

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

func NameLT

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

func NameLTE

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

func NameNEQ

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

func NameNotIn

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

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

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func PostID

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

func PostIDEQ

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

func PostIDGT

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

func PostIDGTE

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

func PostIDIn

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

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

func PostIDLT

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

func PostIDLTE

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

func PostIDNEQ

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

func PostIDNotIn

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

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

func PostTime

PostTime applies equality check predicate on the "post_time" field. It's identical to PostTimeEQ.

func PostTimeContains

func PostTimeContains(v string) predicate.Rent591HomeDetailPublish

PostTimeContains applies the Contains predicate on the "post_time" field.

func PostTimeContainsFold

func PostTimeContainsFold(v string) predicate.Rent591HomeDetailPublish

PostTimeContainsFold applies the ContainsFold predicate on the "post_time" field.

func PostTimeEQ

PostTimeEQ applies the EQ predicate on the "post_time" field.

func PostTimeEqualFold

func PostTimeEqualFold(v string) predicate.Rent591HomeDetailPublish

PostTimeEqualFold applies the EqualFold predicate on the "post_time" field.

func PostTimeGT

PostTimeGT applies the GT predicate on the "post_time" field.

func PostTimeGTE

PostTimeGTE applies the GTE predicate on the "post_time" field.

func PostTimeHasPrefix

func PostTimeHasPrefix(v string) predicate.Rent591HomeDetailPublish

PostTimeHasPrefix applies the HasPrefix predicate on the "post_time" field.

func PostTimeHasSuffix

func PostTimeHasSuffix(v string) predicate.Rent591HomeDetailPublish

PostTimeHasSuffix applies the HasSuffix predicate on the "post_time" field.

func PostTimeIn

func PostTimeIn(vs ...string) predicate.Rent591HomeDetailPublish

PostTimeIn applies the In predicate on the "post_time" field.

func PostTimeLT

PostTimeLT applies the LT predicate on the "post_time" field.

func PostTimeLTE

PostTimeLTE applies the LTE predicate on the "post_time" field.

func PostTimeNEQ

PostTimeNEQ applies the NEQ predicate on the "post_time" field.

func PostTimeNotIn

func PostTimeNotIn(vs ...string) predicate.Rent591HomeDetailPublish

PostTimeNotIn applies the NotIn predicate on the "post_time" field.

func UpdateTime

UpdateTime applies equality check predicate on the "update_time" field. It's identical to UpdateTimeEQ.

func UpdateTimeContains

func UpdateTimeContains(v string) predicate.Rent591HomeDetailPublish

UpdateTimeContains applies the Contains predicate on the "update_time" field.

func UpdateTimeContainsFold

func UpdateTimeContainsFold(v string) predicate.Rent591HomeDetailPublish

UpdateTimeContainsFold applies the ContainsFold predicate on the "update_time" field.

func UpdateTimeEQ

UpdateTimeEQ applies the EQ predicate on the "update_time" field.

func UpdateTimeEqualFold

func UpdateTimeEqualFold(v string) predicate.Rent591HomeDetailPublish

UpdateTimeEqualFold applies the EqualFold predicate on the "update_time" field.

func UpdateTimeGT

UpdateTimeGT applies the GT predicate on the "update_time" field.

func UpdateTimeGTE

func UpdateTimeGTE(v string) predicate.Rent591HomeDetailPublish

UpdateTimeGTE applies the GTE predicate on the "update_time" field.

func UpdateTimeHasPrefix

func UpdateTimeHasPrefix(v string) predicate.Rent591HomeDetailPublish

UpdateTimeHasPrefix applies the HasPrefix predicate on the "update_time" field.

func UpdateTimeHasSuffix

func UpdateTimeHasSuffix(v string) predicate.Rent591HomeDetailPublish

UpdateTimeHasSuffix applies the HasSuffix predicate on the "update_time" field.

func UpdateTimeIn

func UpdateTimeIn(vs ...string) predicate.Rent591HomeDetailPublish

UpdateTimeIn applies the In predicate on the "update_time" field.

func UpdateTimeLT

UpdateTimeLT applies the LT predicate on the "update_time" field.

func UpdateTimeLTE

func UpdateTimeLTE(v string) predicate.Rent591HomeDetailPublish

UpdateTimeLTE applies the LTE predicate on the "update_time" field.

func UpdateTimeNEQ

func UpdateTimeNEQ(v string) predicate.Rent591HomeDetailPublish

UpdateTimeNEQ applies the NEQ predicate on the "update_time" field.

func UpdateTimeNotIn

func UpdateTimeNotIn(vs ...string) predicate.Rent591HomeDetailPublish

UpdateTimeNotIn applies the NotIn predicate on the "update_time" 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 Rent591HomeDetailPublish queries.

func ByID

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

ByID orders the results by the id field.

func ByKey

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

ByKey orders the results by the key field.

func ByName

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

ByName orders the results by the name field.

func ByPostID

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

ByPostID orders the results by the post_id field.

func ByPostTime

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

ByPostTime orders the results by the post_time field.

func ByRent591homeDetails

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

ByRent591homeDetails orders the results by rent591home_details terms.

func ByRent591homeDetailsCount

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

ByRent591homeDetailsCount orders the results by rent591home_details count.

func ByUpdateTime

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

ByUpdateTime orders the results by the update_time field.

Jump to

Keyboard shortcuts

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