PostgreSQL Source Code git master
Loading...
Searching...
No Matches
plpy_cursorobject.h
Go to the documentation of this file.
1/*
2 * src/pl/plpython/plpy_cursorobject.h
3 */
4
5#ifndef PLPY_CURSOROBJECT_H
6#define PLPY_CURSOROBJECT_H
7
8#include "plpy_typeio.h"
9
10
19
20extern void PLy_cursor_init_type(void);
21extern PyObject *PLy_cursor(PyObject *self, PyObject *args);
23
24#endif /* PLPY_CURSOROBJECT_H */
PyObject * PLy_cursor(PyObject *self, PyObject *args)
PyObject * PLy_cursor_plan(PyObject *ob, PyObject *args)
void PLy_cursor_init_type(void)
static int fb(int x)
MemoryContext mcxt
PyObject_HEAD char * portalname
PLyDatumToOb result