rent591homedetailtag

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 rent591homedetailtag type in the database.
	Label = "rent591home_detail_tag"
	// 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"
	// FieldValue holds the string denoting the value field in the database.
	FieldValue = "value"
	// EdgeRent591homeDetails holds the string denoting the rent591home_details edge name in mutations.
	EdgeRent591homeDetails = "rent591home_details"
	// Table holds the table name of the rent591homedetailtag in the database.
	Table = "rent591home_detail_tags"
	// Rent591homeDetailsTable is the table that holds the rent591home_details relation/edge. The primary key declared below.
	Rent591homeDetailsTable = "rent591home_detail_tag_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 rent591homedetailtag 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_tag_id", "rent591home_detail_id"}
)

Functions

func And

And groups predicates with the AND operator between them.

func HasRent591homeDetails

func HasRent591homeDetails() predicate.Rent591HomeDetailTag

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

func HasRent591homeDetailsWith

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

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

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

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

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

func PostIDGTE(v int) predicate.Rent591HomeDetailTag

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

func PostIDIn

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

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

func PostIDLT

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

func PostIDLTE

func PostIDLTE(v int) predicate.Rent591HomeDetailTag

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

func PostIDNEQ

func PostIDNEQ(v int) predicate.Rent591HomeDetailTag

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

func PostIDNotIn

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

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

func ValidColumn

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

func Value

Value applies equality check predicate on the "value" field. It's identical to ValueEQ.

func ValueContains

func ValueContains(v string) predicate.Rent591HomeDetailTag

ValueContains applies the Contains predicate on the "value" field.

func ValueContainsFold

func ValueContainsFold(v string) predicate.Rent591HomeDetailTag

ValueContainsFold applies the ContainsFold predicate on the "value" field.

func ValueEQ

ValueEQ applies the EQ predicate on the "value" field.

func ValueEqualFold

func ValueEqualFold(v string) predicate.Rent591HomeDetailTag

ValueEqualFold applies the EqualFold predicate on the "value" field.

func ValueGT

ValueGT applies the GT predicate on the "value" field.

func ValueGTE

ValueGTE applies the GTE predicate on the "value" field.

func ValueHasPrefix

func ValueHasPrefix(v string) predicate.Rent591HomeDetailTag

ValueHasPrefix applies the HasPrefix predicate on the "value" field.

func ValueHasSuffix

func ValueHasSuffix(v string) predicate.Rent591HomeDetailTag

ValueHasSuffix applies the HasSuffix predicate on the "value" field.

func ValueIn

func ValueIn(vs ...string) predicate.Rent591HomeDetailTag

ValueIn applies the In predicate on the "value" field.

func ValueLT

ValueLT applies the LT predicate on the "value" field.

func ValueLTE

ValueLTE applies the LTE predicate on the "value" field.

func ValueNEQ

ValueNEQ applies the NEQ predicate on the "value" field.

func ValueNotIn

func ValueNotIn(vs ...string) predicate.Rent591HomeDetailTag

ValueNotIn applies the NotIn predicate on the "value" field.

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the Rent591HomeDetailTag queries.

func ByID

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

ByID orders the results by the id field.

func ByPostID

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

ByPostID orders the results by the post_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 ByValue

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

ByValue orders the results by the value field.

Jump to

Keyboard shortcuts

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