func (*ColumnType) ScanType

func (ci *ColumnType) ScanType() reflect.Type

返回一个适合扫描到使用Rows.Scan的 Go 类型。如果驱动程序不支持此属性,ScanType 将返回空接口的类型。