Documentation ¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.RdRUserFollowing) predicate.RdRUserFollowing
- func CreateTime(v time.Time) predicate.RdRUserFollowing
- func CreateTimeEQ(v time.Time) predicate.RdRUserFollowing
- func CreateTimeGT(v time.Time) predicate.RdRUserFollowing
- func CreateTimeGTE(v time.Time) predicate.RdRUserFollowing
- func CreateTimeIn(vs ...time.Time) predicate.RdRUserFollowing
- func CreateTimeLT(v time.Time) predicate.RdRUserFollowing
- func CreateTimeLTE(v time.Time) predicate.RdRUserFollowing
- func CreateTimeNEQ(v time.Time) predicate.RdRUserFollowing
- func CreateTimeNotIn(vs ...time.Time) predicate.RdRUserFollowing
- func FollowingUID(v int32) predicate.RdRUserFollowing
- func FollowingUIDEQ(v int32) predicate.RdRUserFollowing
- func FollowingUIDGT(v int32) predicate.RdRUserFollowing
- func FollowingUIDGTE(v int32) predicate.RdRUserFollowing
- func FollowingUIDIn(vs ...int32) predicate.RdRUserFollowing
- func FollowingUIDIsNil() predicate.RdRUserFollowing
- func FollowingUIDLT(v int32) predicate.RdRUserFollowing
- func FollowingUIDLTE(v int32) predicate.RdRUserFollowing
- func FollowingUIDNEQ(v int32) predicate.RdRUserFollowing
- func FollowingUIDNotIn(vs ...int32) predicate.RdRUserFollowing
- func FollowingUIDNotNil() predicate.RdRUserFollowing
- func ID(id int64) predicate.RdRUserFollowing
- func IDEQ(id int64) predicate.RdRUserFollowing
- func IDGT(id int64) predicate.RdRUserFollowing
- func IDGTE(id int64) predicate.RdRUserFollowing
- func IDIn(ids ...int64) predicate.RdRUserFollowing
- func IDLT(id int64) predicate.RdRUserFollowing
- func IDLTE(id int64) predicate.RdRUserFollowing
- func IDNEQ(id int64) predicate.RdRUserFollowing
- func IDNotIn(ids ...int64) predicate.RdRUserFollowing
- func Not(p predicate.RdRUserFollowing) predicate.RdRUserFollowing
- func Or(predicates ...predicate.RdRUserFollowing) predicate.RdRUserFollowing
- func UID(v int32) predicate.RdRUserFollowing
- func UIDEQ(v int32) predicate.RdRUserFollowing
- func UIDGT(v int32) predicate.RdRUserFollowing
- func UIDGTE(v int32) predicate.RdRUserFollowing
- func UIDIn(vs ...int32) predicate.RdRUserFollowing
- func UIDIsNil() predicate.RdRUserFollowing
- func UIDLT(v int32) predicate.RdRUserFollowing
- func UIDLTE(v int32) predicate.RdRUserFollowing
- func UIDNEQ(v int32) predicate.RdRUserFollowing
- func UIDNotIn(vs ...int32) predicate.RdRUserFollowing
- func UIDNotNil() predicate.RdRUserFollowing
- func ValidColumn(column string) bool
Constants ¶
const ( // Label holds the string label denoting the rdruserfollowing type in the database. Label = "rd_ruser_following" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldUID holds the string denoting the uid field in the database. FieldUID = "uid" // FieldFollowingUID holds the string denoting the following_uid field in the database. FieldFollowingUID = "following_uid" // FieldCreateTime holds the string denoting the create_time field in the database. FieldCreateTime = "create_time" // Table holds the table name of the rdruserfollowing in the database. Table = "rd_r_user_following" )
Variables ¶
var Columns = []string{ FieldID, FieldUID, FieldFollowingUID, FieldCreateTime, }
Columns holds all SQL columns for rdruserfollowing fields.
var ( // DefaultCreateTime holds the default value on creation for the "create_time" field. DefaultCreateTime func() time.Time )
Functions ¶
func And ¶
func And(predicates ...predicate.RdRUserFollowing) predicate.RdRUserFollowing
And groups predicates with the AND operator between them.
func CreateTime ¶
func CreateTime(v time.Time) predicate.RdRUserFollowing
CreateTime applies equality check predicate on the "create_time" field. It's identical to CreateTimeEQ.
func CreateTimeEQ ¶
func CreateTimeEQ(v time.Time) predicate.RdRUserFollowing
CreateTimeEQ applies the EQ predicate on the "create_time" field.
func CreateTimeGT ¶
func CreateTimeGT(v time.Time) predicate.RdRUserFollowing
CreateTimeGT applies the GT predicate on the "create_time" field.
func CreateTimeGTE ¶
func CreateTimeGTE(v time.Time) predicate.RdRUserFollowing
CreateTimeGTE applies the GTE predicate on the "create_time" field.
func CreateTimeIn ¶
func CreateTimeIn(vs ...time.Time) predicate.RdRUserFollowing
CreateTimeIn applies the In predicate on the "create_time" field.
func CreateTimeLT ¶
func CreateTimeLT(v time.Time) predicate.RdRUserFollowing
CreateTimeLT applies the LT predicate on the "create_time" field.
func CreateTimeLTE ¶
func CreateTimeLTE(v time.Time) predicate.RdRUserFollowing
CreateTimeLTE applies the LTE predicate on the "create_time" field.
func CreateTimeNEQ ¶
func CreateTimeNEQ(v time.Time) predicate.RdRUserFollowing
CreateTimeNEQ applies the NEQ predicate on the "create_time" field.
func CreateTimeNotIn ¶
func CreateTimeNotIn(vs ...time.Time) predicate.RdRUserFollowing
CreateTimeNotIn applies the NotIn predicate on the "create_time" field.
func FollowingUID ¶
func FollowingUID(v int32) predicate.RdRUserFollowing
FollowingUID applies equality check predicate on the "following_uid" field. It's identical to FollowingUIDEQ.
func FollowingUIDEQ ¶
func FollowingUIDEQ(v int32) predicate.RdRUserFollowing
FollowingUIDEQ applies the EQ predicate on the "following_uid" field.
func FollowingUIDGT ¶
func FollowingUIDGT(v int32) predicate.RdRUserFollowing
FollowingUIDGT applies the GT predicate on the "following_uid" field.
func FollowingUIDGTE ¶
func FollowingUIDGTE(v int32) predicate.RdRUserFollowing
FollowingUIDGTE applies the GTE predicate on the "following_uid" field.
func FollowingUIDIn ¶
func FollowingUIDIn(vs ...int32) predicate.RdRUserFollowing
FollowingUIDIn applies the In predicate on the "following_uid" field.
func FollowingUIDIsNil ¶
func FollowingUIDIsNil() predicate.RdRUserFollowing
FollowingUIDIsNil applies the IsNil predicate on the "following_uid" field.
func FollowingUIDLT ¶
func FollowingUIDLT(v int32) predicate.RdRUserFollowing
FollowingUIDLT applies the LT predicate on the "following_uid" field.
func FollowingUIDLTE ¶
func FollowingUIDLTE(v int32) predicate.RdRUserFollowing
FollowingUIDLTE applies the LTE predicate on the "following_uid" field.
func FollowingUIDNEQ ¶
func FollowingUIDNEQ(v int32) predicate.RdRUserFollowing
FollowingUIDNEQ applies the NEQ predicate on the "following_uid" field.
func FollowingUIDNotIn ¶
func FollowingUIDNotIn(vs ...int32) predicate.RdRUserFollowing
FollowingUIDNotIn applies the NotIn predicate on the "following_uid" field.
func FollowingUIDNotNil ¶
func FollowingUIDNotNil() predicate.RdRUserFollowing
FollowingUIDNotNil applies the NotNil predicate on the "following_uid" field.
func IDEQ ¶
func IDEQ(id int64) predicate.RdRUserFollowing
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id int64) predicate.RdRUserFollowing
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id int64) predicate.RdRUserFollowing
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...int64) predicate.RdRUserFollowing
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id int64) predicate.RdRUserFollowing
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id int64) predicate.RdRUserFollowing
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id int64) predicate.RdRUserFollowing
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...int64) predicate.RdRUserFollowing
IDNotIn applies the NotIn predicate on the ID field.
func Not ¶
func Not(p predicate.RdRUserFollowing) predicate.RdRUserFollowing
Not applies the not operator on the given predicate.
func Or ¶
func Or(predicates ...predicate.RdRUserFollowing) predicate.RdRUserFollowing
Or groups predicates with the OR operator between them.
func UID ¶
func UID(v int32) predicate.RdRUserFollowing
UID applies equality check predicate on the "uid" field. It's identical to UIDEQ.
func UIDEQ ¶
func UIDEQ(v int32) predicate.RdRUserFollowing
UIDEQ applies the EQ predicate on the "uid" field.
func UIDGT ¶
func UIDGT(v int32) predicate.RdRUserFollowing
UIDGT applies the GT predicate on the "uid" field.
func UIDGTE ¶
func UIDGTE(v int32) predicate.RdRUserFollowing
UIDGTE applies the GTE predicate on the "uid" field.
func UIDIn ¶
func UIDIn(vs ...int32) predicate.RdRUserFollowing
UIDIn applies the In predicate on the "uid" field.
func UIDIsNil ¶
func UIDIsNil() predicate.RdRUserFollowing
UIDIsNil applies the IsNil predicate on the "uid" field.
func UIDLT ¶
func UIDLT(v int32) predicate.RdRUserFollowing
UIDLT applies the LT predicate on the "uid" field.
func UIDLTE ¶
func UIDLTE(v int32) predicate.RdRUserFollowing
UIDLTE applies the LTE predicate on the "uid" field.
func UIDNEQ ¶
func UIDNEQ(v int32) predicate.RdRUserFollowing
UIDNEQ applies the NEQ predicate on the "uid" field.
func UIDNotIn ¶
func UIDNotIn(vs ...int32) predicate.RdRUserFollowing
UIDNotIn applies the NotIn predicate on the "uid" field.
func UIDNotNil ¶
func UIDNotNil() predicate.RdRUserFollowing
UIDNotNil applies the NotNil predicate on the "uid" field.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
Types ¶
This section is empty.