sqlkeyword

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	And          = "AND"
	Or           = "OR"
	In           = "IN"
	NotIn        = "NOT IN"
	Like         = "LIKE"
	LikeLeft     = "LIKE LEFT"
	LikeRight    = "LIKE RIGHT"
	Eq           = "="
	Ne           = "<>"
	Gt           = ">"
	Ge           = ">="
	Lt           = "<"
	Le           = "<="
	IsNull       = "IS NULL"
	IsNotNull    = "IS NOT NULL"
	Between      = "BETWEEN"
	Desc         = "DESC"
	Asc          = "ASC"
	LeftBracket  = "("
	RightBracket = ")"
	Question     = "?"
)

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