order

package
v0.0.0-...-7bf3344 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the order type in the database.
	Label = "order"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldMerchantID holds the string denoting the merchant_id field in the database.
	FieldMerchantID = "merchant_id"
	// FieldChannel holds the string denoting the channel field in the database.
	FieldChannel = "channel"
	// FieldPayWay holds the string denoting the pay_way field in the database.
	FieldPayWay = "pay_way"
	// FieldOutOrderNo holds the string denoting the out_order_no field in the database.
	FieldOutOrderNo = "out_order_no"
	// FieldTotalAmount holds the string denoting the total_amount field in the database.
	FieldTotalAmount = "total_amount"
	// FieldBody holds the string denoting the body field in the database.
	FieldBody = "body"
	// FieldOrderStatus holds the string denoting the order_status field in the database.
	FieldOrderStatus = "order_status"
	// FieldAuthCode holds the string denoting the auth_code field in the database.
	FieldAuthCode = "auth_code"
	// FieldWxAppid holds the string denoting the wx_appid field in the database.
	FieldWxAppid = "wx_appid"
	// FieldSubOpenid holds the string denoting the sub_openid field in the database.
	FieldSubOpenid = "sub_openid"
	// FieldJumpURL holds the string denoting the jump_url field in the database.
	FieldJumpURL = "jump_url"
	// FieldNotifyURL holds the string denoting the notify_url field in the database.
	FieldNotifyURL = "notify_url"
	// FieldClientIP holds the string denoting the client_ip field in the database.
	FieldClientIP = "client_ip"
	// FieldAttach holds the string denoting the attach field in the database.
	FieldAttach = "attach"
	// FieldOrderExpiration holds the string denoting the order_expiration field in the database.
	FieldOrderExpiration = "order_expiration"
	// FieldExtendParams holds the string denoting the extend_params field in the database.
	FieldExtendParams = "extend_params"
	// Table holds the table name of the order in the database.
	Table = "orders"
)

Variables

Columns holds all SQL columns for order fields.

Functions

func And

func And(predicates ...predicate.Order) predicate.Order

And groups predicates with the AND operator between them.

func Attach

func Attach(v string) predicate.Order

Attach applies equality check predicate on the "attach" field. It's identical to AttachEQ.

func AttachContains

func AttachContains(v string) predicate.Order

AttachContains applies the Contains predicate on the "attach" field.

func AttachContainsFold

func AttachContainsFold(v string) predicate.Order

AttachContainsFold applies the ContainsFold predicate on the "attach" field.

func AttachEQ

func AttachEQ(v string) predicate.Order

AttachEQ applies the EQ predicate on the "attach" field.

func AttachEqualFold

func AttachEqualFold(v string) predicate.Order

AttachEqualFold applies the EqualFold predicate on the "attach" field.

func AttachGT

func AttachGT(v string) predicate.Order

AttachGT applies the GT predicate on the "attach" field.

func AttachGTE

func AttachGTE(v string) predicate.Order

AttachGTE applies the GTE predicate on the "attach" field.

func AttachHasPrefix

func AttachHasPrefix(v string) predicate.Order

AttachHasPrefix applies the HasPrefix predicate on the "attach" field.

func AttachHasSuffix

func AttachHasSuffix(v string) predicate.Order

AttachHasSuffix applies the HasSuffix predicate on the "attach" field.

func AttachIn

func AttachIn(vs ...string) predicate.Order

AttachIn applies the In predicate on the "attach" field.

func AttachLT

func AttachLT(v string) predicate.Order

AttachLT applies the LT predicate on the "attach" field.

func AttachLTE

func AttachLTE(v string) predicate.Order

AttachLTE applies the LTE predicate on the "attach" field.

func AttachNEQ

func AttachNEQ(v string) predicate.Order

AttachNEQ applies the NEQ predicate on the "attach" field.

func AttachNotIn

func AttachNotIn(vs ...string) predicate.Order

AttachNotIn applies the NotIn predicate on the "attach" field.

func AuthCode

func AuthCode(v string) predicate.Order

AuthCode applies equality check predicate on the "auth_code" field. It's identical to AuthCodeEQ.

func AuthCodeContains

func AuthCodeContains(v string) predicate.Order

AuthCodeContains applies the Contains predicate on the "auth_code" field.

func AuthCodeContainsFold

func AuthCodeContainsFold(v string) predicate.Order

AuthCodeContainsFold applies the ContainsFold predicate on the "auth_code" field.

func AuthCodeEQ

func AuthCodeEQ(v string) predicate.Order

