PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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
11typedef struct PLyCursorObject
12{
13 PyObject_HEAD
16 bool closed;
19
20extern void PLy_cursor_init_type(void);
21extern PyObject *PLy_cursor(PyObject *self, PyObject *args);
22extern PyObject *PLy_cursor_plan(PyObject *ob, 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)
struct PLyCursorObject PLyCursorObject
MemoryContext mcxt
PyObject_HEAD char * portalname
PLyDatumToOb result