rent591homedetailshareinfo

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 rent591homedetailshareinfo type in the database.
	Label = "rent591home_detail_share_info"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldURL holds the string denoting the url field in the database.
	FieldURL = "url"
	// FieldFrom holds the string denoting the from field in the database.
	FieldFrom = "from"
	// FieldTitle holds the string denoting the title field in the database.
	FieldTitle = "title"
	// EdgeRent591homeDetails holds the string denoting the rent591home_details edge name in mutations.
	EdgeRent591homeDetails = "rent591home_details"
	// Table holds the table name of the rent591homedetailshareinfo in the database.
	Table = "rent591home_detail_share_infos"
	// Rent591homeDetailsTable is the table that holds the rent591home_details relation/edge. The primary key declared below.
	Rent591homeDetailsTable = "rent591home_detail_rent591home_detail_shareinfos"
	// 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 rent591homedetailshareinfo 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_share_info_id"}
)

Functions

func And

And groups predicates with the AND operator between them.

func From

From applies equality check predicate on the "From" field. It's identical to FromEQ.

func FromContains

FromContains applies the Contains predicate on the "From" field.

func FromContainsFold

func FromContainsFold(v string) predicate.Rent591HomeDetailShareInfo

FromContainsFold applies the ContainsFold predicate on the "From" field.

func FromEQ

FromEQ applies the EQ predicate on the "From" field.

func FromEqualFold

FromEqualFold applies the EqualFold predicate on the "From" field.

func FromGT

FromGT applies the GT predicate on the "From" field.

func FromGTE

FromGTE applies the GTE predicate on the "From" field.

func FromHasPrefix

FromHasPrefix applies the HasPrefix predicate on the "From" field.

func FromHasSuffix

FromHasSuffix applies the HasSuffix predicate on the "From" field.

func FromIn

FromIn applies the In predicate on the "From" field.

func FromLT

FromLT applies the LT predicate on the "From" field.

func FromLTE

FromLTE applies the LTE predicate on the "From" field.

func FromNEQ

FromNEQ applies the NEQ predicate on the "From" field.

func FromNotIn

FromNotIn applies the NotIn predicate on the "From" field.

func HasRent591homeDetails

func HasRent591homeDetails() predicate.Rent591HomeDetailShareInfo

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

func HasRent591homeDetailsWith

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

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.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func Title

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

func TitleContains

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

func TitleContainsFold

func TitleContainsFold(v string) predicate.Rent591HomeDetailShareInfo

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

func TitleEQ

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

func TitleEqualFold

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

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

func TitleHasSuffix

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

func TitleIn

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

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

func URL

URL applies equality check predicate on the "url" field. It's identical to URLEQ.

func URLContains

URLContains applies the Contains predicate on the "url" field.

func URLContainsFold

func URLContainsFold(v string) predicate.Rent591HomeDetailShareInfo

URLContainsFold applies the ContainsFold predicate on the "url" field.

func URLEQ

URLEQ applies the EQ predicate on the "url" field.

func URLEqualFold

URLEqualFold applies the EqualFold predicate on the "url" field.

func URLGT

URLGT applies the GT predicate on the "url" field.

func URLGTE

URLGTE applies the GTE predicate on the "url" field.

func URLHasPrefix

URLHasPrefix applies the HasPrefix predicate on the "url" field.

func URLHasSuffix

URLHasSuffix applies the HasSuffix predicate on the "url" field.

func URLIn

URLIn applies the In predicate on the "url" field.

func URLLT

URLLT applies the LT predicate on the "url" field.

func URLLTE

URLLTE applies the LTE predicate on the "url" field.

func URLNEQ

URLNEQ applies the NEQ predicate on the "url" field.

func URLNotIn

URLNotIn applies the NotIn predicate on the "url" 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 Rent591HomeDetailShareInfo queries.

func ByFrom

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

ByFrom orders the results by the From field.

func ByID

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

ByID orders the results by the id 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 ByTitle

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

ByTitle orders the results by the title field.

func ByURL

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

ByURL orders the results by the url field.

Jump to

Keyboard shortcuts

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