Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.Rent591HomeDetailShareInfo) predicate.Rent591HomeDetailShareInfo
- func From(v string) predicate.Rent591HomeDetailShareInfo
- func FromContains(v string) predicate.Rent591HomeDetailShareInfo
- func FromContainsFold(v string) predicate.Rent591HomeDetailShareInfo
- func FromEQ(v string) predicate.Rent591HomeDetailShareInfo
- func FromEqualFold(v string) predicate.Rent591HomeDetailShareInfo
- func FromGT(v string) predicate.Rent591HomeDetailShareInfo
- func FromGTE(v string) predicate.Rent591HomeDetailShareInfo
- func FromHasPrefix(v string) predicate.Rent591HomeDetailShareInfo
- func FromHasSuffix(v string) predicate.Rent591HomeDetailShareInfo
- func FromIn(vs ...string) predicate.Rent591HomeDetailShareInfo
- func FromLT(v string) predicate.Rent591HomeDetailShareInfo
- func FromLTE(v string) predicate.Rent591HomeDetailShareInfo
- func FromNEQ(v string) predicate.Rent591HomeDetailShareInfo
- func FromNotIn(vs ...string) predicate.Rent591HomeDetailShareInfo
- func HasRent591homeDetails() predicate.Rent591HomeDetailShareInfo
- func HasRent591homeDetailsWith(preds ...predicate.Rent591HomeDetail) predicate.Rent591HomeDetailShareInfo
- func ID(id int) predicate.Rent591HomeDetailShareInfo
- func IDEQ(id int) predicate.Rent591HomeDetailShareInfo
- func IDGT(id int) predicate.Rent591HomeDetailShareInfo
- func IDGTE(id int) predicate.Rent591HomeDetailShareInfo
- func IDIn(ids ...int) predicate.Rent591HomeDetailShareInfo
- func IDLT(id int) predicate.Rent591HomeDetailShareInfo
- func IDLTE(id int) predicate.Rent591HomeDetailShareInfo
- func IDNEQ(id int) predicate.Rent591HomeDetailShareInfo
- func IDNotIn(ids ...int) predicate.Rent591HomeDetailShareInfo
- func Not(p predicate.Rent591HomeDetailShareInfo) predicate.Rent591HomeDetailShareInfo
- func Or(predicates ...predicate.Rent591HomeDetailShareInfo) predicate.Rent591HomeDetailShareInfo
- func Title(v string) predicate.Rent591HomeDetailShareInfo
- func TitleContains(v string) predicate.Rent591HomeDetailShareInfo
- func TitleContainsFold(v string) predicate.Rent591HomeDetailShareInfo
- func TitleEQ(v string) predicate.Rent591HomeDetailShareInfo
- func TitleEqualFold(v string) predicate.Rent591HomeDetailShareInfo
- func TitleGT(v string) predicate.Rent591HomeDetailShareInfo
- func TitleGTE(v string) predicate.Rent591HomeDetailShareInfo
- func TitleHasPrefix(v string) predicate.Rent591HomeDetailShareInfo
- func TitleHasSuffix(v string) predicate.Rent591HomeDetailShareInfo
- func TitleIn(vs ...string) predicate.Rent591HomeDetailShareInfo
- func TitleLT(v string) predicate.Rent591HomeDetailShareInfo
- func TitleLTE(v string) predicate.Rent591HomeDetailShareInfo
- func TitleNEQ(v string) predicate.Rent591HomeDetailShareInfo
- func TitleNotIn(vs ...string) predicate.Rent591HomeDetailShareInfo
- func URL(v string) predicate.Rent591HomeDetailShareInfo
- func URLContains(v string) predicate.Rent591HomeDetailShareInfo
- func URLContainsFold(v string) predicate.Rent591HomeDetailShareInfo
- func URLEQ(v string) predicate.Rent591HomeDetailShareInfo
- func URLEqualFold(v string) predicate.Rent591HomeDetailShareInfo
- func URLGT(v string) predicate.Rent591HomeDetailShareInfo
- func URLGTE(v string) predicate.Rent591HomeDetailShareInfo
- func URLHasPrefix(v string) predicate.Rent591HomeDetailShareInfo
- func URLHasSuffix(v string) predicate.Rent591HomeDetailShareInfo
- func URLIn(vs ...string) predicate.Rent591HomeDetailShareInfo
- func URLLT(v string) predicate.Rent591HomeDetailShareInfo
- func URLLTE(v string) predicate.Rent591HomeDetailShareInfo
- func URLNEQ(v string) predicate.Rent591HomeDetailShareInfo
- func URLNotIn(vs ...string) predicate.Rent591HomeDetailShareInfo
- func ValidColumn(column string) bool
- type OrderOption
- func ByFrom(opts ...sql.OrderTermOption) OrderOption
- func ByID(opts ...sql.OrderTermOption) OrderOption
- func ByRent591homeDetails(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByRent591homeDetailsCount(opts ...sql.OrderTermOption) OrderOption
- func ByTitle(opts ...sql.OrderTermOption) OrderOption
- func ByURL(opts ...sql.OrderTermOption) OrderOption
Constants ¶
const ( // Label holds the string label denoting the rent591homedetailshareinfo type in the database. Label = "rent591home_detail_share_info" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldURL holds the string denoting the url field in the database. FieldURL = "url" // FieldFrom holds the string denoting the from field in the database. FieldFrom = "from" // FieldTitle holds the string denoting the title field in the database. FieldTitle = "title" // EdgeRent591homeDetails holds the string denoting the rent591home_details edge name in mutations. EdgeRent591homeDetails = "rent591home_details" // Table holds the table name of the rent591homedetailshareinfo in the database. Table = "rent591home_detail_share_infos" // Rent591homeDetailsTable is the table that holds the rent591home_details relation/edge. The primary key declared below. Rent591homeDetailsTable = "rent591home_detail_rent591home_detail_shareinfos" // 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, FieldURL, FieldFrom, FieldTitle, }
Columns holds all SQL columns for rent591homedetailshareinfo fields.
var ( // Rent591homeDetailsPrimaryKey and Rent591homeDetailsColumn2 are the table columns denoting the // primary key for the rent591home_details relation (M2M). Rent591homeDetailsPrimaryKey = []string{"rent591home_detail_id", "rent591home_detail_share_info_id"} )
Functions ¶
func And ¶
func And(predicates ...predicate.Rent591HomeDetailShareInfo) predicate.Rent591HomeDetailShareInfo
And groups predicates with the AND operator between them.
func From ¶
func From(v string) predicate.Rent591HomeDetailShareInfo
From applies equality check predicate on the "From" field. It's identical to FromEQ.
func FromContains ¶
func FromContains(v string) predicate.Rent591HomeDetailShareInfo
FromContains applies the Contains predicate on the "From" field.
func FromContainsFold ¶
func FromContainsFold(v string) predicate.Rent591HomeDetailShareInfo
FromContainsFold applies the ContainsFold predicate on the "From" field.
func FromEQ ¶
func FromEQ(v string) predicate.Rent591HomeDetailShareInfo
FromEQ applies the EQ predicate on the "From" field.
func FromEqualFold ¶
func FromEqualFold(v string) predicate.Rent591HomeDetailShareInfo
FromEqualFold applies the EqualFold predicate on the "From" field.
func FromGT ¶
func FromGT(v string) predicate.Rent591HomeDetailShareInfo
FromGT applies the GT predicate on the "From" field.
func FromGTE ¶
func FromGTE(v string) predicate.Rent591HomeDetailShareInfo
FromGTE applies the GTE predicate on the "From" field.
func FromHasPrefix ¶
func FromHasPrefix(v string) predicate.Rent591HomeDetailShareInfo
FromHasPrefix applies the HasPrefix predicate on the "From" field.
func FromHasSuffix ¶
func FromHasSuffix(v string) predicate.Rent591HomeDetailShareInfo
FromHasSuffix applies the HasSuffix predicate on the "From" field.
func FromIn ¶
func FromIn(vs ...string) predicate.Rent591HomeDetailShareInfo
FromIn applies the In predicate on the "From" field.
func FromLT ¶
func FromLT(v string) predicate.Rent591HomeDetailShareInfo
FromLT applies the LT predicate on the "From" field.
func FromLTE ¶
func FromLTE(v string) predicate.Rent591HomeDetailShareInfo
FromLTE applies the LTE predicate on the "From" field.
func FromNEQ ¶
func FromNEQ(v string) predicate.Rent591HomeDetailShareInfo
FromNEQ applies the NEQ predicate on the "From" field.
func FromNotIn ¶
func FromNotIn(vs ...string) predicate.Rent591HomeDetailShareInfo
FromNotIn applies the NotIn predicate on the "From" field.
func HasRent591homeDetails ¶
func HasRent591homeDetails() predicate.Rent591HomeDetailShareInfo
HasRent591homeDetails applies the HasEdge predicate on the "rent591home_details" edge.
func HasRent591homeDetailsWith ¶
func HasRent591homeDetailsWith(preds ...predicate.Rent591HomeDetail) predicate.Rent591HomeDetailShareInfo
HasRent591homeDetailsWith applies the HasEdge predicate on the "rent591home_details" edge with a given conditions (other predicates).
func ID ¶
func ID(id int) predicate.Rent591HomeDetailShareInfo
ID filters vertices based on their ID field.
func IDEQ ¶
func IDEQ(id int) predicate.Rent591HomeDetailShareInfo
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id int) predicate.Rent591HomeDetailShareInfo
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id int) predicate.Rent591HomeDetailShareInfo
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...int) predicate.Rent591HomeDetailShareInfo
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id int) predicate.Rent591HomeDetailShareInfo
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id int) predicate.Rent591HomeDetailShareInfo
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id int) predicate.Rent591HomeDetailShareInfo
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...int) predicate.Rent591HomeDetailShareInfo
IDNotIn applies the NotIn predicate on the ID field.
func Or ¶
func Or(predicates ...predicate.Rent591HomeDetailShareInfo) predicate.Rent591HomeDetailShareInfo
Or groups predicates with the OR operator between them.
func Title ¶
func Title(v string) predicate.Rent591HomeDetailShareInfo
Title applies equality check predicate on the "title" field. It's identical to TitleEQ.
func TitleContains ¶
func TitleContains(v string) predicate.Rent591HomeDetailShareInfo
TitleContains applies the Contains predicate on the "title" field.
func TitleContainsFold ¶
func TitleContainsFold(v string) predicate.Rent591HomeDetailShareInfo
TitleContainsFold applies the ContainsFold predicate on the "title" field.
func TitleEQ ¶
func TitleEQ(v string) predicate.Rent591HomeDetailShareInfo
TitleEQ applies the EQ predicate on the "title" field.
func TitleEqualFold ¶
func TitleEqualFold(v string) predicate.Rent591HomeDetailShareInfo
TitleEqualFold applies the EqualFold predicate on the "title" field.
func TitleGT ¶
func TitleGT(v string) predicate.Rent591HomeDetailShareInfo
TitleGT applies the GT predicate on the "title" field.
func TitleGTE ¶
func TitleGTE(v string) predicate.Rent591HomeDetailShareInfo
TitleGTE applies the GTE predicate on the "title" field.
func TitleHasPrefix ¶
func TitleHasPrefix(v string) predicate.Rent591HomeDetailShareInfo
TitleHasPrefix applies the HasPrefix predicate on the "title" field.
func TitleHasSuffix ¶
func TitleHasSuffix(v string) predicate.Rent591HomeDetailShareInfo
TitleHasSuffix applies the HasSuffix predicate on the "title" field.
func TitleIn ¶
func TitleIn(vs ...string) predicate.Rent591HomeDetailShareInfo
TitleIn applies the In predicate on the "title" field.
func TitleLT ¶
func TitleLT(v string) predicate.Rent591HomeDetailShareInfo
TitleLT applies the LT predicate on the "title" field.
func TitleLTE ¶
func TitleLTE(v string) predicate.Rent591HomeDetailShareInfo
TitleLTE applies the LTE predicate on the "title" field.
func TitleNEQ ¶
func TitleNEQ(v string) predicate.Rent591HomeDetailShareInfo
TitleNEQ applies the NEQ predicate on the "title" field.
func TitleNotIn ¶
func TitleNotIn(vs ...string) predicate.Rent591HomeDetailShareInfo
TitleNotIn applies the NotIn predicate on the "title" field.
func URL ¶
func URL(v string) predicate.Rent591HomeDetailShareInfo
URL applies equality check predicate on the "url" field. It's identical to URLEQ.
func URLContains ¶
func URLContains(v string) predicate.Rent591HomeDetailShareInfo
URLContains applies the Contains predicate on the "url" field.
func URLContainsFold ¶
func URLContainsFold(v string) predicate.Rent591HomeDetailShareInfo
URLContainsFold applies the ContainsFold predicate on the "url" field.
func URLEQ ¶
func URLEQ(v string) predicate.Rent591HomeDetailShareInfo
URLEQ applies the EQ predicate on the "url" field.
func URLEqualFold ¶
func URLEqualFold(v string) predicate.Rent591HomeDetailShareInfo
URLEqualFold applies the EqualFold predicate on the "url" field.
func URLGT ¶
func URLGT(v string) predicate.Rent591HomeDetailShareInfo
URLGT applies the GT predicate on the "url" field.
func URLGTE ¶
func URLGTE(v string) predicate.Rent591HomeDetailShareInfo
URLGTE applies the GTE predicate on the "url" field.
func URLHasPrefix ¶
func URLHasPrefix(v string) predicate.Rent591HomeDetailShareInfo
URLHasPrefix applies the HasPrefix predicate on the "url" field.
func URLHasSuffix ¶
func URLHasSuffix(v string) predicate.Rent591HomeDetailShareInfo
URLHasSuffix applies the HasSuffix predicate on the "url" field.
func URLIn ¶
func URLIn(vs ...string) predicate.Rent591HomeDetailShareInfo
URLIn applies the In predicate on the "url" field.
func URLLT ¶
func URLLT(v string) predicate.Rent591HomeDetailShareInfo
URLLT applies the LT predicate on the "url" field.
func URLLTE ¶
func URLLTE(v string) predicate.Rent591HomeDetailShareInfo
URLLTE applies the LTE predicate on the "url" field.
func URLNEQ ¶
func URLNEQ(v string) predicate.Rent591HomeDetailShareInfo
URLNEQ applies the NEQ predicate on the "url" field.
func URLNotIn ¶
func URLNotIn(vs ...string) predicate.Rent591HomeDetailShareInfo
URLNotIn applies the NotIn predicate on the "url" 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 Rent591HomeDetailShareInfo queries.
func ByFrom ¶
func ByFrom(opts ...sql.OrderTermOption) OrderOption
ByFrom orders the results by the From field.
func ByID ¶
func ByID(opts ...sql.OrderTermOption) OrderOption
ByID orders the results by the 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 ByTitle ¶
func ByTitle(opts ...sql.OrderTermOption) OrderOption
ByTitle orders the results by the title field.
func ByURL ¶
func ByURL(opts ...sql.OrderTermOption) OrderOption
ByURL orders the results by the url field.