OSDN Git Service

FIRST REPOSITORY
[eos/hostdependOTHERS.git] / I686LINUX / util / I686LINUX / doc / postgresql / html / spi-interface-support.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <HTML
3 ><HEAD
4 ><TITLE
5 >Interface Support Functions</TITLE
6 ><META
7 NAME="GENERATOR"
8 CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
9 REV="MADE"
10 HREF="mailto:pgsql-docs@postgresql.org"><LINK
11 REL="HOME"
12 TITLE="PostgreSQL 7.4.1 Documentation"
13 HREF="index.html"><LINK
14 REL="UP"
15 TITLE="Server Programming Interface"
16 HREF="spi.html"><LINK
17 REL="PREVIOUS"
18 TITLE="Server Programming Interface"
19 HREF="spi.html"><LINK
20 REL="NEXT"
21 TITLE="SPI_fname"
22 HREF="spi-spi-fname.html"><LINK
23 REL="STYLESHEET"
24 TYPE="text/css"
25 HREF="stylesheet.css"><META
26 NAME="creation"
27 CONTENT="2003-12-22T03:48:47"></HEAD
28 ><BODY
29 CLASS="SECT1"
30 ><DIV
31 CLASS="NAVHEADER"
32 ><TABLE
33 SUMMARY="Header navigation table"
34 WIDTH="100%"
35 BORDER="0"
36 CELLPADDING="0"
37 CELLSPACING="0"
38 ><TR
39 ><TH
40 COLSPAN="5"
41 ALIGN="center"
42 VALIGN="bottom"
43 >PostgreSQL 7.4.1 Documentation</TH
44 ></TR
45 ><TR
46 ><TD
47 WIDTH="10%"
48 ALIGN="left"
49 VALIGN="top"
50 ><A
51 HREF="spi.html"
52 ACCESSKEY="P"
53 >Prev</A
54 ></TD
55 ><TD
56 WIDTH="10%"
57 ALIGN="left"
58 VALIGN="top"
59 ><A
60 HREF="spi.html"
61 >Fast Backward</A
62 ></TD
63 ><TD
64 WIDTH="60%"
65 ALIGN="center"
66 VALIGN="bottom"
67 >Chapter 41. Server Programming Interface</TD
68 ><TD
69 WIDTH="10%"
70 ALIGN="right"
71 VALIGN="top"
72 ><A
73 HREF="spi.html"
74 >Fast Forward</A
75 ></TD
76 ><TD
77 WIDTH="10%"
78 ALIGN="right"
79 VALIGN="top"
80 ><A
81 HREF="spi-spi-fname.html"
82 ACCESSKEY="N"
83 >Next</A
84 ></TD
85 ></TR
86 ></TABLE
87 ><HR
88 ALIGN="LEFT"
89 WIDTH="100%"></DIV
90 ><DIV
91 CLASS="SECT1"
92 ><H1
93 CLASS="SECT1"
94 ><A
95 NAME="SPI-INTERFACE-SUPPORT"
96 >41.2. Interface Support Functions</A
97 ></H1
98 ><DIV
99 CLASS="TOC"
100 ><DL
101 ><DT
102 ><B
103 >Table of Contents</B
104 ></DT
105 ><DT
106 ><A
107 HREF="spi-spi-fname.html"
108 >SPI_fname</A
109 >&nbsp;--&nbsp;determine the column name for the specified column number</DT
110 ><DT
111 ><A
112 HREF="spi-spi-fnumber.html"
113 >SPI_fnumber</A
114 >&nbsp;--&nbsp;determine the column number for the specified column name</DT
115 ><DT
116 ><A
117 HREF="spi-spi-getvalue.html"
118 >SPI_getvalue</A
119 >&nbsp;--&nbsp;return the string value of the specified column</DT
120 ><DT
121 ><A
122 HREF="spi-spi-getbinval.html"
123 >SPI_getbinval</A
124 >&nbsp;--&nbsp;return the binary value of the specified column</DT
125 ><DT
126 ><A
127 HREF="spi-spi-gettype.html"
128 >SPI_gettype</A
129 >&nbsp;--&nbsp;return the data type name of the specified column</DT
130 ><DT
131 ><A
132 HREF="spi-spi-gettypeid.html"
133 >SPI_gettypeid</A
134 >&nbsp;--&nbsp;return the data type <ACRONYM
135 CLASS="ACRONYM"
136 >OID</ACRONYM
137 > of the specified column</DT
138 ><DT
139 ><A
140 HREF="spi-spi-getrelname.html"
141 >SPI_getrelname</A
142 >&nbsp;--&nbsp;return the name of the specified relation</DT
143 ></DL
144 ></DIV
145 ><P
146 >  The functions described here provide an interface for extracting
147   information from result sets returned by <CODE
148 CLASS="FUNCTION"
149 >SPI_exec</CODE
150 > and
151   other SPI functions.
152  </P
153 ><P
154 >  All functions described in this section may be used by both
155   connected and unconnected procedures.
156  </P
157 ></DIV
158 ><DIV
159 CLASS="NAVFOOTER"
160 ><HR
161 ALIGN="LEFT"
162 WIDTH="100%"><TABLE
163 SUMMARY="Footer navigation table"
164 WIDTH="100%"
165 BORDER="0"
166 CELLPADDING="0"
167 CELLSPACING="0"
168 ><TR
169 ><TD
170 WIDTH="33%"
171 ALIGN="left"
172 VALIGN="top"
173 ><A
174 HREF="spi.html"
175 ACCESSKEY="P"
176 >Prev</A
177 ></TD
178 ><TD
179 WIDTH="34%"
180 ALIGN="center"
181 VALIGN="top"
182 ><A
183 HREF="index.html"
184 ACCESSKEY="H"
185 >Home</A
186 ></TD
187 ><TD
188 WIDTH="33%"
189 ALIGN="right"
190 VALIGN="top"
191 ><A
192 HREF="spi-spi-fname.html"
193 ACCESSKEY="N"
194 >Next</A
195 ></TD
196 ></TR
197 ><TR
198 ><TD
199 WIDTH="33%"
200 ALIGN="left"
201 VALIGN="top"
202 >Server Programming Interface</TD
203 ><TD
204 WIDTH="34%"
205 ALIGN="center"
206 VALIGN="top"
207 ><A
208 HREF="spi.html"
209 ACCESSKEY="U"
210 >Up</A
211 ></TD
212 ><TD
213 WIDTH="33%"
214 ALIGN="right"
215 VALIGN="top"
216 >SPI_fname</TD
217 ></TR
218 ></TABLE
219 ></DIV
220 ></BODY
221 ></HTML
222 >