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

8 uses

	github.com/go-pg/pg/v10/internal/pool (current package)
		reader.go#L24: 	Index    int16
		reader.go#L43: 		Index: index,

	github.com/go-pg/pg/v10/orm
		model_scan.go#L33: 	if int(col.Index) >= len(m.values) {
		model_scan.go#L35: 			col.Index, col.Name)
		model_scan.go#L37: 	return types.Scan(m.values[col.Index], rd, n)
		model_scan.go#L64: 	if int(col.Index) >= len(m.values) {
		model_scan.go#L66: 			col.Index, col.Name)
		model_scan.go#L68: 	return types.ScanValue(m.values[col.Index], rd, n)