type database/sql.ColumnType
11 uses
database/sql (current package)
sql.go#L3101: func (rs *Rows) ColumnTypes() ([]*ColumnType, error) {
sql.go#L3117: type ColumnType struct {
sql.go#L3133: func (ci *ColumnType) Name() string {
sql.go#L3142: func (ci *ColumnType) Length() (length int64, ok bool) {
sql.go#L3148: func (ci *ColumnType) DecimalSize() (precision, scale int64, ok bool) {
sql.go#L3155: func (ci *ColumnType) ScanType() reflect.Type {
sql.go#L3161: func (ci *ColumnType) Nullable() (nullable, ok bool) {
sql.go#L3171: func (ci *ColumnType) DatabaseTypeName() string {
sql.go#L3175: func rowsColumnInfoSetupConnLocked(rowsi driver.Rows) []*ColumnType {
sql.go#L3178: list := make([]*ColumnType, len(names))
sql.go#L3180: ci := &ColumnType{
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)