#include <spi_priv.h>
Data Fields | |
int | magic |
bool | saved |
bool | oneshot |
List * | plancache_list |
MemoryContext | plancxt |
int | cursor_options |
int | nargs |
Oid * | argtypes |
ParserSetupHook | parserSetup |
void * | parserSetupArg |
Definition at line 73 of file spi_priv.h.
Definition at line 82 of file spi_priv.h.
Referenced by _SPI_execute_plan(), _SPI_make_plan_non_temp(), _SPI_prepare_plan(), _SPI_save_plan(), SPI_cursor_open(), SPI_cursor_open_with_args(), SPI_execute_plan(), SPI_execute_snapshot(), SPI_execute_with_args(), SPI_getargtypeid(), SPI_prepare_cursor(), and SPI_prepare_params().
Definition at line 80 of file spi_priv.h.
Referenced by _SPI_execute_plan(), _SPI_make_plan_non_temp(), _SPI_prepare_plan(), _SPI_save_plan(), SPI_cursor_open_internal(), SPI_cursor_open_with_args(), SPI_execute(), SPI_execute_with_args(), SPI_prepare_cursor(), and SPI_prepare_params().
int _SPI_plan::magic |
Definition at line 75 of file spi_priv.h.
Referenced by _SPI_make_plan_non_temp(), _SPI_save_plan(), SPI_cursor_open_with_args(), SPI_execute(), SPI_execute_plan(), SPI_execute_plan_with_paramlist(), SPI_execute_snapshot(), SPI_execute_with_args(), SPI_freeplan(), SPI_getargcount(), SPI_getargtypeid(), SPI_is_cursor_plan(), SPI_keepplan(), SPI_plan_get_cached_plan(), SPI_plan_get_plan_sources(), SPI_plan_is_valid(), SPI_prepare_cursor(), SPI_prepare_params(), and SPI_saveplan().
int _SPI_plan::nargs |
Definition at line 81 of file spi_priv.h.
Referenced by _SPI_execute_plan(), _SPI_make_plan_non_temp(), _SPI_prepare_plan(), _SPI_save_plan(), SPI_cursor_open(), SPI_cursor_open_with_args(), SPI_execute_plan(), SPI_execute_snapshot(), SPI_execute_with_args(), SPI_getargcount(), SPI_getargtypeid(), SPI_prepare_cursor(), and SPI_prepare_params().
Definition at line 77 of file spi_priv.h.
Referenced by _SPI_execute_plan(), _SPI_make_plan_non_temp(), _SPI_prepare_oneshot_plan(), _SPI_prepare_plan(), _SPI_save_plan(), SPI_keepplan(), and SPI_plan_get_cached_plan().
Definition at line 83 of file spi_priv.h.
Referenced by _SPI_execute_plan(), _SPI_make_plan_non_temp(), _SPI_prepare_plan(), _SPI_save_plan(), SPI_cursor_open_with_args(), SPI_execute_with_args(), SPI_prepare_cursor(), and SPI_prepare_params().
Definition at line 84 of file spi_priv.h.
Referenced by _SPI_execute_plan(), _SPI_make_plan_non_temp(), _SPI_prepare_plan(), _SPI_save_plan(), SPI_cursor_open_with_args(), SPI_execute_with_args(), SPI_prepare_cursor(), and SPI_prepare_params().
Definition at line 78 of file spi_priv.h.
Referenced by _SPI_execute_plan(), _SPI_make_plan_non_temp(), _SPI_prepare_oneshot_plan(), _SPI_prepare_plan(), _SPI_save_plan(), SPI_cursor_open_internal(), SPI_freeplan(), SPI_is_cursor_plan(), SPI_keepplan(), SPI_plan_get_cached_plan(), SPI_plan_get_plan_sources(), and SPI_plan_is_valid().
Definition at line 79 of file spi_priv.h.
Referenced by _SPI_make_plan_non_temp(), _SPI_save_plan(), SPI_freeplan(), and SPI_keepplan().
Definition at line 76 of file spi_priv.h.
Referenced by _SPI_execute_plan(), _SPI_make_plan_non_temp(), _SPI_save_plan(), SPI_cursor_open_internal(), SPI_keepplan(), and SPI_plan_get_cached_plan().