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

16 uses

	github.com/jackc/pgtype (current package)
		qchar.go#L21: 	Int    int8
		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#L117: 		return dst.Int
		qchar.go#L126: 	return int64AssignTo(int64(src.Int), src.Status, dst)
		qchar.go#L139: 	*dst = QChar{Int: int8(src[0]), Status: Present}
		qchar.go#L151: 	return append(buf, byte(src.Int)), nil