github.com/go-pg/pg/v10/internal/pool.ColumnInfo.DataType (field)

4 uses

	github.com/go-pg/pg/v10/internal/pool (current package)
		reader.go#L25: 	DataType int32

	github.com/go-pg/pg/v10
		messages.go#L827: 		col.DataType = dataType

	github.com/go-pg/pg/v10/types
		column.go#L54: 	switch col.DataType {
		column.go#L109: 			Type:  col.DataType,