github.com/jackc/pgtype.Bool.Bool (field)

13 uses

	github.com/jackc/pgtype (current package)
		bool.go#L11: 	Bool   bool
		bool.go#L30: 		*dst = Bool{Bool: value, Status: Present}
		bool.go#L36: 		*dst = Bool{Bool: bb, Status: Present}
		bool.go#L62: 		return dst.Bool
		bool.go#L75: 			*v = src.Bool
		bool.go#L100: 	*dst = Bool{Bool: src[0] == 't', Status: Present}
		bool.go#L114: 	*dst = Bool{Bool: src[0] == 1, Status: Present}
		bool.go#L126: 	if src.Bool {
		bool.go#L143: 	if src.Bool {
		bool.go#L161: 		*dst = Bool{Bool: src, Status: Present}
		bool.go#L178: 		return src.Bool, nil
		bool.go#L189: 		if src.Bool {
		bool.go#L213: 		*dst = Bool{Bool: *v, Status: Present}