rent591homedetailpositionrounddata

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 rent591homedetailpositionrounddata type in the database.
	Label = "rent591home_detail_position_round_data"
	// 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"
	// FieldKey holds the string denoting the key field in the database.
	FieldKey = "key"
	// EdgeRent591homeDetailPositionRounds holds the string denoting the rent591home_detail_position_rounds edge name in mutations.
	EdgeRent591homeDetailPositionRounds = "rent591home_detail_position_rounds"
	// EdgeRent591homeDetailPositionRoundDataChildrens holds the string denoting the rent591home_detail_position_round_data_childrens edge name in mutations.
	EdgeRent591homeDetailPositionRoundDataChildrens = "rent591home_detail_position_round_data_childrens"
	// Table holds the table name of the rent591homedetailpositionrounddata in the database.
	Table = "rent591home_detail_position_round_data"
	// Rent591homeDetailPositionRoundsTable is the table that holds the rent591home_detail_position_rounds relation/edge. The primary key declared below.
	Rent591homeDetailPositionRoundsTable = "rent591home_d_p_r_rent591home_d_p_r_ds"
	// Rent591homeDetailPositionRoundsInverseTable is the table name for the Rent591HomeDetailPositionRound entity.
	// It exists in this package in order to avoid circular dependency with the "rent591homedetailpositionround" package.
	Rent591homeDetailPositionRoundsInverseTable = "rent591home_detail_position_rounds"
	// Rent591homeDetailPositionRoundDataChildrensTable is the table that holds the rent591home_detail_position_round_data_childrens relation/edge. The primary key declared below.
	Rent591homeDetailPositionRoundDataChildrensTable = "rent591home_d_p_r_ds_rent591home_d_p_r_d_cs"
	// Rent591homeDetailPositionRoundDataChildrensInverseTable is the table name for the Rent591HomeDetailPositionRoundDataChildren entity.
	// It exists in this package in order to avoid circular dependency with the "rent591homedetailpositionrounddatachildren" package.
	Rent591homeDetailPositionRoundDataChildrensInverseTable = "rent591home_detail_position_round_data_childrens"
)

Variables

View Source
var (
	// Rent591homeDetailPositionRoundsPrimaryKey and Rent591homeDetailPositionRoundsColumn2 are the table columns denoting the
	// primary key for the rent591home_detail_position_rounds relation (M2M).
	Rent591homeDetailPositionRoundsPrimaryKey = []string{"rent591home_detail_position_round_id", "rent591home_detail_position_round_data_id"}
	// Rent591homeDetailPositionRoundDataChildrensPrimaryKey and Rent591homeDetailPositionRoundDataChildrensColumn2 are the table columns denoting the
	// primary key for the rent591home_detail_position_round_data_childrens relation (M2M).
	Rent591homeDetailPositionRoundDataChildrensPrimaryKey = []string{"rent591home_detail_position_round_data_id", "rent591home_detail_position_round_data_children_id"}
)
View Source
var Columns = []string{
	FieldID,
	FieldName,
	FieldKey,
}

Columns holds all SQL columns for rent591homedetailpositionrounddata fields.

Functions

func And

And groups predicates with the AND operator between them.

func HasRent591homeDetailPositionRoundDataChildrens

func HasRent591homeDetailPositionRoundDataChildrens() predicate.Rent591HomeDetailPositionRoundData

HasRent591homeDetailPositionRoundDataChildrens applies the HasEdge predicate on the "rent591home_detail_position_round_data_childrens" edge.

func HasRent591homeDetailPositionRoundDataChildrensWith

func HasRent591homeDetailPositionRoundDataChildrensWith(preds ...predicate.Rent591HomeDetailPositionRoundDataChildren) predicate.Rent591HomeDetailPositionRoundData

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

func HasRent591homeDetailPositionRounds

func HasRent591homeDetailPositionRounds() predicate.Rent591HomeDetailPositionRoundData

HasRent591homeDetailPositionRounds applies the HasEdge predicate on the "rent591home_detail_position_rounds" edge.

func HasRent591homeDetailPositionRoundsWith

func HasRent591homeDetailPositionRoundsWith(preds ...predicate.Rent591HomeDetailPositionRound) predicate.Rent591HomeDetailPositionRoundData

HasRent591homeDetailPositionRoundsWith applies the HasEdge predicate on the "rent591home_detail_position_rounds" 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 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

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

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

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

ByRent591homeDetailPositionRoundDataChildrens orders the results by rent591home_detail_position_round_data_childrens terms.

func ByRent591homeDetailPositionRoundDataChildrensCount

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

ByRent591homeDetailPositionRoundDataChildrensCount orders the results by rent591home_detail_position_round_data_childrens count.

func ByRent591homeDetailPositionRounds

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

ByRent591homeDetailPositionRounds orders the results by rent591home_detail_position_rounds terms.

func ByRent591homeDetailPositionRoundsCount

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

ByRent591homeDetailPositionRoundsCount orders the results by rent591home_detail_position_rounds count.

Jump to

Keyboard shortcuts

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