Documentation ¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.Rent591HomeDetailBreadcrumb) predicate.Rent591HomeDetailBreadcrumb
- func HasRent591homeDetails() predicate.Rent591HomeDetailBreadcrumb
- func HasRent591homeDetailsWith(preds ...predicate.Rent591HomeDetail) predicate.Rent591HomeDetailBreadcrumb
- func ID(id int) predicate.Rent591HomeDetailBreadcrumb
- func IDEQ(id int) predicate.Rent591HomeDetailBreadcrumb
- func IDGT(id int) predicate.Rent591HomeDetailBreadcrumb
- func IDGTE(id int) predicate.Rent591HomeDetailBreadcrumb
- func IDIn(ids ...int) predicate.Rent591HomeDetailBreadcrumb
- func IDLT(id int) predicate.Rent591HomeDetailBreadcrumb
- func IDLTE(id int) predicate.Rent591HomeDetailBreadcrumb
- func IDNEQ(id int) predicate.Rent591HomeDetailBreadcrumb
- func IDNotIn(ids ...int) predicate.Rent591HomeDetailBreadcrumb
- func Link(v string) predicate.Rent591HomeDetailBreadcrumb
- func LinkContains(v string) predicate.Rent591HomeDetailBreadcrumb
- func LinkContainsFold(v string) predicate.Rent591HomeDetailBreadcrumb
- func LinkEQ(v string) predicate.Rent591HomeDetailBreadcrumb
- func LinkEqualFold(v string) predicate.Rent591HomeDetailBreadcrumb
- func LinkGT(v string) predicate.Rent591HomeDetailBreadcrumb
- func LinkGTE(v string) predicate.Rent591HomeDetailBreadcrumb
- func LinkHasPrefix(v string) predicate.Rent591HomeDetailBreadcrumb
- func LinkHasSuffix(v string) predicate.Rent591HomeDetailBreadcrumb
- func LinkIn(vs ...string) predicate.Rent591HomeDetailBreadcrumb
- func LinkLT(v string) predicate.Rent591HomeDetailBreadcrumb
- func LinkLTE(v string) predicate.Rent591HomeDetailBreadcrumb
- func LinkNEQ(v string) predicate.Rent591HomeDetailBreadcrumb
- func LinkNotIn(vs ...string) predicate.Rent591HomeDetailBreadcrumb
- func Name(v string) predicate.Rent591HomeDetailBreadcrumb
- func NameContains(v string) predicate.Rent591HomeDetailBreadcrumb
- func NameContainsFold(v string) predicate.Rent591HomeDetailBreadcrumb
- func NameEQ(v string) predicate.Rent591HomeDetailBreadcrumb
- func NameEqualFold(v string) predicate.Rent591HomeDetailBreadcrumb
- func NameGT(v string) predicate.Rent591HomeDetailBreadcrumb
- func NameGTE(v string) predicate.Rent591HomeDetailBreadcrumb
- func NameHasPrefix(v string) predicate.Rent591HomeDetailBreadcrumb
- func NameHasSuffix(v string) predicate.Rent591HomeDetailBreadcrumb
- func NameIn(vs ...string) predicate.Rent591HomeDetailBreadcrumb
- func NameLT(v string) predicate.Rent591HomeDetailBreadcrumb
- func NameLTE(v string) predicate.Rent591HomeDetailBreadcrumb
- func NameNEQ(v string) predicate.Rent591HomeDetailBreadcrumb
- func NameNotIn(vs ...string) predicate.Rent591HomeDetailBreadcrumb
- func Not(p predicate.Rent591HomeDetailBreadcrumb) predicate.Rent591HomeDetailBreadcrumb
- func Or(predicates ...predicate.Rent591HomeDetailBreadcrumb) predicate.Rent591HomeDetailBreadcrumb
- func PostID(v int) predicate.Rent591HomeDetailBreadcrumb
- func PostIDEQ(v int) predicate.Rent591HomeDetailBreadcrumb
- func PostIDGT(v int) predicate.Rent591HomeDetailBreadcrumb
- func PostIDGTE(v int) predicate.Rent591HomeDetailBreadcrumb
- func PostIDIn(vs ...int) predicate.Rent591HomeDetailBreadcrumb
- func PostIDLT(v int) predicate.Rent591HomeDetailBreadcrumb
- func PostIDLTE(v int) predicate.Rent591HomeDetailBreadcrumb
- func PostIDNEQ(v int) predicate.Rent591HomeDetailBreadcrumb
- func PostIDNotIn(vs ...int) predicate.Rent591HomeDetailBreadcrumb
- func Query(v string) predicate.Rent591HomeDetailBreadcrumb
- func QueryContains(v string) predicate.Rent591HomeDetailBreadcrumb
- func QueryContainsFold(v string) predicate.Rent591HomeDetailBreadcrumb
- func QueryEQ(v string) predicate.Rent591HomeDetailBreadcrumb
- func QueryEqualFold(v string) predicate.Rent591HomeDetailBreadcrumb
- func QueryGT(v string) predicate.Rent591HomeDetailBreadcrumb
- func QueryGTE(v string) predicate.Rent591HomeDetailBreadcrumb
- func QueryHasPrefix(v string) predicate.Rent591HomeDetailBreadcrumb
- func QueryHasSuffix(v string) predicate.Rent591HomeDetailBreadcrumb
- func QueryIn(vs ...string) predicate.Rent591HomeDetailBreadcrumb
- func QueryLT(v string) predicate.Rent591HomeDetailBreadcrumb
- func QueryLTE(v string) predicate.Rent591HomeDetailBreadcrumb
- func QueryNEQ(v string) predicate.Rent591HomeDetailBreadcrumb
- func QueryNotIn(vs ...string) predicate.Rent591HomeDetailBreadcrumb
- func ValidColumn(column string) bool
- type OrderOption
- func ByID(opts ...sql.OrderTermOption) OrderOption
- func ByLink(opts ...sql.OrderTermOption) OrderOption
- func ByName(opts ...sql.OrderTermOption) OrderOption
- func ByPostID(opts ...sql.OrderTermOption) OrderOption
- func ByQuery(opts ...sql.OrderTermOption) OrderOption
- func ByRent591homeDetails(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByRent591homeDetailsCount(opts ...sql.OrderTermOption) OrderOption
Constants ¶
const ( // Label holds the string label denoting the rent591homedetailbreadcrumb type in the database. Label = "rent591home_detail_breadcrumb" // 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" // FieldPostID holds the string denoting the post_id field in the database. FieldPostID = "post_id" // FieldQuery holds the string denoting the query field in the database. FieldQuery = "query" // FieldLink holds the string denoting the link field in the database. FieldLink = "link" // EdgeRent591homeDetails holds the string denoting the rent591home_details edge name in mutations. EdgeRent591homeDetails = "rent591home_details" // Table holds the table name of the rent591homedetailbreadcrumb in the database. Table = "rent591home_detail_breadcrumbs" // Rent591homeDetailsTable is the table that holds the rent591home_details relation/edge. The primary key declared below. Rent591homeDetailsTable = "rent591home_detail_breadcrumb_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 ¶
var Columns = []string{ FieldID, FieldName, FieldPostID, FieldQuery, FieldLink, }
Columns holds all SQL columns for rent591homedetailbreadcrumb fields.
var ( // Rent591homeDetailsPrimaryKey and Rent591homeDetailsColumn2 are the table columns denoting the // primary key for the rent591home_details relation (M2M). Rent591homeDetailsPrimaryKey = []string{"rent591home_detail_breadcrumb_id", "rent591home_detail_id"} )
Functions ¶
func And ¶
func And(predicates ...predicate.Rent591HomeDetailBreadcrumb) predicate.Rent591HomeDetailBreadcrumb
And groups predicates with the AND operator between them.
func HasRent591homeDetails ¶
func HasRent591homeDetails() predicate.Rent591HomeDetailBreadcrumb
HasRent591homeDetails applies the HasEdge predicate on the "rent591home_details" edge.
func HasRent591homeDetailsWith ¶
func HasRent591homeDetailsWith(preds ...predicate.Rent591HomeDetail) predicate.Rent591HomeDetailBreadcrumb
HasRent591homeDetailsWith applies the HasEdge predicate on the "rent591home_details" edge with a given conditions (other predicates).
func ID ¶
func ID(id int) predicate.Rent591HomeDetailBreadcrumb
ID filters vertices based on their ID field.
func IDEQ ¶
func IDEQ(id int) predicate.Rent591HomeDetailBreadcrumb
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id int) predicate.Rent591HomeDetailBreadcrumb
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id int) predicate.Rent591HomeDetailBreadcrumb
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...int) predicate.Rent591HomeDetailBreadcrumb
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id int) predicate.Rent591HomeDetailBreadcrumb
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id int) predicate.Rent591HomeDetailBreadcrumb
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id int) predicate.Rent591HomeDetailBreadcrumb
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...int) predicate.Rent591HomeDetailBreadcrumb
IDNotIn applies the NotIn predicate on the ID field.
func Link ¶
func Link(v string) predicate.Rent591HomeDetailBreadcrumb
Link applies equality check predicate on the "link" field. It's identical to LinkEQ.
func LinkContains ¶
func LinkContains(v string) predicate.Rent591HomeDetailBreadcrumb
LinkContains applies the Contains predicate on the "link" field.
func LinkContainsFold ¶
func LinkContainsFold(v string) predicate.Rent591HomeDetailBreadcrumb
LinkContainsFold applies the ContainsFold predicate on the "link" field.
func LinkEQ ¶
func LinkEQ(v string) predicate.Rent591HomeDetailBreadcrumb
LinkEQ applies the EQ predicate on the "link" field.
func LinkEqualFold ¶
func LinkEqualFold(v string) predicate.Rent591HomeDetailBreadcrumb
LinkEqualFold applies the EqualFold predicate on the "link" field.
func LinkGT ¶
func LinkGT(v string) predicate.Rent591HomeDetailBreadcrumb
LinkGT applies the GT predicate on the "link" field.
func LinkGTE ¶
func LinkGTE(v string) predicate.Rent591HomeDetailBreadcrumb
LinkGTE applies the GTE predicate on the "link" field.
func LinkHasPrefix ¶
func LinkHasPrefix(v string) predicate.Rent591HomeDetailBreadcrumb
LinkHasPrefix applies the HasPrefix predicate on the "link" field.
func LinkHasSuffix ¶
func LinkHasSuffix(v string) predicate.Rent591HomeDetailBreadcrumb
LinkHasSuffix applies the HasSuffix predicate on the "link" field.
func LinkIn ¶
func LinkIn(vs ...string) predicate.Rent591HomeDetailBreadcrumb
LinkIn applies the In predicate on the "link" field.
func LinkLT ¶
func LinkLT(v string) predicate.Rent591HomeDetailBreadcrumb
LinkLT applies the LT predicate on the "link" field.
func LinkLTE ¶
func LinkLTE(v string) predicate.Rent591HomeDetailBreadcrumb
LinkLTE applies the LTE predicate on the "link" field.
func LinkNEQ ¶
func LinkNEQ(v string) predicate.Rent591HomeDetailBreadcrumb
LinkNEQ applies the NEQ predicate on the "link" field.
func LinkNotIn ¶
func LinkNotIn(vs ...string) predicate.Rent591HomeDetailBreadcrumb
LinkNotIn applies the NotIn predicate on the "link" field.
func Name ¶
func Name(v string) predicate.Rent591HomeDetailBreadcrumb
Name applies equality check predicate on the "name" field. It's identical to NameEQ.
func NameContains ¶
func NameContains(v string) predicate.Rent591HomeDetailBreadcrumb
NameContains applies the Contains predicate on the "name" field.
func NameContainsFold ¶
func NameContainsFold(v string) predicate.Rent591HomeDetailBreadcrumb
NameContainsFold applies the ContainsFold predicate on the "name" field.
func NameEQ ¶
func NameEQ(v string) predicate.Rent591HomeDetailBreadcrumb
NameEQ applies the EQ predicate on the "name" field.
func NameEqualFold ¶
func NameEqualFold(v string) predicate.Rent591HomeDetailBreadcrumb
NameEqualFold applies the EqualFold predicate on the "name" field.
func NameGT ¶
func NameGT(v string) predicate.Rent591HomeDetailBreadcrumb
NameGT applies the GT predicate on the "name" field.
func NameGTE ¶
func NameGTE(v string) predicate.Rent591HomeDetailBreadcrumb
NameGTE applies the GTE predicate on the "name" field.
func NameHasPrefix ¶
func NameHasPrefix(v string) predicate.Rent591HomeDetailBreadcrumb
NameHasPrefix applies the HasPrefix predicate on the "name" field.
func NameHasSuffix ¶
func NameHasSuffix(v string) predicate.Rent591HomeDetailBreadcrumb
NameHasSuffix applies the HasSuffix predicate on the "name" field.
func NameIn ¶
func NameIn(vs ...string) predicate.Rent591HomeDetailBreadcrumb
NameIn applies the In predicate on the "name" field.
func NameLT ¶
func NameLT(v string) predicate.Rent591HomeDetailBreadcrumb
NameLT applies the LT predicate on the "name" field.
func NameLTE ¶
func NameLTE(v string) predicate.Rent591HomeDetailBreadcrumb
NameLTE applies the LTE predicate on the "name" field.
func NameNEQ ¶
func NameNEQ(v string) predicate.Rent591HomeDetailBreadcrumb
NameNEQ applies the NEQ predicate on the "name" field.
func NameNotIn ¶
func NameNotIn(vs ...string) predicate.Rent591HomeDetailBreadcrumb
NameNotIn applies the NotIn predicate on the "name" field.
func Or ¶
func Or(predicates ...predicate.Rent591HomeDetailBreadcrumb) predicate.Rent591HomeDetailBreadcrumb
Or groups predicates with the OR operator between them.
func PostID ¶
func PostID(v int) predicate.Rent591HomeDetailBreadcrumb
PostID applies equality check predicate on the "post_id" field. It's identical to PostIDEQ.
func PostIDEQ ¶
func PostIDEQ(v int) predicate.Rent591HomeDetailBreadcrumb
PostIDEQ applies the EQ predicate on the "post_id" field.
func PostIDGT ¶
func PostIDGT(v int) predicate.Rent591HomeDetailBreadcrumb
PostIDGT applies the GT predicate on the "post_id" field.
func PostIDGTE ¶
func PostIDGTE(v int) predicate.Rent591HomeDetailBreadcrumb
PostIDGTE applies the GTE predicate on the "post_id" field.
func PostIDIn ¶
func PostIDIn(vs ...int) predicate.Rent591HomeDetailBreadcrumb
PostIDIn applies the In predicate on the "post_id" field.
func PostIDLT ¶
func PostIDLT(v int) predicate.Rent591HomeDetailBreadcrumb
PostIDLT applies the LT predicate on the "post_id" field.
func PostIDLTE ¶
func PostIDLTE(v int) predicate.Rent591HomeDetailBreadcrumb
PostIDLTE applies the LTE predicate on the "post_id" field.
func PostIDNEQ ¶
func PostIDNEQ(v int) predicate.Rent591HomeDetailBreadcrumb
PostIDNEQ applies the NEQ predicate on the "post_id" field.
func PostIDNotIn ¶
func PostIDNotIn(vs ...int) predicate.Rent591HomeDetailBreadcrumb
PostIDNotIn applies the NotIn predicate on the "post_id" field.
func Query ¶
func Query(v string) predicate.Rent591HomeDetailBreadcrumb
Query applies equality check predicate on the "query" field. It's identical to QueryEQ.
func QueryContains ¶
func QueryContains(v string) predicate.Rent591HomeDetailBreadcrumb
QueryContains applies the Contains predicate on the "query" field.
func QueryContainsFold ¶
func QueryContainsFold(v string) predicate.Rent591HomeDetailBreadcrumb
QueryContainsFold applies the ContainsFold predicate on the "query" field.
func QueryEQ ¶
func QueryEQ(v string) predicate.Rent591HomeDetailBreadcrumb
QueryEQ applies the EQ predicate on the "query" field.
func QueryEqualFold ¶
func QueryEqualFold(v string) predicate.Rent591HomeDetailBreadcrumb
QueryEqualFold applies the EqualFold predicate on the "query" field.
func QueryGT ¶
func QueryGT(v string) predicate.Rent591HomeDetailBreadcrumb
QueryGT applies the GT predicate on the "query" field.
func QueryGTE ¶
func QueryGTE(v string) predicate.Rent591HomeDetailBreadcrumb
QueryGTE applies the GTE predicate on the "query" field.
func QueryHasPrefix ¶
func QueryHasPrefix(v string) predicate.Rent591HomeDetailBreadcrumb
QueryHasPrefix applies the HasPrefix predicate on the "query" field.
func QueryHasSuffix ¶
func QueryHasSuffix(v string) predicate.Rent591HomeDetailBreadcrumb
QueryHasSuffix applies the HasSuffix predicate on the "query" field.
func QueryIn ¶
func QueryIn(vs ...string) predicate.Rent591HomeDetailBreadcrumb
QueryIn applies the In predicate on the "query" field.
func QueryLT ¶
func QueryLT(v string) predicate.Rent591HomeDetailBreadcrumb
QueryLT applies the LT predicate on the "query" field.
func QueryLTE ¶
func QueryLTE(v string) predicate.Rent591HomeDetailBreadcrumb
QueryLTE applies the LTE predicate on the "query" field.
func QueryNEQ ¶
func QueryNEQ(v string) predicate.Rent591HomeDetailBreadcrumb
QueryNEQ applies the NEQ predicate on the "query" field.
func QueryNotIn ¶
func QueryNotIn(vs ...string) predicate.Rent591HomeDetailBreadcrumb
QueryNotIn applies the NotIn predicate on the "query" field.
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 Rent591HomeDetailBreadcrumb queries.
func ByID ¶
func ByID(opts ...sql.OrderTermOption) OrderOption
ByID orders the results by the id field.
func ByLink ¶
func ByLink(opts ...sql.OrderTermOption) OrderOption
ByLink orders the results by the link field.
func ByName ¶
func ByName(opts ...sql.OrderTermOption) OrderOption
ByName orders the results by the name field.
func ByPostID ¶
func ByPostID(opts ...sql.OrderTermOption) OrderOption
ByPostID orders the results by the post_id field.
func ByQuery ¶
func ByQuery(opts ...sql.OrderTermOption) OrderOption
ByQuery orders the results by the query 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.