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

22 uses

	github.com/jackc/pgtype (current package)
		bool.go#L12: 	Status Status
		bool.go#L17: 		*dst = Bool{Status: Null}
		bool.go#L30: 		*dst = Bool{Bool: value, Status: Present}
		bool.go#L36: 		*dst = Bool{Bool: bb, Status: Present}
		bool.go#L39: 			*dst = Bool{Status: Null}
		bool.go#L45: 			*dst = Bool{Status: Null}
		bool.go#L60: 	switch dst.Status {
		bool.go#L66: 		return dst.Status
		bool.go#L71: 	switch src.Status {
		bool.go#L92: 		*dst = Bool{Status: Null}
		bool.go#L100: 	*dst = Bool{Bool: src[0] == 't', Status: Present}
		bool.go#L106: 		*dst = Bool{Status: Null}
		bool.go#L114: 	*dst = Bool{Bool: src[0] == 1, Status: Present}
		bool.go#L119: 	switch src.Status {
		bool.go#L136: 	switch src.Status {
		bool.go#L155: 		*dst = Bool{Status: Null}
		bool.go#L161: 		*dst = Bool{Bool: src, Status: Present}
		bool.go#L176: 	switch src.Status {
		bool.go#L187: 	switch src.Status {
		bool.go#L211: 		*dst = Bool{Status: Null}
		bool.go#L213: 		*dst = Bool{Bool: *v, Status: Present}
		bool_array.go#L463: 		if src.Elements[i].Status == Null {