2 * src/pl/plpython/plpy_cursorobject.h
5 #ifndef PLPY_CURSOROBJECT_H
6 #define PLPY_CURSOROBJECT_H
8 #include "plpy_typeio.h"
11 typedef struct PLyCursorObject
20 extern void PLy_cursor_init_type(void);
21 extern PyObject
*PLy_cursor(PyObject
*self
, PyObject
*args
);
22 extern PyObject
*PLy_cursor_plan(PyObject
*ob
, PyObject
*args
);
24 #endif /* PLPY_CURSOROBJECT_H */