operators

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

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

Go to latest
Published: Apr 27, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Equal          = "="
	NotEqual       = "!="
	In             = "IN"
	NotIn          = "NOT IN"
	IsNull         = "IS NULL"
	IsNotNull      = "IS NOT NULL"
	Between        = "BETWEEN"
	NotBetween     = "NOT BETWEEN"
	Like           = "LIKE"
	NotLike        = "NOT LIKE"
	Greater        = ">"
	GreaterOrEqual = ">="
	Less           = "<"
	LessOrEqual    = "<="
)

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