Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.4

spi_getargcount(7)


SPI_getargcount

SPI_getargcount

NAME
SYNOPSIS
DESCRIPTION
ARGUMENTS
RETURN VALUE

NAME

SPI_getargcount − return the number of arguments needed by a plan prepared by SPI_prepare

SYNOPSIS

int SPI_getargcount(void * plan)

DESCRIPTION

SPI_getargcount returns the number of arguments needed to execute a plan prepared by SPI_prepare.

ARGUMENTS

void * plan

execution plan (returned by SPI_prepare)

RETURN VALUE

The expected argument count for the plan, or SPI_ERROR_ARGUMENT if the plan is NULL



spi_getargcount(7)