devicedurationelephant

package
v0.0.0-...-24d6c83 Latest Latest
Warning

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

Go to latest
Published: May 27, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the devicedurationelephant type in the database.
	Label = "device_duration_elephant"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// FieldUpdatedAt holds the string denoting the updated_at field in the database.
	FieldUpdatedAt = "updated_at"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// FieldSort holds the string denoting the sort field in the database.
	FieldSort = "sort"
	// FieldIotID holds the string denoting the iotid field in the database.
	FieldIotID = "iot_id"
	// FieldDeviceName holds the string denoting the devicename field in the database.
	FieldDeviceName = "device_name"
	// FieldProductKey holds the string denoting the productkey field in the database.
	FieldProductKey = "product_key"
	// FieldDate holds the string denoting the date field in the database.
	FieldDate = "date"
	// FieldConnected holds the string denoting the connected field in the database.
	FieldConnected = "connected"
	// FieldRunning holds the string denoting the running field in the database.
	FieldRunning = "running"
	// FieldEbutton holds the string denoting the ebutton field in the database.
	FieldEbutton = "ebutton"
	// FieldDayJson holds the string denoting the dayjson field in the database.
	FieldDayJson = "day_json"
	// Table holds the table name of the devicedurationelephant in the database.
	Table = "thing_device_duration_elephant"
)

Variables

View Source
var (
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
	// DefaultStatus holds the default value on creation for the "status" field.
	DefaultStatus uint8
	// DefaultSort holds the default value on creation for the "sort" field.
	DefaultSort uint32
)

Columns holds all SQL columns for devicedurationelephant fields.

Functions

func And

And groups predicates with the AND operator between them.

func Connected

Connected applies equality check predicate on the "connected" field. It's identical to ConnectedEQ.

func ConnectedEQ

func ConnectedEQ(v int32) predicate.DeviceDurationElephant

ConnectedEQ applies the EQ predicate on the "connected" field.

func ConnectedGT

func ConnectedGT(v int32) predicate.DeviceDurationElephant

ConnectedGT applies the GT predicate on the "connected" field.

func ConnectedGTE

func ConnectedGTE(v int32) predicate.DeviceDurationElephant

ConnectedGTE applies the GTE predicate on the "connected" field.

func ConnectedIn

func ConnectedIn(vs ...int32) predicate.DeviceDurationElephant

ConnectedIn applies the In predicate on the "connected" field.

func ConnectedIsNil

func ConnectedIsNil() predicate.DeviceDurationElephant

ConnectedIsNil applies the IsNil predicate on the "connected" field.

func ConnectedLT

func ConnectedLT(v int32) predicate.DeviceDurationElephant

ConnectedLT applies the LT predicate on the "connected" field.

func ConnectedLTE

func ConnectedLTE(v int32) predicate.DeviceDurationElephant

ConnectedLTE applies the LTE predicate on the "connected" field.

func ConnectedNEQ

func ConnectedNEQ(v int32) predicate.DeviceDurationElephant

ConnectedNEQ applies the NEQ predicate on the "connected" field.

func ConnectedNotIn

func ConnectedNotIn(vs ...int32) predicate.DeviceDurationElephant

ConnectedNotIn applies the NotIn predicate on the "connected" field.

func ConnectedNotNil

func ConnectedNotNil() predicate.DeviceDurationElephant

ConnectedNotNil applies the NotNil predicate on the "connected" field.

func CreatedAt

CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.

func CreatedAtEQ

CreatedAtEQ applies the EQ predicate on the "created_at" field.

func CreatedAtGT

CreatedAtGT applies the GT predicate on the "created_at" field.

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.DeviceDurationElephant

CreatedAtGTE applies the GTE predicate on the "created_at" field.

func CreatedAtIn

func CreatedAtIn(vs ...time.Time) predicate.DeviceDurationElephant

CreatedAtIn applies the In predicate on the "created_at" field.

func CreatedAtLT

CreatedAtLT applies the LT predicate on the "created_at" field.

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.DeviceDurationElephant

CreatedAtLTE applies the LTE predicate on the "created_at" field.

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.DeviceDurationElephant

CreatedAtNEQ applies the NEQ predicate on the "created_at" field.

func CreatedAtNotIn

func CreatedAtNotIn(vs ...time.Time) predicate.DeviceDurationElephant

CreatedAtNotIn applies the NotIn predicate on the "created_at" field.

func Date

Date applies equality check predicate on the "date" field. It's identical to DateEQ.

