rent591homedetailbreadcrumb

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 rent591homedetailbreadcrumb type in the database.
	Label = "rent591home_detail_breadcrumb"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldName holds the string denoting the name field in the database.
	FieldName = "name"
	// FieldPostID holds the string denoting the post_id field in the database.
	FieldPostID = "post_id"
	// FieldQuery holds the string denoting the query field in the database.
	FieldQuery = "query"
	// FieldLink holds the string denoting the link field in the database.
	FieldLink = "link"
	// EdgeRent591homeDetails holds the string denoting the rent591home_details edge name in mutations.
	EdgeRent591homeDetails = "rent591home_details"
	// Table holds the table name of the rent591homedetailbreadcrumb in the database.
	Table = "rent591home_detail_breadcrumbs"
	// Rent591homeDetailsTable is the table that holds the rent591home_details relation/edge. The primary key declared below.
	Rent591homeDetailsTable = "rent591home_detail_breadcrumb_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"
)

Variables

Columns holds all SQL columns for rent591homedetailbreadcrumb 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_breadcrumb_id", "rent591home_detail_id"}
)

Functions

func And

And groups predicates with the AND operator between them.

func HasRent591homeDetails

func HasRent591homeDetails() predicate.Rent591HomeDetailBreadcrumb

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

func HasRent591homeDetailsWith

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

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

func ID

ID filters vertices based on their ID field.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDGT

IDGT applies the GT predicate on the ID field.

func IDGTE

IDGTE applies the GTE predicate on the ID field.

func IDIn

IDIn applies the In predicate on the ID field.

func IDLT

IDLT applies the LT predicate on the ID field.

func IDLTE

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

IDNotIn applies the NotIn predicate on the ID field.

Link applies equality check predicate on the "link" field. It's identical to LinkEQ.

func LinkContains

LinkContains applies the Contains predicate on the "link" field.

func LinkContainsFold

func LinkContainsFold(v string) predicate.Rent591HomeDetailBreadcrumb

LinkContainsFold applies the ContainsFold predicate on the "link" field.

func LinkEQ

LinkEQ applies the EQ predicate on the "link" field.

func LinkEqualFold

LinkEqualFold applies the EqualFold predicate on the "link" field.

func LinkGT

LinkGT applies the GT predicate on the "link" field.

func LinkGTE

LinkGTE applies the GTE predicate on the "link" field.

func LinkHasPrefix

LinkHasPrefix applies the HasPrefix predicate on the "link" field.

func LinkHasSuffix

LinkHasSuffix applies the HasSuffix predicate on the "link" field.

func LinkIn

LinkIn applies the In predicate on the "link" field.

func LinkLT

LinkLT applies the LT predicate on the "link" field.

func LinkLTE

LinkLTE applies the LTE predicate on the "link" field.

func LinkNEQ

LinkNEQ applies the NEQ predicate on the "link" field.

func LinkNotIn

LinkNotIn applies the NotIn predicate on the "link" 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.Rent591HomeDetailBreadcrumb

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

func NameEQ

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

func NameEqualFold

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

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

func NameHasSuffix

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

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

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

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

func Query

Query applies equality check predicate on the "query" field. It's identical to QueryEQ.

func QueryContains

QueryContains applies the Contains predicate on the "query" field.

func QueryContainsFold

func QueryContainsFold(v string) predicate.Rent591HomeDetailBreadcrumb

QueryContainsFold applies the ContainsFold predicate on the "query" field.

func QueryEQ

QueryEQ applies the EQ predicate on the "query" field.

func QueryEqualFold

QueryEqualFold applies the EqualFold predicate on the "query" field.

func QueryGT

QueryGT applies the GT predicate on the "query" field.

func QueryGTE

QueryGTE applies the GTE predicate on the "query" field.

func QueryHasPrefix

QueryHasPrefix applies the HasPrefix predicate on the "query" field.

func QueryHasSuffix

QueryHasSuffix applies the HasSuffix predicate on the "query" field.

func QueryIn

QueryIn applies the In predicate on the "query" field.

func QueryLT

QueryLT applies the LT predicate on the "query" field.

func QueryLTE

QueryLTE applies the LTE predicate on the "query" field.

func QueryNEQ

QueryNEQ applies the NEQ predicate on the "query" field.

func QueryNotIn

QueryNotIn applies the NotIn predicate on the "query" 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 Rent591HomeDetailBreadcrumb queries.

func ByID

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

ByID orders the results by the id field.

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

ByLink orders the results by the link 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 ByQuery

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

ByQuery orders the results by the query 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