keywords

package
v1.3.4 Latest Latest
Warning

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

Go to latest
Published: May 6, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Asc     = "ASC"
	Desc    = "DESC"
	Having  = "HAVING"
	Where   = "WHERE"
	And     = "AND"
	Or      = "OR"
	GroupBy = "GROUP BY"
	OrderBy = "ORDER BY"
	Select  = "SELECT"
	From    = "FROM"
	In      = "IN"
	Between = "BETWEEN"
	Not     = "NOT"
	NotIn   = "NOT IN"
	Exists  = "EXISTS"
	Like    = "LIKE"
	All     = "*"
	Comma   = ","
	Limit   = "LIMIT"
	Offset  = "OFFSET"
	Count   = "COUNT"
	Set     = "SET"
	Insert  = "INSERT"
	Into    = "INTO"

	InsertInto   = "INSERT INTO"
	Values       = "VALUES"
	Update       = "UPDATE"
	Delete       = "DELETE"
	Inner        = "INNER"
	FROM         = "FROM"
	AS           = "AS"
	Empty        = ""
	Space        = " "
	Equal        = "="
	NotEqual     = "!="
	Greater      = ">"
	GreaterEqual = ">="
	Less         = "<"
	LessEqual    = "<="
)

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