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 {