Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DateType ¶
type DateType string
DateType MySQL data type
const ( Tinyint DateType = "tinyint" SmallInt DateType = "smallint" MediumInt DateType = "mediumint" Int DateType = "int" Integer DateType = "integer" BigInt DateType = "bigint" Float DateType = "float" Double DateType = "double" Decimal DateType = "decimal" Date DateType = "date" Time DateType = "time" Year DateType = "year" Datetime DateType = "datetime" Timestamp DateType = "timestamp" Char DateType = "char" Varchar DateType = "varchar" TinyText DateType = "tinytext" Text DateType = "text" MediumText DateType = "mediumtext" LongText DateType = "longtext" TinyBlob DateType = "tinyblob" Blob DateType = "blob" MediumBlob DateType = "mediumblob" LongBlob DateType = "longblob" )
type MySQL ¶
type MySQL struct { Driver database.Driver TableName string Mapping database.Mapping // contains filtered or unexported fields }
MySQL database transfer
func (*MySQL) MappingFields ¶
MappingFields return map[source]Field
Click to show internal directories.
Click to hide internal directories.