github.com/jackc/pgtype.Bool.Set (method)
8 uses
github.com/jackc/pgtype (current package)
bool.go#L15: func (dst *Bool) Set(src interface{}) error {
bool.go#L24: return dst.Set(value2)
bool.go#L41: return dst.Set(*value)
bool.go#L47: return dst.Set(*value)
bool.go#L51: return dst.Set(originalSrc)
bool_array.go#L45: if err := elements[i].Set(value[i]); err != nil {
bool_array.go#L64: if err := elements[i].Set(value[i]); err != nil {
bool_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. |