rdruserfollowing

package
v0.0.0-...-aa092f0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
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

Columns holds all SQL columns for rdruserfollowing fields.

View Source
var (
	// DefaultCreateTime holds the default value on creation for the "create_time" field.
	DefaultCreateTime func() time.Time
)

Functions

func And

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 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

func IDIn(ids ...int64) predicate.RdRUserFollowing

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

func IDNotIn(ids ...int64) predicate.RdRUserFollowing

IDNotIn applies the NotIn predicate on the ID field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func UID

UID applies equality check predicate on the "uid" field. It's identical to UIDEQ.

func UIDEQ

UIDEQ applies the EQ predicate on the "uid" field.

func UIDGT

UIDGT applies the GT predicate on the "uid" field.

func UIDGTE

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

UIDLT applies the LT predicate on the "uid" field.

func UIDLTE

UIDLTE applies the LTE predicate on the "uid" field.

func UIDNEQ

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

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

Types

This section is empty.

Jump to

Keyboard shortcuts

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