mysql

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TypeChar     = "char"
	TypeVarchar  = "varchar"
	TypeBinary   = "binary"
	TypeText     = "text"
	TypeLongText = "longtext"

	TypeInt      = "int"
	TypeInteger  = "integer"
	TypeSmallInt = "smallint"
	TypeBigInt   = "bigint"
	TypeTinyint  = "tinyint"

	TypeFloat   = "float"
	TypeDouble  = "double"
	TypeDecimal = "decimal"

	TypeBit = "bit"

	TypeTimestamp = "timestamp"
	TypeDate      = "date"
	TypeTime      = "time"
	TypeDateTime  = "datetime"

	TypeLongBlob = "longblob"

	TypeLineString = "linestring"
	TypePolygon    = "polygon"
)

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