Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

SPI_getargcount

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


 
 
  Published courtesy of The PostgreSQL Global Development Group Design by Interspire