AuthCodeEQ applies the EQ predicate on the "auth_code" field.

func AuthCodeEqualFold

func AuthCodeEqualFold(v string) predicate.Order

AuthCodeEqualFold applies the EqualFold predicate on the "auth_code" field.

func AuthCodeGT

func AuthCodeGT(v string) predicate.Order

AuthCodeGT applies the GT predicate on the "auth_code" field.

func AuthCodeGTE

func AuthCodeGTE(v string) predicate.Order

AuthCodeGTE applies the GTE predicate on the "auth_code" field.

func AuthCodeHasPrefix

func AuthCodeHasPrefix(v string) predicate.Order

AuthCodeHasPrefix applies the HasPrefix predicate on the "auth_code" field.

func AuthCodeHasSuffix

func AuthCodeHasSuffix(v string) predicate.Order

AuthCodeHasSuffix applies the HasSuffix predicate on the "auth_code" field.

func AuthCodeIn

func AuthCodeIn(vs ...string) predicate.Order

AuthCodeIn applies the In predicate on the "auth_code" field.

func AuthCodeLT

func AuthCodeLT(v string) predicate.Order

AuthCodeLT applies the LT predicate on the "auth_code" field.

func AuthCodeLTE

func AuthCodeLTE(v string) predicate.Order

AuthCodeLTE applies the LTE predicate on the "auth_code" field.

func AuthCodeNEQ

func AuthCodeNEQ(v string) predicate.Order

AuthCodeNEQ applies the NEQ predicate on the "auth_code" field.

func AuthCodeNotIn

func AuthCodeNotIn(vs ...string) predicate.Order

AuthCodeNotIn applies the NotIn predicate on the "auth_code" field.

func Body

func Body(v string) predicate.Order

Body applies equality check predicate on the "body" field. It's identical to BodyEQ.

func BodyContains

func BodyContains(v string) predicate.Order

BodyContains applies the Contains predicate on the "body" field.

func BodyContainsFold

func BodyContainsFold(v string) predicate.Order

BodyContainsFold applies the ContainsFold predicate on the "body" field.

func BodyEQ

func BodyEQ(v string) predicate.Order

BodyEQ applies the EQ predicate on the "body" field.

func BodyEqualFold

func BodyEqualFold(v string) predicate.Order

BodyEqualFold applies the EqualFold predicate on the "body" field.

func BodyGT

func BodyGT(v string) predicate.Order

BodyGT applies the GT predicate on the "body" field.

func BodyGTE

func BodyGTE(v string) predicate.Order

BodyGTE applies the GTE predicate on the "body" field.

func BodyHasPrefix

func BodyHasPrefix(v string) predicate.Order

BodyHasPrefix applies the HasPrefix predicate on the "body" field.

func BodyHasSuffix

func BodyHasSuffix(v string) predicate.Order

BodyHasSuffix applies the HasSuffix predicate on the "body" field.

func BodyIn

func BodyIn(vs ...string) predicate.Order

BodyIn applies the In predicate on the "body" field.

func BodyLT

func BodyLT(v string) predicate.Order

BodyLT applies the LT predicate on the "body" field.

func BodyLTE

func BodyLTE(v string) predicate.Order

BodyLTE applies the LTE predicate on the "body" field.

func BodyNEQ

func BodyNEQ(v string) predicate.Order

BodyNEQ applies the NEQ predicate on the "body" field.

func BodyNotIn

func BodyNotIn(vs ...string) predicate.Order

BodyNotIn applies the NotIn predicate on the "body" field.

func Channel

func Channel(v string) predicate.Order

Channel applies equality check predicate on the "channel" field. It's identical to ChannelEQ.

func ChannelContains

func ChannelContains(v string) predicate.Order

ChannelContains applies the Contains predicate on the "channel" field.

func ChannelContainsFold

func ChannelContainsFold(v string) predicate.Order

ChannelContainsFold applies the ContainsFold predicate on the "channel" field.

func ChannelEQ

func ChannelEQ(v string) predicate.Order

ChannelEQ applies the EQ predicate on the "channel" field.

func ChannelEqualFold

func ChannelEqualFold(v string) predicate.Order

ChannelEqualFold applies the EqualFold predicate on the "channel" field.

func ChannelGT

func ChannelGT(v string) predicate.Order

ChannelGT applies the GT predicate on the "channel" field.

func ChannelGTE

func ChannelGTE(v string) predicate.Order

ChannelGTE applies the GTE predicate on the "channel" field.

func ChannelHasPrefix

