sqltype

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Type

type Type int

Type : merge the golang data type and custom type

const (
	String Type = iota
	Char
	Bool
	Byte
	Int
	Int8
	Int16
	Int32
	Int64
	Uint
	Uint8
	Uint16
	Uint32
	Uint64
	Float32
	Float64
	GeoPoint
	Date
	DateTime
	Time
	Timestamp
	Struct
	Array
	Slice
	Map
	JSON
	Enum
	Set
	UUID
	Point
	LineString
	Polygon
	MultiPoint
	MultiLineString
	MultiPolygon
)

types :

func (Type) String

func (t Type) String() string

String :

Jump to

Keyboard shortcuts

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