~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-security

« back to all changes in this revision

Viewing changes to doc/src/sgml/html/spi-interface-support.html

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-05-11 10:41:53 UTC
  • Revision ID: james.westby@ubuntu.com-20110511104153-psbh2o58553fv1m0
Tags: upstream-9.1~beta1
ImportĀ upstreamĀ versionĀ 9.1~beta1

Show diffs side-by-side

added added

removed removed

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