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

19 uses

	github.com/jackc/pgtype (current package)
		qchar.go#L22: 	Status Status
		qchar.go#L27: 		*dst = QChar{Status: Null}
		qchar.go#L40: 		*dst = QChar{Int: value, Status: Present}
		qchar.go#L45: 		*dst = QChar{Int: int8(value), Status: Present}
		qchar.go#L53: 		*dst = QChar{Int: int8(value), Status: Present}
		qchar.go#L58: 		*dst = QChar{Int: int8(value), Status: Present}
		qchar.go#L66: 		*dst = QChar{Int: int8(value), Status: Present}
		qchar.go#L71: 		*dst = QChar{Int: int8(value), Status: Present}
		qchar.go#L79: 		*dst = QChar{Int: int8(value), Status: Present}
		qchar.go#L84: 		*dst = QChar{Int: int8(value), Status: Present}
		qchar.go#L92: 		*dst = QChar{Int: int8(value), Status: Present}
		qchar.go#L97: 		*dst = QChar{Int: int8(value), Status: Present}
		qchar.go#L103: 		*dst = QChar{Int: int8(num), Status: Present}
		qchar.go#L115: 	switch dst.Status {
		qchar.go#L121: 		return dst.Status
		qchar.go#L126: 	return int64AssignTo(int64(src.Int), src.Status, dst)
		qchar.go#L131: 		*dst = QChar{Status: Null}
		qchar.go#L139: 	*dst = QChar{Int: int8(src[0]), Status: Present}
		qchar.go#L144: 	switch src.Status {