func ChannelHasPrefix(v string) predicate.Order

ChannelHasPrefix applies the HasPrefix predicate on the "channel" field.

func ChannelHasSuffix

func ChannelHasSuffix(v string) predicate.Order

ChannelHasSuffix applies the HasSuffix predicate on the "channel" field.

func ChannelIn

func ChannelIn(vs ...string) predicate.Order

ChannelIn applies the In predicate on the "channel" field.

func ChannelLT

func ChannelLT(v string) predicate.Order

ChannelLT applies the LT predicate on the "channel" field.

func ChannelLTE

func ChannelLTE(v string) predicate.Order

ChannelLTE applies the LTE predicate on the "channel" field.

func ChannelNEQ

func ChannelNEQ(v string) predicate.Order

ChannelNEQ applies the NEQ predicate on the "channel" field.

func ChannelNotIn

func ChannelNotIn(vs ...string) predicate.Order

ChannelNotIn applies the NotIn predicate on the "channel" field.

func ClientIP

func ClientIP(v string) predicate.Order

ClientIP applies equality check predicate on the "client_ip" field. It's identical to ClientIPEQ.

func ClientIPContains

func ClientIPContains(v string) predicate.Order

ClientIPContains applies the Contains predicate on the "client_ip" field.

func ClientIPContainsFold

func ClientIPContainsFold(v string) predicate.Order

ClientIPContainsFold applies the ContainsFold predicate on the "client_ip" field.

func ClientIPEQ

func ClientIPEQ(v string) predicate.Order

ClientIPEQ applies the EQ predicate on the "client_ip" field.

func ClientIPEqualFold

func ClientIPEqualFold(v string) predicate.Order

ClientIPEqualFold applies the EqualFold predicate on the "client_ip" field.

func ClientIPGT

func ClientIPGT(v string) predicate.Order

ClientIPGT applies the GT predicate on the "client_ip" field.

func ClientIPGTE

func ClientIPGTE(v string) predicate.Order

ClientIPGTE applies the GTE predicate on the "client_ip" field.

func ClientIPHasPrefix

func ClientIPHasPrefix(v string) predicate.Order

ClientIPHasPrefix applies the HasPrefix predicate on the "client_ip" field.

func ClientIPHasSuffix

func ClientIPHasSuffix(v string) predicate.Order

ClientIPHasSuffix applies the HasSuffix predicate on the "client_ip" field.

func ClientIPIn

func ClientIPIn(vs ...string) predicate.Order

ClientIPIn applies the In predicate on the "client_ip" field.

func ClientIPLT

func ClientIPLT(v string) predicate.Order

ClientIPLT applies the LT predicate on the "client_ip" field.

func ClientIPLTE

func ClientIPLTE(v string) predicate.Order

ClientIPLTE applies the LTE predicate on the "client_ip" field.

func ClientIPNEQ

func ClientIPNEQ(v string) predicate.Order

ClientIPNEQ applies the NEQ predicate on the "client_ip" field.

func ClientIPNotIn

func ClientIPNotIn(vs ...string) predicate.Order

ClientIPNotIn applies the NotIn predicate on the "client_ip" field.

func ExtendParams

func ExtendParams(v string) predicate.Order

ExtendParams applies equality check predicate on the "extend_params" field. It's identical to ExtendParamsEQ.

func ExtendParamsContains

func ExtendParamsContains(v string) predicate.Order

ExtendParamsContains applies the Contains predicate on the "extend_params" field.

func ExtendParamsContainsFold

func ExtendParamsContainsFold(v string) predicate.Order

ExtendParamsContainsFold applies the ContainsFold predicate on the "extend_params" field.

func ExtendParamsEQ

func ExtendParamsEQ(v string) predicate.Order

ExtendParamsEQ applies the EQ predicate on the "extend_params" field.

func ExtendParamsEqualFold

func ExtendParamsEqualFold(v string) predicate.Order

ExtendParamsEqualFold applies the EqualFold predicate on the "extend_params" field.

func ExtendParamsGT

func ExtendParamsGT(v string) predicate.Order

ExtendParamsGT applies the GT predicate on the "extend_params" field.

func ExtendParamsGTE

func ExtendParamsGTE(v string) predicate.Order

ExtendParamsGTE applies the GTE predicate on the "extend_params" field.

func ExtendParamsHasPrefix

func ExtendParamsHasPrefix(v string) predicate.Order

ExtendParamsHasPrefix applies the HasPrefix predicate on the "extend_params" field.

func ExtendParamsHasSuffix

