Postgresql 中文操作指南
SPI_getbinval
SPI_getbinval - 返回指定列的二进制值
SPI_getbinval — return the binary value of the specified column
Description
SPI_getbinval 以内部形式(作为类型 Datum )返回指定列的值。
SPI_getbinval returns the value of the specified column in the internal form (as type Datum).
此函数不会为数据集分配新的空间。对于按引用传递的数据类型,返回值将是传递的行中的指针。
This function does not allocate new space for the datum. In the case of a pass-by-reference data type, the return value will be a pointer into the passed row.