github.com/jackc/pgtype.UUID.Set (method)
11 uses
github.com/jackc/pgtype (current package)
uuid.go#L15: func (dst *UUID) Set(src interface{}) error {
uuid.go#L24: return dst.Set(value2)
uuid.go#L51: return dst.Set(*value)
uuid.go#L55: return dst.Set(originalSrc)
uuid.go#L224: return dst.Set(nil)
uuid.go#L229: return dst.Set(string(src[1 : len(src)-1]))
uuid_array.go#L45: if err := elements[i].Set(value[i]); err != nil {
uuid_array.go#L64: if err := elements[i].Set(value[i]); err != nil {
uuid_array.go#L83: if err := elements[i].Set(value[i]); err != nil {
uuid_array.go#L102: if err := elements[i].Set(value[i]); err != nil {
uuid_array.go#L211: if err := dst.Elements[index].Set(value.Interface()); err != nil {
![]() |
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. |