func DateContains

func DateContains(v string) predicate.DeviceDurationElephant

DateContains applies the Contains predicate on the "date" field.

func DateContainsFold

func DateContainsFold(v string) predicate.DeviceDurationElephant

DateContainsFold applies the ContainsFold predicate on the "date" field.

func DateEQ

DateEQ applies the EQ predicate on the "date" field.

func DateEqualFold

func DateEqualFold(v string) predicate.DeviceDurationElephant

DateEqualFold applies the EqualFold predicate on the "date" field.

func DateGT

DateGT applies the GT predicate on the "date" field.

func DateGTE

DateGTE applies the GTE predicate on the "date" field.

func DateHasPrefix

func DateHasPrefix(v string) predicate.DeviceDurationElephant

DateHasPrefix applies the HasPrefix predicate on the "date" field.

func DateHasSuffix

func DateHasSuffix(v string) predicate.DeviceDurationElephant

DateHasSuffix applies the HasSuffix predicate on the "date" field.

func DateIn

DateIn applies the In predicate on the "date" field.

func DateIsNil

DateIsNil applies the IsNil predicate on the "date" field.

func DateLT

DateLT applies the LT predicate on the "date" field.

func DateLTE

DateLTE applies the LTE predicate on the "date" field.

func DateNEQ

DateNEQ applies the NEQ predicate on the "date" field.

func DateNotIn

func DateNotIn(vs ...string) predicate.DeviceDurationElephant

DateNotIn applies the NotIn predicate on the "date" field.

func DateNotNil

func DateNotNil() predicate.DeviceDurationElephant

DateNotNil applies the NotNil predicate on the "date" field.

func DayJson

DayJson applies equality check predicate on the "dayJson" field. It's identical to DayJsonEQ.

func DayJsonContains

func DayJsonContains(v string) predicate.DeviceDurationElephant

DayJsonContains applies the Contains predicate on the "dayJson" field.

func DayJsonContainsFold

func DayJsonContainsFold(v string) predicate.DeviceDurationElephant

DayJsonContainsFold applies the ContainsFold predicate on the "dayJson" field.

func DayJsonEQ

DayJsonEQ applies the EQ predicate on the "dayJson" field.

func DayJsonEqualFold

func DayJsonEqualFold(v string) predicate.DeviceDurationElephant

DayJsonEqualFold applies the EqualFold predicate on the "dayJson" field.

func DayJsonGT

DayJsonGT applies the GT predicate on the "dayJson" field.

func DayJsonGTE

DayJsonGTE applies the GTE predicate on the "dayJson" field.

func DayJsonHasPrefix

func DayJsonHasPrefix(v string) predicate.DeviceDurationElephant

DayJsonHasPrefix applies the HasPrefix predicate on the "dayJson" field.

func DayJsonHasSuffix

func DayJsonHasSuffix(v string) predicate.DeviceDurationElephant

DayJsonHasSuffix applies the HasSuffix predicate on the "dayJson" field.

func DayJsonIn

func DayJsonIn(vs ...string) predicate.DeviceDurationElephant

DayJsonIn applies the In predicate on the "dayJson" field.

func DayJsonIsNil

func DayJsonIsNil() predicate.DeviceDurationElephant

DayJsonIsNil applies the IsNil predicate on the "dayJson" field.

func DayJsonLT

DayJsonLT applies the LT predicate on the "dayJson" field.

func DayJsonLTE

DayJsonLTE applies the LTE predicate on the "dayJson" field.

func DayJsonNEQ

DayJsonNEQ applies the NEQ predicate on the "dayJson" field.

func DayJsonNotIn

func DayJsonNotIn(vs ...string) predicate.DeviceDurationElephant

DayJsonNotIn applies the NotIn predicate on the "dayJson" field.

func DayJsonNotNil

func DayJsonNotNil() predicate.DeviceDurationElephant

DayJsonNotNil applies the NotNil predicate on the "dayJson" field.

func DeviceName

DeviceName applies equality check predicate on the "deviceName" field. It's identical to DeviceNameEQ.

func DeviceNameContains

func DeviceNameContains(v string) predicate.DeviceDurationElephant

DeviceNameContains applies the Contains predicate on the "deviceName" field.

func DeviceNameContainsFold

func DeviceNameContainsFold(v string) predicate.DeviceDurationElephant

DeviceNameContainsFold applies the ContainsFold predicate on the "deviceName" field.

func DeviceNameEQ