func ExtendParamsHasSuffix(v string) predicate.Order

ExtendParamsHasSuffix applies the HasSuffix predicate on the "extend_params" field.

func ExtendParamsIn

func ExtendParamsIn(vs ...string) predicate.Order

ExtendParamsIn applies the In predicate on the "extend_params" field.

func ExtendParamsLT

func ExtendParamsLT(v string) predicate.Order

ExtendParamsLT applies the LT predicate on the "extend_params" field.

func ExtendParamsLTE

func ExtendParamsLTE(v string) predicate.Order

ExtendParamsLTE applies the LTE predicate on the "extend_params" field.

func ExtendParamsNEQ

func ExtendParamsNEQ(v string) predicate.Order

ExtendParamsNEQ applies the NEQ predicate on the "extend_params" field.

func ExtendParamsNotIn

func ExtendParamsNotIn(vs ...string) predicate.Order

ExtendParamsNotIn applies the NotIn predicate on the "extend_params" field.

func ID

func ID(id int) predicate.Order

ID filters vertices based on their ID field.

func IDEQ

func IDEQ(id int) predicate.Order

IDEQ applies the EQ predicate on the ID field.

func IDGT

func IDGT(id int) predicate.Order

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id int) predicate.Order

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...int) predicate.Order

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id int) predicate.Order

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id int) predicate.Order

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id int) predicate.Order

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...int) predicate.Order

IDNotIn applies the NotIn predicate on the ID field.

func JumpURL

func JumpURL(v string) predicate.Order

JumpURL applies equality check predicate on the "jump_url" field. It's identical to JumpURLEQ.

func JumpURLContains

func JumpURLContains(v string) predicate.Order

JumpURLContains applies the Contains predicate on the "jump_url" field.

func JumpURLContainsFold

func JumpURLContainsFold(v string) predicate.Order

JumpURLContainsFold applies the ContainsFold predicate on the "jump_url" field.

func JumpURLEQ

func JumpURLEQ(v string) predicate.Order

JumpURLEQ applies the EQ predicate on the "jump_url" field.

func JumpURLEqualFold

func JumpURLEqualFold(v string) predicate.Order

JumpURLEqualFold applies the EqualFold predicate on the "jump_url" field.

func JumpURLGT

func JumpURLGT(v string) predicate.Order

JumpURLGT applies the GT predicate on the "jump_url" field.

func JumpURLGTE

func JumpURLGTE(v string) predicate.Order

JumpURLGTE applies the GTE predicate on the "jump_url" field.

func JumpURLHasPrefix

func JumpURLHasPrefix(v string) predicate.Order

JumpURLHasPrefix applies the HasPrefix predicate on the "jump_url" field.

func JumpURLHasSuffix

func JumpURLHasSuffix(v string) predicate.Order

JumpURLHasSuffix applies the HasSuffix predicate on the "jump_url" field.

func JumpURLIn

func JumpURLIn(vs ...string) predicate.Order

JumpURLIn applies the In predicate on the "jump_url" field.

func JumpURLLT

func JumpURLLT(v string) predicate.Order

JumpURLLT applies the LT predicate on the "jump_url" field.

func JumpURLLTE

func JumpURLLTE(v string) predicate.Order

JumpURLLTE applies the LTE predicate on the "jump_url" field.

func JumpURLNEQ

func JumpURLNEQ(v string) predicate.Order

JumpURLNEQ applies the NEQ predicate on the "jump_url" field.

func JumpURLNotIn

func JumpURLNotIn(vs ...string) predicate.Order

JumpURLNotIn applies the NotIn predicate on the "jump_url" field.

func MerchantID

func MerchantID(v string) predicate.Order

MerchantID applies equality check predicate on the "merchant_id" field. It's identical to MerchantIDEQ.

func MerchantIDContains

func MerchantIDContains(v string) predicate.Order

MerchantIDContains applies the Contains predicate on the "merchant_id" field.

func MerchantIDContainsFold

func MerchantIDContainsFold(v string) predicate.Order

MerchantIDContainsFold applies the ContainsFold predicate on the "merchant_id" field.

func MerchantIDEQ

func MerchantIDEQ(v string) predicate.Order

MerchantIDEQ applies the EQ predicate on the "merchant_id" field.

func MerchantIDEqualFold

func MerchantIDEqualFold(v string) predicate.Order

MerchantIDEqualFold applies the EqualFold predicate on the "merchant_id" field.

func MerchantIDGT

func MerchantIDGT(v string) predicate.Order

