github.com/jackc/pgtype.ConnInfo.oidToParamFormatCode (field)

4 uses

	github.com/jackc/pgtype (current package)
		pgtype.go#L236: 	oidToParamFormatCode  map[uint32]int16
		pgtype.go#L247: 		oidToParamFormatCode:  make(map[uint32]int16),
		pgtype.go#L386: 		ci.oidToParamFormatCode[t.OID] = formatCode
		pgtype.go#L461: 	fc, ok := ci.oidToParamFormatCode[oid]