github.com/jackc/pgtype.Float8.Set (method)
19 uses
github.com/jackc/pgtype (current package)
float8.go#L18: func (dst *Float8) Set(src interface{}) error {
float8.go#L27: return dst.Set(value2)
float8.go#L86: return dst.Set(*value)
float8.go#L92: return dst.Set(*value)
float8.go#L98: return dst.Set(*value)
float8.go#L104: return dst.Set(*value)
float8.go#L110: return dst.Set(*value)
float8.go#L116: return dst.Set(*value)
float8.go#L122: return dst.Set(*value)
float8.go#L128: return dst.Set(*value)
float8.go#L134: return dst.Set(*value)
float8.go#L140: return dst.Set(*value)
float8.go#L146: return dst.Set(*value)
float8.go#L152: return dst.Set(*value)
float8.go#L158: return dst.Set(*value)
float8.go#L162: return dst.Set(originalSrc)
float8_array.go#L45: if err := elements[i].Set(value[i]); err != nil {
float8_array.go#L64: if err := elements[i].Set(value[i]); err != nil {
float8_array.go#L173: 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. |