type github.com/jackc/pgtype.OIDValue
13 uses
github.com/jackc/pgtype (current package)
oid_value.go#L12: type OIDValue pguint32
oid_value.go#L17: func (dst *OIDValue) Set(src interface{}) error {
oid_value.go#L21: func (dst OIDValue) Get() interface{} {
oid_value.go#L27: func (src *OIDValue) AssignTo(dst interface{}) error {
oid_value.go#L31: func (dst *OIDValue) DecodeText(ci *ConnInfo, src []byte) error {
oid_value.go#L35: func (dst *OIDValue) DecodeBinary(ci *ConnInfo, src []byte) error {
oid_value.go#L39: func (src OIDValue) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
oid_value.go#L43: func (src OIDValue) EncodeBinary(ci *ConnInfo, buf []byte) ([]byte, error) {
oid_value.go#L48: func (dst *OIDValue) Scan(src interface{}) error {
oid_value.go#L53: func (src OIDValue) Value() (driver.Value, error) {
pgtype.go#L302: ci.RegisterDataType(DataType{Value: &OIDValue{}, Name: "oid", OID: OIDOID})
pgtype.go#L920: "oid": &OIDValue{},
github.com/jackc/pgx/v4/stdlib
sql.go#L628: var d pgtype.OIDValue
 |
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. |