MerchantIDGT applies the GT predicate on the "merchant_id" field.

func MerchantIDGTE

func MerchantIDGTE(v string) predicate.Order

MerchantIDGTE applies the GTE predicate on the "merchant_id" field.

func MerchantIDHasPrefix

func MerchantIDHasPrefix(v string) predicate.Order

MerchantIDHasPrefix applies the HasPrefix predicate on the "merchant_id" field.

func MerchantIDHasSuffix

func MerchantIDHasSuffix(v string) predicate.Order

MerchantIDHasSuffix applies the HasSuffix predicate on the "merchant_id" field.

func MerchantIDIn

func MerchantIDIn(vs ...string) predicate.Order

MerchantIDIn applies the In predicate on the "merchant_id" field.

func MerchantIDLT

func MerchantIDLT(v string) predicate.Order

MerchantIDLT applies the LT predicate on the "merchant_id" field.

func MerchantIDLTE

func MerchantIDLTE(v string) predicate.Order

MerchantIDLTE applies the LTE predicate on the "merchant_id" field.

func MerchantIDNEQ

func MerchantIDNEQ(v string) predicate.Order

MerchantIDNEQ applies the NEQ predicate on the "merchant_id" field.

func MerchantIDNotIn

func MerchantIDNotIn(vs ...string) predicate.Order

MerchantIDNotIn applies the NotIn predicate on the "merchant_id" field.

func Not

Not applies the not operator on the given predicate.

func NotifyURL

func NotifyURL(v string) predicate.Order

NotifyURL applies equality check predicate on the "notify_url" field. It's identical to NotifyURLEQ.

func NotifyURLContains

func NotifyURLContains(v string) predicate.Order

NotifyURLContains applies the Contains predicate on the "notify_url" field.

func NotifyURLContainsFold

func NotifyURLContainsFold(v string) predicate.Order

NotifyURLContainsFold applies the ContainsFold predicate on the "notify_url" field.

func NotifyURLEQ

func NotifyURLEQ(v string) predicate.Order

NotifyURLEQ applies the EQ predicate on the "notify_url" field.

func NotifyURLEqualFold

func NotifyURLEqualFold(v string) predicate.Order

NotifyURLEqualFold applies the EqualFold predicate on the "notify_url" field.

func NotifyURLGT

func NotifyURLGT(v string) predicate.Order

NotifyURLGT applies the GT predicate on the "notify_url" field.

func NotifyURLGTE

func NotifyURLGTE(v string) predicate.Order

NotifyURLGTE applies the GTE predicate on the "notify_url" field.

func NotifyURLHasPrefix

func NotifyURLHasPrefix(v string) predicate.Order

NotifyURLHasPrefix applies the HasPrefix predicate on the "notify_url" field.

func NotifyURLHasSuffix

func NotifyURLHasSuffix(v string) predicate.Order

NotifyURLHasSuffix applies the HasSuffix predicate on the "notify_url" field.

func NotifyURLIn

func NotifyURLIn(vs ...string) predicate.Order

NotifyURLIn applies the In predicate on the "notify_url" field.

func NotifyURLLT

func NotifyURLLT(v string) predicate.Order

NotifyURLLT applies the LT predicate on the "notify_url" field.

func NotifyURLLTE

func NotifyURLLTE(v string) predicate.Order

NotifyURLLTE applies the LTE predicate on the "notify_url" field.

func NotifyURLNEQ

func NotifyURLNEQ(v string) predicate.Order

NotifyURLNEQ applies the NEQ predicate on the "notify_url" field.

func NotifyURLNotIn

func NotifyURLNotIn(vs ...string) predicate.Order

NotifyURLNotIn applies the NotIn predicate on the "notify_url" field.

func Or

func Or(predicates ...predicate.Order) predicate.Order

Or groups predicates with the OR operator between them.

func OrderExpiration

func OrderExpiration(v string) predicate.Order

OrderExpiration applies equality check predicate on the "order_expiration" field. It's identical to OrderExpirationEQ.

func OrderExpirationContains

func OrderExpirationContains(v string) predicate.Order

OrderExpirationContains applies the Contains predicate on the "order_expiration" field.

func OrderExpirationContainsFold

func OrderExpirationContainsFold(v string) predicate.Order

OrderExpirationContainsFold applies the ContainsFold predicate on the "order_expiration" field.

func OrderExpirationEQ

func OrderExpirationEQ(v string) predicate.Order

OrderExpirationEQ applies the EQ predicate on the "order_expiration" field.

func OrderExpirationEqualFold

