fathom/vendor/github.com/ziutek/mymysql/mysql/field.go

16 lines
215 B
Go
Raw Normal View History

2018-07-27 07:03:18 +00:00
package mysql
type Field struct {
Catalog string
Db string
Table string
OrgTable string
Name string
OrgName string
DispLen uint32
// Charset uint16
Flags uint16
Type byte
Scale byte
}