PostgreSQL Source Code
git master
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
f
h
i
n
o
p
r
s
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
plpy_exec.h
Go to the documentation of this file.
1
/*
2
* src/pl/plpython/plpy_exec.h
3
*/
4
5
#ifndef PLPY_EXEC_H
6
#define PLPY_EXEC_H
7
8
#include "
plpy_procedure.h
"
9
10
extern
Datum
PLy_exec_function
(
FunctionCallInfo
fcinfo,
PLyProcedure
*proc);
11
extern
HeapTuple
PLy_exec_trigger
(
FunctionCallInfo
fcinfo,
PLyProcedure
*proc);
12
13
#endif
/* PLPY_EXEC_H */
PLy_exec_function
Datum PLy_exec_function(FunctionCallInfo fcinfo, PLyProcedure *proc)
Definition:
plpy_exec.c:53
PLy_exec_trigger
HeapTuple PLy_exec_trigger(FunctionCallInfo fcinfo, PLyProcedure *proc)
Definition:
plpy_exec.c:319
plpy_procedure.h
Datum
uintptr_t Datum
Definition:
postgres.h:64
FunctionCallInfoBaseData
Definition:
fmgr.h:86
HeapTupleData
Definition:
htup.h:63
PLyProcedure
Definition:
plpy_procedure.h:26
src
pl
plpython
plpy_exec.h
Generated on Tue Dec 3 2024 18:13:26 for PostgreSQL Source Code by
1.9.1