Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.Rent591HomeDetailPositionRoundDataChildren) predicate.Rent591HomeDetailPositionRoundDataChildren
- func HasRent591homeDetailPositionRoundDatas() predicate.Rent591HomeDetailPositionRoundDataChildren
- func HasRent591homeDetailPositionRoundDatasWith(preds ...predicate.Rent591HomeDetailPositionRoundData) predicate.Rent591HomeDetailPositionRoundDataChildren
- func ID(id int) predicate.Rent591HomeDetailPositionRoundDataChildren
- func IDEQ(id int) predicate.Rent591HomeDetailPositionRoundDataChildren
- func IDGT(id int) predicate.Rent591HomeDetailPositionRoundDataChildren
- func IDGTE(id int) predicate.Rent591HomeDetailPositionRoundDataChildren
- func IDIn(ids ...int) predicate.Rent591HomeDetailPositionRoundDataChildren
- func IDLT(id int) predicate.Rent591HomeDetailPositionRoundDataChildren
- func IDLTE(id int) predicate.Rent591HomeDetailPositionRoundDataChildren
- func IDNEQ(id int) predicate.Rent591HomeDetailPositionRoundDataChildren
- func IDNotIn(ids ...int) predicate.Rent591HomeDetailPositionRoundDataChildren
- func Key(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func KeyContains(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func KeyContainsFold(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func KeyEQ(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func KeyEqualFold(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func KeyGT(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func KeyGTE(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func KeyHasPrefix(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func KeyHasSuffix(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func KeyIn(vs ...string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func KeyLT(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func KeyLTE(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func KeyNEQ(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func KeyNotIn(vs ...string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func Name(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func NameContains(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func NameContainsFold(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func NameEQ(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func NameEqualFold(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func NameGT(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func NameGTE(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func NameHasPrefix(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func NameHasSuffix(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func NameIn(vs ...string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func NameLT(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func NameLTE(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func NameNEQ(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func NameNotIn(vs ...string) predicate.Rent591HomeDetailPositionRoundDataChildren
- func Not(p predicate.Rent591HomeDetailPositionRoundDataChildren) predicate.Rent591HomeDetailPositionRoundDataChildren
- func Or(predicates ...predicate.Rent591HomeDetailPositionRoundDataChildren) predicate.Rent591HomeDetailPositionRoundDataChildren
- func ValidColumn(column string) bool
- type OrderOption
- func ByID(opts ...sql.OrderTermOption) OrderOption
- func ByKey(opts ...sql.OrderTermOption) OrderOption
- func ByName(opts ...sql.OrderTermOption) OrderOption
- func ByRent591homeDetailPositionRoundDatas(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByRent591homeDetailPositionRoundDatasCount(opts ...sql.OrderTermOption) OrderOption
Constants ¶
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 ¶
var Columns = []string{ FieldID, FieldName, FieldKey, }
Columns holds all SQL columns for rent591homedetailpositionrounddatachildren fields.
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 ¶
func And(predicates ...predicate.Rent591HomeDetailPositionRoundDataChildren) predicate.Rent591HomeDetailPositionRoundDataChildren
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 ¶
func ID(id int) predicate.Rent591HomeDetailPositionRoundDataChildren
ID filters vertices based on their ID field.
func IDEQ ¶
func IDEQ(id int) predicate.Rent591HomeDetailPositionRoundDataChildren
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id int) predicate.Rent591HomeDetailPositionRoundDataChildren
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id int) predicate.Rent591HomeDetailPositionRoundDataChildren
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...int) predicate.Rent591HomeDetailPositionRoundDataChildren
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id int) predicate.Rent591HomeDetailPositionRoundDataChildren
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id int) predicate.Rent591HomeDetailPositionRoundDataChildren
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id int) predicate.Rent591HomeDetailPositionRoundDataChildren
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...int) predicate.Rent591HomeDetailPositionRoundDataChildren
IDNotIn applies the NotIn predicate on the ID field.
func KeyContains ¶
func KeyContains(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
KeyContains applies the Contains predicate on the "key" field.
func KeyContainsFold ¶
func KeyContainsFold(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
KeyContainsFold applies the ContainsFold predicate on the "key" field.
func KeyEQ ¶
func KeyEQ(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
KeyEQ applies the EQ predicate on the "key" field.
func KeyEqualFold ¶
func KeyEqualFold(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
KeyEqualFold applies the EqualFold predicate on the "key" field.
func KeyGT ¶
func KeyGT(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
KeyGT applies the GT predicate on the "key" field.
func KeyGTE ¶
func KeyGTE(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
KeyGTE applies the GTE predicate on the "key" field.
func KeyHasPrefix ¶
func KeyHasPrefix(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
KeyHasPrefix applies the HasPrefix predicate on the "key" field.
func KeyHasSuffix ¶
func KeyHasSuffix(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
KeyHasSuffix applies the HasSuffix predicate on the "key" field.
func KeyIn ¶
func KeyIn(vs ...string) predicate.Rent591HomeDetailPositionRoundDataChildren
KeyIn applies the In predicate on the "key" field.
func KeyLT ¶
func KeyLT(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
KeyLT applies the LT predicate on the "key" field.
func KeyLTE ¶
func KeyLTE(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
KeyLTE applies the LTE predicate on the "key" field.
func KeyNEQ ¶
func KeyNEQ(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
KeyNEQ applies the NEQ predicate on the "key" field.
func KeyNotIn ¶
func KeyNotIn(vs ...string) predicate.Rent591HomeDetailPositionRoundDataChildren
KeyNotIn applies the NotIn predicate on the "key" field.
func Name ¶
func Name(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
Name applies equality check predicate on the "name" field. It's identical to NameEQ.
func NameContains ¶
func NameContains(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
NameContains applies the Contains predicate on the "name" field.
func NameContainsFold ¶
func NameContainsFold(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
NameContainsFold applies the ContainsFold predicate on the "name" field.
func NameEQ ¶
func NameEQ(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
NameEQ applies the EQ predicate on the "name" field.
func NameEqualFold ¶
func NameEqualFold(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
NameEqualFold applies the EqualFold predicate on the "name" field.
func NameGT ¶
func NameGT(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
NameGT applies the GT predicate on the "name" field.
func NameGTE ¶
func NameGTE(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
NameGTE applies the GTE predicate on the "name" field.
func NameHasPrefix ¶
func NameHasPrefix(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
NameHasPrefix applies the HasPrefix predicate on the "name" field.
func NameHasSuffix ¶
func NameHasSuffix(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
NameHasSuffix applies the HasSuffix predicate on the "name" field.
func NameIn ¶
func NameIn(vs ...string) predicate.Rent591HomeDetailPositionRoundDataChildren
NameIn applies the In predicate on the "name" field.
func NameLT ¶
func NameLT(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
NameLT applies the LT predicate on the "name" field.
func NameLTE ¶
func NameLTE(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
NameLTE applies the LTE predicate on the "name" field.
func NameNEQ ¶
func NameNEQ(v string) predicate.Rent591HomeDetailPositionRoundDataChildren
NameNEQ applies the NEQ predicate on the "name" field.
func NameNotIn ¶
func NameNotIn(vs ...string) predicate.Rent591HomeDetailPositionRoundDataChildren
NameNotIn applies the NotIn predicate on the "name" field.
func Not ¶
func Not(p predicate.Rent591HomeDetailPositionRoundDataChildren) predicate.Rent591HomeDetailPositionRoundDataChildren
Not applies the not operator on the given predicate.
func Or ¶
func Or(predicates ...predicate.Rent591HomeDetailPositionRoundDataChildren) predicate.Rent591HomeDetailPositionRoundDataChildren
Or groups predicates with the OR operator between them.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
Types ¶
type OrderOption ¶
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.