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

24 uses

	github.com/jackc/pgtype (current package)
		int4.go#L15: 	Int    int32
		int4.go#L34: 		*dst = Int4{Int: int32(value), Status: Present}
		int4.go#L36: 		*dst = Int4{Int: int32(value), Status: Present}
		int4.go#L38: 		*dst = Int4{Int: int32(value), Status: Present}
		int4.go#L40: 		*dst = Int4{Int: int32(value), Status: Present}
		int4.go#L42: 		*dst = Int4{Int: int32(value), Status: Present}
		int4.go#L47: 		*dst = Int4{Int: int32(value), Status: Present}
		int4.go#L55: 		*dst = Int4{Int: int32(value), Status: Present}
		int4.go#L60: 		*dst = Int4{Int: int32(value), Status: Present}
		int4.go#L68: 		*dst = Int4{Int: int32(value), Status: Present}
		int4.go#L73: 		*dst = Int4{Int: int32(value), Status: Present}
		int4.go#L79: 		*dst = Int4{Int: int32(num), Status: Present}
		int4.go#L84: 		*dst = Int4{Int: int32(value), Status: Present}
		int4.go#L89: 		*dst = Int4{Int: int32(value), Status: Present}
		int4.go#L181: 		return dst.Int
		int4.go#L190: 	return int64AssignTo(int64(src.Int), src.Status, dst)
		int4.go#L204: 	*dst = Int4{Int: int32(n), Status: Present}
		int4.go#L219: 	*dst = Int4{Int: n, Status: Present}
		int4.go#L231: 	return append(buf, strconv.FormatInt(int64(src.Int), 10)...), nil
		int4.go#L242: 	return pgio.AppendInt32(buf, src.Int), nil
		int4.go#L260: 		*dst = Int4{Int: int32(src), Status: Present}
		int4.go#L277: 		return int64(src.Int), nil
		int4.go#L288: 		return []byte(strconv.FormatInt(int64(src.Int), 10)), nil
		int4.go#L308: 		*dst = Int4{Int: *n, Status: Present}