github.com/jackc/pgtype.Timestamp.Set (method)
7 uses
github.com/jackc/pgtype (current package)
timestamp.go#L27: func (dst *Timestamp) Set(src interface{}) error {
timestamp.go#L36: return dst.Set(value2)
timestamp.go#L47: return dst.Set(*value)
timestamp.go#L53: return dst.Set(originalSrc)
timestamp_array.go#L46: if err := elements[i].Set(value[i]); err != nil {
timestamp_array.go#L65: if err := elements[i].Set(value[i]); err != nil {
timestamp_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. |