Postgresql 中文操作指南

SPI_gettype

SPI_gettype — 返回指定列的数据类型名称

Synopsis

char * SPI_gettype(TupleDesc rowdesc, int colnumber)

Description

SPI_gettype 返回指定列的数据类型名称的副本。(在不再需要时,可以使用 pfree 来释放名称的副本。)

Arguments

  • TupleDesc _rowdesc_

    • input row description

  • int _colnumber_

    • 列号(从 1 开始计数)

Return Value

指定列的数据类型名称,或者在出错时为 NULL 。出错时, SPI_result 设置为 SPI_ERROR_NOATTRIBUTE