rent591homedetailbrowse

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 rent591homedetailbrowse type in the database.
	Label = "rent591home_detail_browse"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldPc holds the string denoting the pc field in the database.
	FieldPc = "pc"
	// FieldMobile holds the string denoting the mobile field in the database.
	FieldMobile = "mobile"
	// EdgeRent591homeDetails holds the string denoting the rent591home_details edge name in mutations.
	EdgeRent591homeDetails = "rent591home_details"
	// Table holds the table name of the rent591homedetailbrowse in the database.
	Table = "rent591home_detail_browses"
	// Rent591homeDetailsTable is the table that holds the rent591home_details relation/edge. The primary key declared below.
	Rent591homeDetailsTable = "rent591home_detail_rent591home_detail_browses"
	// 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

View Source
var Columns = []string{
	FieldID,
	FieldPc,
	FieldMobile,
}

Columns holds all SQL columns for rent591homedetailbrowse 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_browse_id"}
)

Functions

func And

And groups predicates with the AND operator between them.

func HasRent591homeDetails

func HasRent591homeDetails() predicate.Rent591HomeDetailBrowse

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

func HasRent591homeDetailsWith

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

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

IDNotIn applies the NotIn predicate on the ID field.

func Mobile

Mobile applies equality check predicate on the "mobile" field. It's identical to MobileEQ.

func MobileEQ

MobileEQ applies the EQ predicate on the "mobile" field.

func MobileGT

MobileGT applies the GT predicate on the "mobile" field.

func MobileGTE

MobileGTE applies the GTE predicate on the "mobile" field.

func MobileIn

func MobileIn(vs ...int) predicate.Rent591HomeDetailBrowse

MobileIn applies the In predicate on the "mobile" field.

func MobileLT

MobileLT applies the LT predicate on the "mobile" field.

func MobileLTE

MobileLTE applies the LTE predicate on the "mobile" field.

func MobileNEQ

MobileNEQ applies the NEQ predicate on the "mobile" field.

func MobileNotIn

func MobileNotIn(vs ...int) predicate.Rent591HomeDetailBrowse

MobileNotIn applies the NotIn predicate on the "mobile" field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func Pc

Pc applies equality check predicate on the "pc" field. It's identical to PcEQ.

func PcEQ

PcEQ applies the EQ predicate on the "pc" field.

func PcGT

PcGT applies the GT predicate on the "pc" field.

func PcGTE

PcGTE applies the GTE predicate on the "pc" field.

func PcIn

PcIn applies the In predicate on the "pc" field.

func PcLT

PcLT applies the LT predicate on the "pc" field.

func PcLTE

PcLTE applies the LTE predicate on the "pc" field.

func PcNEQ

PcNEQ applies the NEQ predicate on the "pc" field.

func PcNotIn

func PcNotIn(vs ...int) predicate.Rent591HomeDetailBrowse

PcNotIn applies the NotIn predicate on the "pc" 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 Rent591HomeDetailBrowse queries.

func ByID

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

ByID orders the results by the id field.

func ByMobile

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

ByMobile orders the results by the mobile field.

func ByPc

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

ByPc orders the results by the pc 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.

Jump to

Keyboard shortcuts

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