func DeviceNameEQ(v string) predicate.DeviceDurationElephant

DeviceNameEQ applies the EQ predicate on the "deviceName" field.

func DeviceNameEqualFold

func DeviceNameEqualFold(v string) predicate.DeviceDurationElephant

DeviceNameEqualFold applies the EqualFold predicate on the "deviceName" field.

func DeviceNameGT

func DeviceNameGT(v string) predicate.DeviceDurationElephant

DeviceNameGT applies the GT predicate on the "deviceName" field.

func DeviceNameGTE

func DeviceNameGTE(v string) predicate.DeviceDurationElephant

DeviceNameGTE applies the GTE predicate on the "deviceName" field.

func DeviceNameHasPrefix

func DeviceNameHasPrefix(v string) predicate.DeviceDurationElephant

DeviceNameHasPrefix applies the HasPrefix predicate on the "deviceName" field.

func DeviceNameHasSuffix

func DeviceNameHasSuffix(v string) predicate.DeviceDurationElephant

DeviceNameHasSuffix applies the HasSuffix predicate on the "deviceName" field.

func DeviceNameIn

func DeviceNameIn(vs ...string) predicate.DeviceDurationElephant

DeviceNameIn applies the In predicate on the "deviceName" field.

func DeviceNameLT

func DeviceNameLT(v string) predicate.DeviceDurationElephant

DeviceNameLT applies the LT predicate on the "deviceName" field.

func DeviceNameLTE

func DeviceNameLTE(v string) predicate.DeviceDurationElephant

DeviceNameLTE applies the LTE predicate on the "deviceName" field.

func DeviceNameNEQ

func DeviceNameNEQ(v string) predicate.DeviceDurationElephant

DeviceNameNEQ applies the NEQ predicate on the "deviceName" field.

func DeviceNameNotIn

func DeviceNameNotIn(vs ...string) predicate.DeviceDurationElephant

DeviceNameNotIn applies the NotIn predicate on the "deviceName" field.

func Ebutton

Ebutton applies equality check predicate on the "ebutton" field. It's identical to EbuttonEQ.

func EbuttonEQ

EbuttonEQ applies the EQ predicate on the "ebutton" field.

func EbuttonGT

EbuttonGT applies the GT predicate on the "ebutton" field.

func EbuttonGTE

EbuttonGTE applies the GTE predicate on the "ebutton" field.

func EbuttonIn

func EbuttonIn(vs ...int32) predicate.DeviceDurationElephant

EbuttonIn applies the In predicate on the "ebutton" field.

func EbuttonIsNil

func EbuttonIsNil() predicate.DeviceDurationElephant

EbuttonIsNil applies the IsNil predicate on the "ebutton" field.

func EbuttonLT

EbuttonLT applies the LT predicate on the "ebutton" field.

func EbuttonLTE

EbuttonLTE applies the LTE predicate on the "ebutton" field.

func EbuttonNEQ

EbuttonNEQ applies the NEQ predicate on the "ebutton" field.

func EbuttonNotIn

func EbuttonNotIn(vs ...int32) predicate.DeviceDurationElephant

EbuttonNotIn applies the NotIn predicate on the "ebutton" field.

func EbuttonNotNil

func EbuttonNotNil() predicate.DeviceDurationElephant

EbuttonNotNil applies the NotNil predicate on the "ebutton" 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

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 ...uint64) predicate.DeviceDurationElephant

IDNotIn applies the NotIn predicate on the ID field.

func IotID

IotID applies equality check predicate on the "iotID" field. It's identical to IotIDEQ.

func IotIDContains

func IotIDContains(v string) predicate.DeviceDurationElephant

IotIDContains applies the Contains predicate on the "iotID" field.

func IotIDContainsFold

func IotIDContainsFold(v string) predicate.DeviceDurationElephant

IotIDContainsFold applies the ContainsFold predicate on the "iotID" field.

func IotIDEQ

IotIDEQ applies the EQ predicate on the "iotID" field.

func IotIDEqualFold

func IotIDEqualFold(v string) predicate.DeviceDurationElephant

IotIDEqualFold applies the EqualFold predicate on the "iotID" field.

func IotIDGT

IotIDGT applies the GT predicate on the "iotID" field.

func IotIDGTE

IotIDGTE applies the GTE predicate on the "iotID" field.

func IotIDHasPrefix

func IotIDHasPrefix(v string) predicate.DeviceDurationElephant

