parse

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ConvertTypeBinary   = "BINARY"
	ConvertTypeChar     = "CHAR"
	ConvertTypeDate     = "DATE"
	ConvertTypeDatetime = "DATETIME"
	ConvertTypeDecimal  = "DECIMAL"
	ConvertTypeSigned   = "SIGNED"
	ConvertTypeUnsigned = "UNSIGNED"
	ConvertTypeTime     = "TIME"
)
View Source
const (
	Avg           = "AVG"
	BitAnd        = "BIT_AND"
	BitOr         = "BIT_OR"
	BitXor        = "BIT_XOR"
	Count         = "COUNT"
	CountDistinct = "COUNT(DISTINCT)" //TODO
	GroupConcat   = "GROUP_CONCAT"
	Max           = "MAX"
	Min           = "MIN"
	Std           = "STD"
	StdDev        = "STDDEV"
	StdDevPop     = "STDDEV_POP"
	StdDevSamp    = "STDDEV_SAMP"
	Sum           = "SUM"
	VarPop        = "VAR_POP"
	VarSamp       = "VAR_SAMP"
	Variance      = "VARIANCE"
	Now           = "NOW"
	Concat        = "CONCAT"
)
View Source
const (
	ASC  = "ASC"
	DESC = "DESC"
)
View Source
const (
	Dual = "dual"
)

Variables

This section is empty.

Functions

func NewBuilder

func NewBuilder(initialSQL string) *builder

Types

This section is empty.

Jump to

Keyboard shortcuts

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