github.com/jackc/pgtype.Timestamptz.Set (method)
7 uses
github.com/jackc/pgtype (current package)
timestamptz.go#L29: func (dst *Timestamptz) Set(src interface{}) error {
timestamptz.go#L38: return dst.Set(value2)
timestamptz.go#L49: return dst.Set(*value)
timestamptz.go#L55: return dst.Set(originalSrc)
timestamptz_array.go#L46: if err := elements[i].Set(value[i]); err != nil {
timestamptz_array.go#L65: if err := elements[i].Set(value[i]); err != nil {
timestamptz_array.go#L174: 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. |