constants

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Comma              = ","
	LeftBracket        = "("
	RightBracket       = ")"
	DefaultPrimaryName = "id"
)
View Source
const (
	And       = "AND"
	Or        = "OR"
	In        = "IN"
	Not       = "NOT"
	Like      = "LIKE"
	Eq        = "="
	Ne        = "<>"
	Gt        = ">"
	Ge        = ">="
	Lt        = "<"
	Le        = "<="
	IsNull    = "IS NULL"
	IsNotNull = "IS NOT NULL"
	Between   = "BETWEEN"
	Desc      = "DESC"
	Asc       = "ASC"
	As        = "AS"
	SUM       = "SUM"
	AVG       = "AVG"
	MAX       = "MAX"
	MIN       = "MIN"
	COUNT     = "COUNT"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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