type github.com/lib/pq/oid.Oid

180 uses

	github.com/lib/pq/oid (current package)
		doc.go#L6: type Oid uint32
		types.go#L6: 	T_bool             Oid = 16
		types.go#L7: 	T_bytea            Oid = 17
		types.go#L8: 	T_char             Oid = 18
		types.go#L9: 	T_name             Oid = 19
		types.go#L10: 	T_int8             Oid = 20
		types.go#L11: 	T_int2             Oid = 21
		types.go#L12: 	T_int2vector       Oid = 22
		types.go#L13: 	T_int4             Oid = 23
		types.go#L14: 	T_regproc          Oid = 24
		types.go#L15: 	T_text             Oid = 25
		types.go#L16: 	T_oid              Oid = 26
		types.go#L17: 	T_tid              Oid = 27
		types.go#L18: 	T_xid              Oid = 28
		types.go#L19: 	T_cid              Oid = 29
		types.go#L20: 	T_oidvector        Oid = 30
		types.go#L21: 	T_pg_ddl_command   Oid = 32
		types.go#L22: 	T_pg_type          Oid = 71
		types.go#L23: 	T_pg_attribute     Oid = 75
		types.go#L24: 	T_pg_proc          Oid = 81
		types.go#L25: 	T_pg_class         Oid = 83
		types.go#L26: 	T_json             Oid = 114
		types.go#L27: 	T_xml              Oid = 142
		types.go#L28: 	T__xml             Oid = 143
		types.go#L29: 	T_pg_node_tree     Oid = 194
		types.go#L30: 	T__json            Oid = 199
		types.go#L31: 	T_smgr             Oid = 210
		types.go#L32: 	T_index_am_handler Oid = 325
		types.go#L33: 	T_point            Oid = 600
		types.go#L34: 	T_lseg             Oid = 601
		types.go#L35: 	T_path             Oid = 602
		types.go#L36: 	T_box              Oid = 603
		types.go#L37: 	T_polygon          Oid = 604
		types.go#L38: 	T_line             Oid = 628
		types.go#L39: 	T__line            Oid = 629
		types.go#L40: 	T_cidr             Oid = 650
		types.go#L41: 	T__cidr            Oid = 651
		types.go#L42: 	T_float4           Oid = 700
		types.go#L43: 	T_float8           Oid = 701
		types.go#L44: 	T_abstime          Oid = 702
		types.go#L45: 	T_reltime          Oid = 703
		types.go#L46: 	T_tinterval        Oid = 704
		types.go#L47: 	T_unknown          Oid = 705
		types.go#L48: 	T_circle           Oid = 718
		types.go#L49: 	T__circle          Oid = 719
		types.go#L50: 	T_money            Oid = 790
		types.go#L51: 	T__money           Oid = 791
		types.go#L52: 	T_macaddr          Oid = 829
		types.go#L53: 	T_inet             Oid = 869
		types.go#L54: 	T__bool            Oid = 1000
		types.go#L55: 	T__bytea           Oid = 1001
		types.go#L56: 	T__char            Oid = 1002
		types.go#L57: 	T__name            Oid = 1003
		types.go#L58: 	T__int2            Oid = 1005
		types.go#L59: 	T__int2vector      Oid = 1006
		types.go#L60: 	T__int4            Oid = 1007
		types.go#L61: 	T__regproc         Oid = 1008
		types.go#L62: 	T__text            Oid = 1009
		types.go#L63: 	T__tid             Oid = 1010
		types.go#L64: 	T__xid             Oid = 1011
		types.go#L65: 	T__cid             Oid = 1012
		types.go#L66: 	T__oidvector       Oid = 1013
		types.go#L67: 	T__bpchar          Oid = 1014
		types.go#L68: 	T__varchar         Oid = 1015
		types.go#L69: 	T__int8            Oid = 1016
		types.go#L70: 	T__point           Oid = 1017
		types.go#L71: 	T__lseg            Oid = 1018
		types.go#L72: 	T__path            Oid = 1019
		types.go#L73: 	T__box             Oid = 1020
		types.go#L74: 	T__float4          Oid = 1021
		types.go#L75: 	T__float8          Oid = 1022
		types.go#L76: 	T__abstime         Oid = 1023
		types.go#L77: 	T__reltime         Oid = 1024
		types.go#L78: 	T__tinterval       Oid = 1025
		types.go#L79: 	T__polygon         Oid = 1027
		types.go#L80: 	T__oid             Oid = 1028
		types.go#L81: 	T_aclitem          Oid = 1033
		types.go#L82: 	T__aclitem         Oid = 1034
		types.go#L83: 	T__macaddr         Oid = 1040
		types.go#L84: 	T__inet            Oid = 1041
		types.go#L85: 	T_bpchar           Oid = 1042
		types.go#L86: 	T_varchar          Oid = 1043
		types.go#L87: 	T_date             Oid = 1082
		types.go#L88: 	T_time             Oid = 1083
		types.go#L89: 	T_timestamp        Oid = 1114
		types.go#L90: 	T__timestamp       Oid = 1115
		types.go#L91: 	T__date            Oid = 1182
		types.go#L92: 	T__time            Oid = 1183
		types.go#L93: 	T_timestamptz      Oid = 1184
		types.go#L94: 	T__timestamptz     Oid = 1185
		types.go#L95: 	T_interval         Oid = 1186
		types.go#L96: 	T__interval        Oid = 1187
		types.go#L97: 	T__numeric         Oid = 1231
		types.go#L98: 	T_pg_database      Oid = 1248
		types.go#L99: 	T__cstring         Oid = 1263
		types.go#L100: 	T_timetz           Oid = 1266
		types.go#L101: 	T__timetz          Oid = 1270
		types.go#L102: 	T_bit              Oid = 1560
		types.go#L103: 	T__bit             Oid = 1561
		types.go#L104: 	T_varbit           Oid = 1562
		types.go#L105: 	T__varbit          Oid = 1563
		types.go#L106: 	T_numeric          Oid = 1700
		types.go#L107: 	T_refcursor        Oid = 1790
		types.go#L108: 	T__refcursor       Oid = 2201
		types.go#L109: 	T_regprocedure     Oid = 2202
		types.go#L110: 	T_regoper          Oid = 2203
		types.go#L111: 	T_regoperator      Oid = 2204
		types.go#L112: 	T_regclass         Oid = 2205
		types.go#L113: 	T_regtype          Oid = 2206
		types.go#L114: 	T__regprocedure    Oid = 2207
		types.go#L115: 	T__regoper         Oid = 2208
		types.go#L116: 	T__regoperator     Oid = 2209
		types.go#L117: 	T__regclass        Oid = 2210
		types.go#L118: 	T__regtype         Oid = 2211
		types.go#L119: 	T_record           Oid = 2249
		types.go#L120: 	T_cstring          Oid = 2275
		types.go#L121: 	T_any              Oid = 2276
		types.go#L122: 	T_anyarray         Oid = 2277
		types.go#L123: 	T_void             Oid = 2278
		types.go#L124: 	T_trigger          Oid = 2279
		types.go#L125: 	T_language_handler Oid = 2280
		types.go#L126: 	T_internal         Oid = 2281
		types.go#L127: 	T_opaque           Oid = 2282
		types.go#L128: 	T_anyelement       Oid = 2283
		types.go#L129: 	T__record          Oid = 2287
		types.go#L130: 	T_anynonarray      Oid = 2776
		types.go#L131: 	T_pg_authid        Oid = 2842
		types.go#L132: 	T_pg_auth_members  Oid = 2843
		types.go#L133: 	T__txid_snapshot   Oid = 2949
		types.go#L134: 	T_uuid             Oid = 2950
		types.go#L135: 	T__uuid            Oid = 2951
		types.go#L136: 	T_txid_snapshot    Oid = 2970
		types.go#L137: 	T_fdw_handler      Oid = 3115
		types.go#L138: 	T_pg_lsn           Oid = 3220
		types.go#L139: 	T__pg_lsn          Oid = 3221
		types.go#L140: 	T_tsm_handler      Oid = 3310
		types.go#L141: 	T_anyenum          Oid = 3500
		types.go#L142: 	T_tsvector         Oid = 3614
		types.go#L143: 	T_tsquery          Oid = 3615
		types.go#L144: 	T_gtsvector        Oid = 3642
		types.go#L145: 	T__tsvector        Oid = 3643
		types.go#L146: 	T__gtsvector       Oid = 3644
		types.go#L147: 	T__tsquery         Oid = 3645
		types.go#L148: 	T_regconfig        Oid = 3734
		types.go#L149: 	T__regconfig       Oid = 3735
		types.go#L150: 	T_regdictionary    Oid = 3769
		types.go#L151: 	T__regdictionary   Oid = 3770
		types.go#L152: 	T_jsonb            Oid = 3802
		types.go#L153: 	T__jsonb           Oid = 3807
		types.go#L154: 	T_anyrange         Oid = 3831
		types.go#L155: 	T_event_trigger    Oid = 3838
		types.go#L156: 	T_int4range        Oid = 3904
		types.go#L157: 	T__int4range       Oid = 3905
		types.go#L158: 	T_numrange         Oid = 3906
		types.go#L159: 	T__numrange        Oid = 3907
		types.go#L160: 	T_tsrange          Oid = 3908
		types.go#L161: 	T__tsrange         Oid = 3909
		types.go#L162: 	T_tstzrange        Oid = 3910
		types.go#L163: 	T__tstzrange       Oid = 3911
		types.go#L164: 	T_daterange        Oid = 3912
		types.go#L165: 	T__daterange       Oid = 3913
		types.go#L166: 	T_int8range        Oid = 3926
		types.go#L167: 	T__int8range       Oid = 3927
		types.go#L168: 	T_pg_shseclabel    Oid = 4066
		types.go#L169: 	T_regnamespace     Oid = 4089
		types.go#L170: 	T__regnamespace    Oid = 4090
		types.go#L171: 	T_regrole          Oid = 4096
		types.go#L172: 	T__regrole         Oid = 4097
		types.go#L175: var TypeName = map[Oid]string{

	github.com/lib/pq
		buf.go#L18: func (b *readBuf) oid() (n oid.Oid) {
		buf.go#L19: 	n = oid.Oid(binary.BigEndian.Uint32(*b))
		conn.go#L1210: 	paramTyps  []oid.Oid
		conn.go#L1672: func (cn *conn) readStatementDescribeResponse() (paramTyps []oid.Oid, colNames []string, colTyps []fieldDesc) {
		conn.go#L1678: 			paramTyps = make([]oid.Oid, nparams)
		encode.go#L28: func encode(parameterStatus *parameterStatus, x interface{}, pgtypOid oid.Oid) []byte {
		encode.go#L58: func decode(parameterStatus *parameterStatus, s []byte, typ oid.Oid, f format) interface{} {
		encode.go#L69: func binaryDecode(parameterStatus *parameterStatus, s []byte, typ oid.Oid) interface{} {
		encode.go#L93: func textDecode(parameterStatus *parameterStatus, s []byte, typ oid.Oid) interface{} {
		encode.go#L197: func mustParse(f string, typ oid.Oid, s []byte) time.Time {
		rows.go#L15: 	OID oid.Oid