func OrderExpirationEqualFold(v string) predicate.Order

OrderExpirationEqualFold applies the EqualFold predicate on the "order_expiration" field.

func OrderExpirationGT

func OrderExpirationGT(v string) predicate.Order

OrderExpirationGT applies the GT predicate on the "order_expiration" field.

func OrderExpirationGTE

func OrderExpirationGTE(v string) predicate.Order

OrderExpirationGTE applies the GTE predicate on the "order_expiration" field.

func OrderExpirationHasPrefix

func OrderExpirationHasPrefix(v string) predicate.Order

OrderExpirationHasPrefix applies the HasPrefix predicate on the "order_expiration" field.

func OrderExpirationHasSuffix

func OrderExpirationHasSuffix(v string) predicate.Order

OrderExpirationHasSuffix applies the HasSuffix predicate on the "order_expiration" field.

func OrderExpirationIn

func OrderExpirationIn(vs ...string) predicate.Order

OrderExpirationIn applies the In predicate on the "order_expiration" field.

func OrderExpirationLT

func OrderExpirationLT(v string) predicate.Order

OrderExpirationLT applies the LT predicate on the "order_expiration" field.

func OrderExpirationLTE

func OrderExpirationLTE(v string) predicate.Order

OrderExpirationLTE applies the LTE predicate on the "order_expiration" field.

func OrderExpirationNEQ

func OrderExpirationNEQ(v string) predicate.Order

OrderExpirationNEQ applies the NEQ predicate on the "order_expiration" field.

func OrderExpirationNotIn

func OrderExpirationNotIn(vs ...string) predicate.Order

OrderExpirationNotIn applies the NotIn predicate on the "order_expiration" field.

func OrderStatus

func OrderStatus(v int8) predicate.Order

OrderStatus applies equality check predicate on the "order_status" field. It's identical to OrderStatusEQ.

func OrderStatusEQ

func OrderStatusEQ(v int8) predicate.Order

OrderStatusEQ applies the EQ predicate on the "order_status" field.

func OrderStatusGT

func OrderStatusGT(v int8) predicate.Order

OrderStatusGT applies the GT predicate on the "order_status" field.

func OrderStatusGTE

func OrderStatusGTE(v int8) predicate.Order

OrderStatusGTE applies the GTE predicate on the "order_status" field.

func OrderStatusIn

func OrderStatusIn(vs ...int8) predicate.Order

OrderStatusIn applies the In predicate on the "order_status" field.

func OrderStatusLT

func OrderStatusLT(v int8) predicate.Order

OrderStatusLT applies the LT predicate on the "order_status" field.

func OrderStatusLTE

func OrderStatusLTE(v int8) predicate.Order

OrderStatusLTE applies the LTE predicate on the "order_status" field.

func OrderStatusNEQ

func OrderStatusNEQ(v int8) predicate.Order

OrderStatusNEQ applies the NEQ predicate on the "order_status" field.

func OrderStatusNotIn

func OrderStatusNotIn(vs ...int8) predicate.Order

OrderStatusNotIn applies the NotIn predicate on the "order_status" field.

func OutOrderNo

func OutOrderNo(v string) predicate.Order

OutOrderNo applies equality check predicate on the "out_order_no" field. It's identical to OutOrderNoEQ.

func OutOrderNoContains

func OutOrderNoContains(v string) predicate.Order

OutOrderNoContains applies the Contains predicate on the "out_order_no" field.

func OutOrderNoContainsFold

func OutOrderNoContainsFold(v string) predicate.Order

OutOrderNoContainsFold applies the ContainsFold predicate on the "out_order_no" field.

func OutOrderNoEQ

func OutOrderNoEQ(v string) predicate.Order

OutOrderNoEQ applies the EQ predicate on the "out_order_no" field.

func OutOrderNoEqualFold

func OutOrderNoEqualFold(v string) predicate.Order

OutOrderNoEqualFold applies the EqualFold predicate on the "out_order_no" field.

func OutOrderNoGT

func OutOrderNoGT(v string) predicate.Order

OutOrderNoGT applies the GT predicate on the "out_order_no" field.

func OutOrderNoGTE

func OutOrderNoGTE(v string) predicate.Order

OutOrderNoGTE applies the GTE predicate on the "out_order_no" field.

func OutOrderNoHasPrefix

func OutOrderNoHasPrefix(v string) predicate.Order

OutOrderNoHasPrefix applies the HasPrefix predicate on the "out_order_no" field.

func OutOrderNoHasSuffix

func OutOrderNoHasSuffix(v string) predicate.Order

