consts

package
v1.0.0-...-1f0868f Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2019 License: Apache-2.0 Imports: 1 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FieldType

type FieldType int
const (
	SerialField FieldType = iota
	Serial64Field
	IntField
	Int64Field
	UintField
	Uint64Field
	FloatField
	Float64Field
	TextField
	BoolField
	TimestampField
	TimestampUTCField
	BlobField
	DateField
)
func (f FieldType) AsLink() FieldType

func (FieldType) String

func (f FieldType) String() string

type JoinType

type JoinType int
const (
	InnerJoin JoinType = iota
)

type Operator

type Operator string
const (
	LT   Operator = "<"
	LE   Operator = "<="
	GT   Operator = ">"
	GE   Operator = ">="
	EQ   Operator = "="
	NE   Operator = "!="
	Like Operator = "like"
)

func (Operator) Suffix

func (o Operator) Suffix() string

type RelationKind

type RelationKind int
const (
	SetNull RelationKind = iota
	Cascade
	Restrict
)

Jump to

Keyboard shortcuts

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