IotIDHasPrefix applies the HasPrefix predicate on the "iotID" field.

func IotIDHasSuffix

func IotIDHasSuffix(v string) predicate.DeviceDurationElephant

IotIDHasSuffix applies the HasSuffix predicate on the "iotID" field.

func IotIDIn

IotIDIn applies the In predicate on the "iotID" field.

func IotIDLT

IotIDLT applies the LT predicate on the "iotID" field.

func IotIDLTE

IotIDLTE applies the LTE predicate on the "iotID" field.

func IotIDNEQ

IotIDNEQ applies the NEQ predicate on the "iotID" field.

func IotIDNotIn

func IotIDNotIn(vs ...string) predicate.DeviceDurationElephant

IotIDNotIn applies the NotIn predicate on the "iotID" field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func ProductKey

ProductKey applies equality check predicate on the "productKey" field. It's identical to ProductKeyEQ.

func ProductKeyContains

func ProductKeyContains(v string) predicate.DeviceDurationElephant

ProductKeyContains applies the Contains predicate on the "productKey" field.

func ProductKeyContainsFold

func ProductKeyContainsFold(v string) predicate.DeviceDurationElephant

ProductKeyContainsFold applies the ContainsFold predicate on the "productKey" field.

func ProductKeyEQ

func ProductKeyEQ(v string) predicate.DeviceDurationElephant

ProductKeyEQ applies the EQ predicate on the "productKey" field.

func ProductKeyEqualFold

func ProductKeyEqualFold(v string) predicate.DeviceDurationElephant

ProductKeyEqualFold applies the EqualFold predicate on the "productKey" field.

func ProductKeyGT

func ProductKeyGT(v string) predicate.DeviceDurationElephant

ProductKeyGT applies the GT predicate on the "productKey" field.

func ProductKeyGTE

func ProductKeyGTE(v string) predicate.DeviceDurationElephant

ProductKeyGTE applies the GTE predicate on the "productKey" field.

func ProductKeyHasPrefix

func ProductKeyHasPrefix(v string) predicate.DeviceDurationElephant

ProductKeyHasPrefix applies the HasPrefix predicate on the "productKey" field.

func ProductKeyHasSuffix

func ProductKeyHasSuffix(v string) predicate.DeviceDurationElephant

ProductKeyHasSuffix applies the HasSuffix predicate on the "productKey" field.

func ProductKeyIn

func ProductKeyIn(vs ...string) predicate.DeviceDurationElephant

ProductKeyIn applies the In predicate on the "productKey" field.

func ProductKeyLT

func ProductKeyLT(v string) predicate.DeviceDurationElephant

ProductKeyLT applies the LT predicate on the "productKey" field.

func ProductKeyLTE

func ProductKeyLTE(v string) predicate.DeviceDurationElephant

ProductKeyLTE applies the LTE predicate on the "productKey" field.

func ProductKeyNEQ

func ProductKeyNEQ(v string) predicate.DeviceDurationElephant

ProductKeyNEQ applies the NEQ predicate on the "productKey" field.

func ProductKeyNotIn

func ProductKeyNotIn(vs ...string) predicate.DeviceDurationElephant

ProductKeyNotIn applies the NotIn predicate on the "productKey" field.

func Running

Running applies equality check predicate on the "running" field. It's identical to RunningEQ.

func RunningEQ

RunningEQ applies the EQ predicate on the "running" field.

func RunningGT

RunningGT applies the GT predicate on the "running" field.

func RunningGTE

RunningGTE applies the GTE predicate on the "running" field.

func RunningIn

func RunningIn(vs ...int32) predicate.DeviceDurationElephant

RunningIn applies the In predicate on the "running" field.

func RunningIsNil

func RunningIsNil() predicate.DeviceDurationElephant

RunningIsNil applies the IsNil predicate on the "running" field.

func RunningLT

RunningLT applies the LT predicate on the "running" field.

func RunningLTE

RunningLTE applies the LTE predicate on the "running" field.

func RunningNEQ

RunningNEQ applies the NEQ predicate on the "running" field.

func RunningNotIn

func RunningNotIn(vs ...int32) predicate.DeviceDurationElephant

RunningNotIn applies the NotIn predicate on the "running" field.

func RunningNotNil

func RunningNotNil() predicate.DeviceDurationElephant

RunningNotNil applies the NotNil predicate on the "running" field.

func Sort

Sort applies equality check predicate on the "sort" field. It's identical to SortEQ.

func SortEQ