OutOrderNoHasSuffix applies the HasSuffix predicate on the "out_order_no" field.

func OutOrderNoIn

func OutOrderNoIn(vs ...string) predicate.Order

OutOrderNoIn applies the In predicate on the "out_order_no" field.

func OutOrderNoLT

func OutOrderNoLT(v string) predicate.Order

OutOrderNoLT applies the LT predicate on the "out_order_no" field.

func OutOrderNoLTE

func OutOrderNoLTE(v string) predicate.Order

OutOrderNoLTE applies the LTE predicate on the "out_order_no" field.

func OutOrderNoNEQ

func OutOrderNoNEQ(v string) predicate.Order

OutOrderNoNEQ applies the NEQ predicate on the "out_order_no" field.

func OutOrderNoNotIn

func OutOrderNoNotIn(vs ...string) predicate.Order

OutOrderNoNotIn applies the NotIn predicate on the "out_order_no" field.

func PayWay

func PayWay(v string) predicate.Order

PayWay applies equality check predicate on the "pay_way" field. It's identical to PayWayEQ.

func PayWayContains

func PayWayContains(v string) predicate.Order

PayWayContains applies the Contains predicate on the "pay_way" field.

func PayWayContainsFold

func PayWayContainsFold(v string) predicate.Order

PayWayContainsFold applies the ContainsFold predicate on the "pay_way" field.

func PayWayEQ

func PayWayEQ(v string) predicate.Order

PayWayEQ applies the EQ predicate on the "pay_way" field.

func PayWayEqualFold

func PayWayEqualFold(v string) predicate.Order

PayWayEqualFold applies the EqualFold predicate on the "pay_way" field.

func PayWayGT

func PayWayGT(v string) predicate.Order

PayWayGT applies the GT predicate on the "pay_way" field.

func PayWayGTE

func PayWayGTE(v string) predicate.Order

PayWayGTE applies the GTE predicate on the "pay_way" field.

func PayWayHasPrefix

func PayWayHasPrefix(v string) predicate.Order

PayWayHasPrefix applies the HasPrefix predicate on the "pay_way" field.

func PayWayHasSuffix

func PayWayHasSuffix(v string) predicate.Order

PayWayHasSuffix applies the HasSuffix predicate on the "pay_way" field.

func PayWayIn

func PayWayIn(vs ...string) predicate.Order

PayWayIn applies the In predicate on the "pay_way" field.

func PayWayLT

func PayWayLT(v string) predicate.Order

PayWayLT applies the LT predicate on the "pay_way" field.

func PayWayLTE

func PayWayLTE(v string) predicate.Order

PayWayLTE applies the LTE predicate on the "pay_way" field.

func PayWayNEQ

func PayWayNEQ(v string) predicate.Order

PayWayNEQ applies the NEQ predicate on the "pay_way" field.

func PayWayNotIn

func PayWayNotIn(vs ...string) predicate.Order

PayWayNotIn applies the NotIn predicate on the "pay_way" field.

func SubOpenid

func SubOpenid(v string) predicate.Order

SubOpenid applies equality check predicate on the "sub_openid" field. It's identical to SubOpenidEQ.

func SubOpenidContains

func SubOpenidContains(v string) predicate.Order

SubOpenidContains applies the Contains predicate on the "sub_openid" field.

func SubOpenidContainsFold

func SubOpenidContainsFold(v string) predicate.Order

SubOpenidContainsFold applies the ContainsFold predicate on the "sub_openid" field.

func SubOpenidEQ

func SubOpenidEQ(v string) predicate.Order

SubOpenidEQ applies the EQ predicate on the "sub_openid" field.

func SubOpenidEqualFold

func SubOpenidEqualFold(v string) predicate.Order

SubOpenidEqualFold applies the EqualFold predicate on the "sub_openid" field.

func SubOpenidGT

func SubOpenidGT(v string) predicate.Order

SubOpenidGT applies the GT predicate on the "sub_openid" field.

func SubOpenidGTE

func SubOpenidGTE(v string) predicate.Order

SubOpenidGTE applies the GTE predicate on the "sub_openid" field.

func SubOpenidHasPrefix

func SubOpenidHasPrefix(v string) predicate.Order

SubOpenidHasPrefix applies the HasPrefix predicate on the "sub_openid" field.

func SubOpenidHasSuffix

func SubOpenidHasSuffix(v string) predicate.Order

SubOpenidHasSuffix applies the HasSuffix predicate on the "sub_openid" field.

func SubOpenidIn

