mysql

package
v0.0.0-...-3f86ab2 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TypeDecimal          = transform.Type("DECIMAL")
	TypeUnsignedTiny     = transform.Type("UNSIGNED TINYINT")
	TypeTiny             = transform.Type("TINYINT")
	TypeUnsignedSmallInt = transform.Type("UNSIGNED SMALLINT")
	TypeSmallInt         = transform.Type("SMALLINT")
	TypeLongText         = transform.Type("LONGTEXT")
	TypeLongBLOB         = transform.Type("LONGBLOB")
	TypeFloat            = transform.Type("FLOAT")
	TypeDouble           = transform.Type("DOUBLE")
	TypeNULL             = transform.Type("NULL")
	TypeTimestamp        = transform.Type("TIMESTAMP")
	TypeInt24            = transform.Type("MEDIUMINT")
	TypeDate             = transform.Type("DATE")
	TypeTime             = transform.Type("TIME")
	TypeDateTime         = transform.Type("DATETIME")
	TypeYear             = transform.Type("YEAR")
	TypeVarChar          = transform.Type("VARCHAR")
	TypeBit              = transform.Type("BIT")
	TypeText             = transform.Type("TEXT")
	TypeBLOB             = transform.Type("BOLB")
	TypeEnum             = transform.Type("ENUM")
	TypeGeometry         = transform.Type("GEOMETRY")
	TypeJSON             = transform.Type("JSON")
	TypeUnsignedInt      = transform.Type("UNSIGNED INT")
	TypeUnsignedBigInt   = transform.Type("UNSIGNED BIGINT")
	TypeBigInt           = transform.Type("BIGINT")
	TypeMediumText       = transform.Type("MEDIUMTEXT")
	TypeMediumBLOB       = transform.Type("MEDIUMBLOB")
	TypeTinyText         = transform.Type("TINYTEXT")
	TypeTinyBLOB         = transform.Type("TINYBLOB")
	TypeSET              = transform.Type("SET")
	TypeChar             = transform.Type("CHAR")
	TypeBinary           = transform.Type("BINARY")
	TypeVarBinary        = transform.Type("VARBINARY")
	TypeUnknown          = transform.Type("UNKNOWN")
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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