SortEQ applies the EQ predicate on the "sort" field.

func SortGT

SortGT applies the GT predicate on the "sort" field.

func SortGTE

SortGTE applies the GTE predicate on the "sort" field.

func SortIn

SortIn applies the In predicate on the "sort" field.

func SortLT

SortLT applies the LT predicate on the "sort" field.

func SortLTE

SortLTE applies the LTE predicate on the "sort" field.

func SortNEQ

SortNEQ applies the NEQ predicate on the "sort" field.

func SortNotIn

func SortNotIn(vs ...uint32) predicate.DeviceDurationElephant

SortNotIn applies the NotIn predicate on the "sort" field.

func Status

Status applies equality check predicate on the "status" field. It's identical to StatusEQ.

func StatusEQ

StatusEQ applies the EQ predicate on the "status" field.

func StatusGT

StatusGT applies the GT predicate on the "status" field.

func StatusGTE

StatusGTE applies the GTE predicate on the "status" field.

func StatusIn

func StatusIn(vs ...uint8) predicate.DeviceDurationElephant

StatusIn applies the In predicate on the "status" field.

func StatusIsNil

func StatusIsNil() predicate.DeviceDurationElephant

StatusIsNil applies the IsNil predicate on the "status" field.

func StatusLT

StatusLT applies the LT predicate on the "status" field.

func StatusLTE

StatusLTE applies the LTE predicate on the "status" field.

func StatusNEQ

StatusNEQ applies the NEQ predicate on the "status" field.

func StatusNotIn

func StatusNotIn(vs ...uint8) predicate.DeviceDurationElephant

StatusNotIn applies the NotIn predicate on the "status" field.

func StatusNotNil

func StatusNotNil() predicate.DeviceDurationElephant

StatusNotNil applies the NotNil predicate on the "status" field.

func UpdatedAt

UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.

func UpdatedAtEQ

UpdatedAtEQ applies the EQ predicate on the "updated_at" field.

func UpdatedAtGT

UpdatedAtGT applies the GT predicate on the "updated_at" field.

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.DeviceDurationElephant

UpdatedAtGTE applies the GTE predicate on the "updated_at" field.

func UpdatedAtIn

func UpdatedAtIn(vs ...time.Time) predicate.DeviceDurationElephant

UpdatedAtIn applies the In predicate on the "updated_at" field.

func UpdatedAtLT

UpdatedAtLT applies the LT predicate on the "updated_at" field.

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.DeviceDurationElephant

UpdatedAtLTE applies the LTE predicate on the "updated_at" field.

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.DeviceDurationElephant

UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.

func UpdatedAtNotIn

func UpdatedAtNotIn(vs ...time.Time) predicate.DeviceDurationElephant

UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.

func ValidColumn

func ValidColumn(column string) bool

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

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the DeviceDurationElephant queries.

func ByConnected

func ByConnected(opts ...sql.OrderTermOption) OrderOption

ByConnected orders the results by the connected field.

func ByCreatedAt

func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption

ByCreatedAt orders the results by the created_at field.

func ByDate

func ByDate(opts ...sql.OrderTermOption) OrderOption

ByDate orders the results by the date field.

func ByDayJson

func ByDayJson(opts ...sql.OrderTermOption) OrderOption

ByDayJson orders the results by the dayJson field.

func ByDeviceName

func ByDeviceName(opts ...sql.OrderTermOption) OrderOption

ByDeviceName orders the results by the deviceName field.

func ByEbutton

func ByEbutton(opts ...sql.OrderTermOption) OrderOption

ByEbutton orders the results by the ebutton field.

func ByID

func ByID(opts ...sql.OrderTermOption) OrderOption

ByID orders the results by the id field.

func ByIotID

func ByIotID(opts ...sql.OrderTermOption) OrderOption

ByIotID orders the results by the iotID field.

func ByProductKey

func ByProductKey(opts ...sql.OrderTermOption) OrderOption

ByProductKey orders the results by the productKey field.

func ByRunning

func ByRunning(opts ...sql.OrderTermOption) OrderOption

ByRunning orders the results by the running field.

func BySort

func BySort(opts ...sql.OrderTermOption) OrderOption

BySort orders the results by the sort field.

func ByStatus

func ByStatus(opts ...sql.OrderTermOption) OrderOption

ByStatus orders the results by the status field.

func ByUpdatedAt

func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption

ByUpdatedAt orders the results by the updated_at field.

Jump to

Keyboard shortcuts

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