type github.com/jackc/pgtype.Unknown
10 uses
github.com/jackc/pgtype (current package)
pgtype.go#L316: ci.RegisterDataType(DataType{Value: &Unknown{}, Name: "unknown", OID: UnknownOID})
pgtype.go#L933: "unknown": &Unknown{},
unknown.go#L9: type Unknown struct {
unknown.go#L14: func (dst *Unknown) Set(src interface{}) error {
unknown.go#L18: func (dst Unknown) Get() interface{} {
unknown.go#L24: func (src *Unknown) AssignTo(dst interface{}) error {
unknown.go#L28: func (dst *Unknown) DecodeText(ci *ConnInfo, src []byte) error {
unknown.go#L32: func (dst *Unknown) DecodeBinary(ci *ConnInfo, src []byte) error {
unknown.go#L37: func (dst *Unknown) Scan(src interface{}) error {
unknown.go#L42: func (src Unknown) Value() (driver.Value, error) {
![]() |
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. |