package oid
Import Path
github.com/lib/pq/oid (on go.dev )
Dependency Relation
imports 0 packages, and imported by one package
Package-Level Type Names (only one, which is exported)
/* sort exporteds by: alphabet | popularity */
type Oid uint32 (basic type)
Oid is a Postgres Object ID.
As Inputs Of (at least 5, none are exported )
/* 5+ unexporteds ... */ /* 5+ unexporteds: */
func github.com/lib/pq.binaryDecode (parameterStatus *pq .parameterStatus , s []byte , typ Oid ) interface{}
func github.com/lib/pq.decode (parameterStatus *pq .parameterStatus , s []byte , typ Oid , f pq .format ) interface{}
func github.com/lib/pq.encode (parameterStatus *pq .parameterStatus , x interface{}, pgtypOid Oid ) []byte
func github.com/lib/pq.mustParse (f string , typ Oid , s []byte ) time .Time
func github.com/lib/pq.textDecode (parameterStatus *pq .parameterStatus , s []byte , typ Oid ) interface{}
As Types Of (total 167, all are exported )
const T__abstime
const T__aclitem
const T__bit
const T__bool
const T__box
const T__bpchar
const T__bytea
const T__char
const T__cid
const T__cidr
const T__circle
const T__cstring
const T__date
const T__daterange
const T__float4
const T__float8
const T__gtsvector
const T__inet
const T__int2
const T__int2vector
const T__int4
const T__int4range
const T__int8
const T__int8range
const T__interval
const T__json
const T__jsonb
const T__line
const T__lseg
const T__macaddr
const T__money
const T__name
const T__numeric
const T__numrange
const T__oid
const T__oidvector
const T__path
const T__pg_lsn
const T__point
const T__polygon
const T__record
const T__refcursor
const T__regclass
const T__regconfig
const T__regdictionary
const T__regnamespace
const T__regoper
const T__regoperator
const T__regproc
const T__regprocedure
const T__regrole
const T__regtype
const T__reltime
const T__text
const T__tid
const T__time
const T__timestamp
const T__timestamptz
const T__timetz
const T__tinterval
const T__tsquery
const T__tsrange
const T__tstzrange
const T__tsvector
const T__txid_snapshot
const T__uuid
const T__varbit
const T__varchar
const T__xid
const T__xml
const T_abstime
const T_aclitem
const T_any
const T_anyarray
const T_anyelement
const T_anyenum
const T_anynonarray
const T_anyrange
const T_bit
const T_bool
const T_box
const T_bpchar
const T_bytea
const T_char
const T_cid
const T_cidr
const T_circle
const T_cstring
const T_date
const T_daterange
const T_event_trigger
const T_fdw_handler
const T_float4
const T_float8
const T_gtsvector
const T_index_am_handler
const T_inet
const T_int2
const T_int2vector
const T_int4
const T_int4range
const T_int8
const T_int8range
const T_internal
const T_interval
const T_json
const T_jsonb
const T_language_handler
const T_line
const T_lseg
const T_macaddr
const T_money
const T_name
const T_numeric
const T_numrange
const T_oid
const T_oidvector
const T_opaque
const T_path
const T_pg_attribute
const T_pg_auth_members
const T_pg_authid
const T_pg_class
const T_pg_database
const T_pg_ddl_command
const T_pg_lsn
const T_pg_node_tree
const T_pg_proc
const T_pg_shseclabel
const T_pg_type
const T_point
const T_polygon
const T_record
const T_refcursor
const T_regclass
const T_regconfig
const T_regdictionary
const T_regnamespace
const T_regoper
const T_regoperator
const T_regproc
const T_regprocedure
const T_regrole
const T_regtype
const T_reltime
const T_smgr
const T_text
const T_tid
const T_time
const T_timestamp
const T_timestamptz
const T_timetz
const T_tinterval
const T_trigger
const T_tsm_handler
const T_tsquery
const T_tsrange
const T_tstzrange
const T_tsvector
const T_txid_snapshot
const T_unknown
const T_uuid
const T_varbit
const T_varchar
const T_void
const T_xid
const T_xml
Package-Level Variables (only one, which is exported)
Package-Level Constants (total 167, all are exported)
The pages are generated with Golds v0.3.2-preview . (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu .
PR and bug reports are welcome and can be submitted to the issue list .
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds .