Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertToUniformType ¶
Tries to convert val to an expected type.
For example, all ints will be converted to int64 The same logic goes for uint, float and complex respectively.
Types ¶
type ScanFlag ¶
const ( SF_NONE ScanFlag = 0 SF_SQL_SCANNER ScanFlag = 1 << iota SF_STRCONV SF_REFLECTCONV SF_CONVS = SF_STRCONV | SF_REFLECTCONV SF_DEFAULT = SF_SQL_SCANNER | SF_STRCONV | SF_REFLECTCONV )
Click to show internal directories.
Click to hide internal directories.