other

package
v0.11.2 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the other type in the database.
	Label = "other"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// Table holds the table name of the other in the database.
	Table = "others"
)

Variables

View Source
var Columns = []string{
	FieldID,
}

Columns holds all SQL columns for other fields.

View Source
var (
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() sid.ID
)

Functions

func And

func And(predicates ...predicate.Other) predicate.Other

And groups predicates with the AND operator between them.

func ID

func ID(id sid.ID) predicate.Other

ID filters vertices based on their ID field.

func IDEQ

func IDEQ(id sid.ID) predicate.Other

IDEQ applies the EQ predicate on the ID field.

func IDGT

func IDGT(id sid.ID) predicate.Other

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id sid.ID) predicate.Other

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...sid.ID) predicate.Other

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id sid.ID) predicate.Other

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id sid.ID) predicate.Other

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id sid.ID) predicate.Other

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...sid.ID) predicate.Other

IDNotIn applies the NotIn predicate on the ID field.

func Not

Not applies the not operator on the given predicate.

func Or

func Or(predicates ...predicate.Other) predicate.Other

Or groups predicates with the OR operator between them.

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