func SubOpenidIn(vs ...string) predicate.Order

SubOpenidIn applies the In predicate on the "sub_openid" field.

func SubOpenidLT

func SubOpenidLT(v string) predicate.Order

SubOpenidLT applies the LT predicate on the "sub_openid" field.

func SubOpenidLTE

func SubOpenidLTE(v string) predicate.Order

SubOpenidLTE applies the LTE predicate on the "sub_openid" field.

func SubOpenidNEQ

func SubOpenidNEQ(v string) predicate.Order

SubOpenidNEQ applies the NEQ predicate on the "sub_openid" field.

func SubOpenidNotIn

func SubOpenidNotIn(vs ...string) predicate.Order

SubOpenidNotIn applies the NotIn predicate on the "sub_openid" field.

func TotalAmount

func TotalAmount(v uint64) predicate.Order

TotalAmount applies equality check predicate on the "total_amount" field. It's identical to TotalAmountEQ.

func TotalAmountEQ

func TotalAmountEQ(v uint64) predicate.Order

TotalAmountEQ applies the EQ predicate on the "total_amount" field.

func TotalAmountGT

func TotalAmountGT(v uint64) predicate.Order

TotalAmountGT applies the GT predicate on the "total_amount" field.

func TotalAmountGTE

func TotalAmountGTE(v uint64) predicate.Order

TotalAmountGTE applies the GTE predicate on the "total_amount" field.

func TotalAmountIn

func TotalAmountIn(vs ...uint64) predicate.Order

TotalAmountIn applies the In predicate on the "total_amount" field.

func TotalAmountLT

func TotalAmountLT(v uint64) predicate.Order

TotalAmountLT applies the LT predicate on the "total_amount" field.

func TotalAmountLTE

func TotalAmountLTE(v uint64) predicate.Order

TotalAmountLTE applies the LTE predicate on the "total_amount" field.

func TotalAmountNEQ

func TotalAmountNEQ(v uint64) predicate.Order

TotalAmountNEQ applies the NEQ predicate on the "total_amount" field.

func TotalAmountNotIn

func TotalAmountNotIn(vs ...uint64) predicate.Order

TotalAmountNotIn applies the NotIn predicate on the "total_amount" field.

func ValidColumn

func ValidColumn(column string) bool

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

func WxAppid

func WxAppid(v string) predicate.Order

WxAppid applies equality check predicate on the "wx_appid" field. It's identical to WxAppidEQ.

func WxAppidContains

func WxAppidContains(v string) predicate.Order

WxAppidContains applies the Contains predicate on the "wx_appid" field.

func WxAppidContainsFold

func WxAppidContainsFold(v string) predicate.Order

WxAppidContainsFold applies the ContainsFold predicate on the "wx_appid" field.

func WxAppidEQ

func WxAppidEQ(v string) predicate.Order

WxAppidEQ applies the EQ predicate on the "wx_appid" field.

func WxAppidEqualFold

func WxAppidEqualFold(v string) predicate.Order

WxAppidEqualFold applies the EqualFold predicate on the "wx_appid" field.

func WxAppidGT

func WxAppidGT(v string) predicate.Order

WxAppidGT applies the GT predicate on the "wx_appid" field.

func WxAppidGTE

func WxAppidGTE(v string) predicate.Order

WxAppidGTE applies the GTE predicate on the "wx_appid" field.

func WxAppidHasPrefix

func WxAppidHasPrefix(v string) predicate.Order

WxAppidHasPrefix applies the HasPrefix predicate on the "wx_appid" field.

func WxAppidHasSuffix

func WxAppidHasSuffix(v string) predicate.Order

WxAppidHasSuffix applies the HasSuffix predicate on the "wx_appid" field.

func WxAppidIn

func WxAppidIn(vs ...string) predicate.Order

WxAppidIn applies the In predicate on the "wx_appid" field.

func WxAppidLT

func WxAppidLT(v string) predicate.Order

WxAppidLT applies the LT predicate on the "wx_appid" field.

func WxAppidLTE

func WxAppidLTE(v string) predicate.Order

WxAppidLTE applies the LTE predicate on the "wx_appid" field.

func WxAppidNEQ

func WxAppidNEQ(v string) predicate.Order

WxAppidNEQ applies the NEQ predicate on the "wx_appid" field.

func WxAppidNotIn

func WxAppidNotIn(vs ...string) predicate.Order

WxAppidNotIn applies the NotIn predicate on the "wx_appid" field.

Types

This section is empty.

Jump to

Keyboard shortcuts

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