Documentation
¶
Index ¶
Constants ¶
View Source
const ( Unknown = Type(0) String = Type(1) Int = Type(2) Float = Type(3) Date = Type(4) )
View Source
const DefaultChunkSize = 1024
Variables ¶
View Source
var ( DateFormat = "2006-01-02 15:04:05" ErrTooManyFields = errors.New("too many fields") )
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct {
Name string
DataType string
Length int
Precision, Scale int
Type Type
Nullable bool
}
func CreateTable ¶
func (Column) FromString ¶
Click to show internal directories.
Click to hide internal directories.