Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct {
Name string
Type ColumnType
}
type ColumnType ¶
type ColumnType int
const ( String ColumnType = iota BigInt Float DateTime DateTimeNullable Int )
func ParseColumnType ¶
func ParseColumnType(s string) (ColumnType, error)
func (ColumnType) String ¶
func (ct ColumnType) String() string
Click to show internal directories.
Click to hide internal directories.