rdruserfollowers

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 rdruserfollowers type in the database.
	Label = "rd_ruser_followers"
	// 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"
	// FieldFollowersUID holds the string denoting the followers_uid field in the database.
	FieldFollowersUID = "followers_uid"
	// FieldCreateTime holds the string denoting the create_time field in the database.
	FieldCreateTime = "create_time"
	// Table holds the table name of the rdruserfollowers in the database.
	Table = "rd_r_user_followers"
)

Variables

Columns holds all SQL columns for rdruserfollowers 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.RdRUserFollowers

CreateTime applies equality check predicate on the "create_time" field. It's identical to CreateTimeEQ.

func CreateTimeEQ

func CreateTimeEQ(v time.Time) predicate.RdRUserFollowers

CreateTimeEQ applies the EQ predicate on the "create_time" field.

func CreateTimeGT

func CreateTimeGT(v time.Time) predicate.RdRUserFollowers

CreateTimeGT applies the GT predicate on the "create_time" field.

func CreateTimeGTE

func CreateTimeGTE(v time.Time) predicate.RdRUserFollowers

CreateTimeGTE applies the GTE predicate on the "create_time" field.

func CreateTimeIn

func CreateTimeIn(vs ...time.Time) predicate.RdRUserFollowers

CreateTimeIn applies the In predicate on the "create_time" field.

func CreateTimeLT

func CreateTimeLT(v time.Time) predicate.RdRUserFollowers

CreateTimeLT applies the LT predicate on the "create_time" field.

func CreateTimeLTE

func CreateTimeLTE(v time.Time) predicate.RdRUserFollowers

CreateTimeLTE applies the LTE predicate on the "create_time" field.

func CreateTimeNEQ

func CreateTimeNEQ(v time.Time) predicate.RdRUserFollowers

CreateTimeNEQ applies the NEQ predicate on the "create_time" field.

func CreateTimeNotIn

func CreateTimeNotIn(vs ...time.Time) predicate.RdRUserFollowers

CreateTimeNotIn applies the NotIn predicate on the "create_time" field.

func FollowersUID

func FollowersUID(v int32) predicate.RdRUserFollowers

FollowersUID applies equality check predicate on the "followers_uid" field. It's identical to FollowersUIDEQ.

func FollowersUIDEQ

func FollowersUIDEQ(v int32) predicate.RdRUserFollowers

FollowersUIDEQ applies the EQ predicate on the "followers_uid" field.

func FollowersUIDGT

func FollowersUIDGT(v int32) predicate.RdRUserFollowers

FollowersUIDGT applies the GT predicate on the "followers_uid" field.

func FollowersUIDGTE

func FollowersUIDGTE(v int32) predicate.RdRUserFollowers

FollowersUIDGTE applies the GTE predicate on the "followers_uid" field.

func FollowersUIDIn

func FollowersUIDIn(vs ...int32) predicate.RdRUserFollowers

FollowersUIDIn applies the In predicate on the "followers_uid" field.

func FollowersUIDIsNil

func FollowersUIDIsNil() predicate.RdRUserFollowers

FollowersUIDIsNil applies the IsNil predicate on the "followers_uid" field.

func FollowersUIDLT

func FollowersUIDLT(v int32) predicate.RdRUserFollowers

FollowersUIDLT applies the LT predicate on the "followers_uid" field.

func FollowersUIDLTE

func FollowersUIDLTE(v int32) predicate.RdRUserFollowers

FollowersUIDLTE applies the LTE predicate on the "followers_uid" field.

func FollowersUIDNEQ

func FollowersUIDNEQ(v int32) predicate.RdRUserFollowers

FollowersUIDNEQ applies the NEQ predicate on the "followers_uid" field.

func FollowersUIDNotIn

func FollowersUIDNotIn(vs ...int32) predicate.RdRUserFollowers

FollowersUIDNotIn applies the NotIn predicate on the "followers_uid" field.

func FollowersUIDNotNil

func FollowersUIDNotNil() predicate.RdRUserFollowers

FollowersUIDNotNil applies the NotNil predicate on the "followers_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.RdRUserFollowers

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

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

UIDIn applies the In predicate on the "uid" field.

func UIDIsNil

func UIDIsNil() predicate.RdRUserFollowers

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

UIDNotIn applies the NotIn predicate on the "uid" field.

func UIDNotNil

func UIDNotNil() predicate.RdRUserFollowers

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