rent591homedetailpositionrounddatachildren

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 rent591homedetailpositionrounddatachildren type in the database.
	Label = "rent591home_detail_position_round_data_children"
	// 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"
	// EdgeRent591homeDetailPositionRoundDatas holds the string denoting the rent591home_detail_position_round_datas edge name in mutations.
	EdgeRent591homeDetailPositionRoundDatas = "rent591home_detail_position_round_datas"
	// Table holds the table name of the rent591homedetailpositionrounddatachildren in the database.
	Table = "rent591home_detail_position_round_data_childrens"
	// Rent591homeDetailPositionRoundDatasTable is the table that holds the rent591home_detail_position_round_datas relation/edge. The primary key declared below.
	Rent591homeDetailPositionRoundDatasTable = "rent591home_d_p_r_ds_rent591home_d_p_r_d_cs"
	// Rent591homeDetailPositionRoundDatasInverseTable is the table name for the Rent591HomeDetailPositionRoundData entity.
	// It exists in this package in order to avoid circular dependency with the "rent591homedetailpositionrounddata" package.
	Rent591homeDetailPositionRoundDatasInverseTable = "rent591home_detail_position_round_data"
)

Variables

View Source
var Columns = []string{
	FieldID,
	FieldName,
	FieldKey,
}

Columns holds all SQL columns for rent591homedetailpositionrounddatachildren fields.

View Source
var (
	// Rent591homeDetailPositionRoundDatasPrimaryKey and Rent591homeDetailPositionRoundDatasColumn2 are the table columns denoting the
	// primary key for the rent591home_detail_position_round_datas relation (M2M).
	Rent591homeDetailPositionRoundDatasPrimaryKey = []string{"rent591home_detail_position_round_data_id", "rent591home_detail_position_round_data_children_id"}
)

Functions

func And

And groups predicates with the AND operator between them.

func HasRent591homeDetailPositionRoundDatas

func HasRent591homeDetailPositionRoundDatas() predicate.Rent591HomeDetailPositionRoundDataChildren

HasRent591homeDetailPositionRoundDatas applies the HasEdge predicate on the "rent591home_detail_position_round_datas" edge.

func HasRent591homeDetailPositionRoundDatasWith

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

HasRent591homeDetailPositionRoundDatasWith applies the HasEdge predicate on the "rent591home_detail_position_round_datas" 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 Rent591HomeDetailPositionRoundDataChildren 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 ByRent591homeDetailPositionRoundDatas

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

ByRent591homeDetailPositionRoundDatas orders the results by rent591home_detail_position_round_datas terms.

func ByRent591homeDetailPositionRoundDatasCount

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

ByRent591homeDetailPositionRoundDatasCount orders the results by rent591home_detail_position_round_datas count.

Jump to

Keyboard shortcuts

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