SPI_copytupleintoslot

Nome

SPI_copytupleintoslot -- make a copy of a row and descriptor in the upper executor context

Sinopse

TupleTableSlot * SPI_copytupleintoslot(HeapTuple row, TupleDesc rowdesc)

Descrição

SPI_copytupleintoslot makes a copy of a row in the upper executor context, returning it in the form of a filled-in TupleTableSlot structure.

Argumentos

HeapTuple row
row to be copied
TupleDesc rowdesc
row descriptor to be copied

Valor retornado

TupleTableSlot containing the copied row and descriptor; NULL only if row or rowdesc are NULL

SourceForge.net Logo