Data Fields | |
struct execution_state * | next |
ExecStatus | status |
bool | setsResult |
bool | lazyEval |
Node * | stmt |
QueryDesc * | qd |
Definition at line 63 of file functions.c.
Definition at line 68 of file functions.c.
Referenced by fmgr_sql(), init_execution_state(), postquel_getnext(), and postquel_start().
struct execution_state* execution_state::next |
Definition at line 65 of file functions.c.
Referenced by fmgr_sql(), init_execution_state(), ShutdownSQLFunction(), and sql_exec_error_callback().
Definition at line 70 of file functions.c.
Referenced by fmgr_sql(), init_execution_state(), postquel_end(), postquel_getnext(), postquel_start(), ShutdownSQLFunction(), and sql_exec_error_callback().
Definition at line 67 of file functions.c.
Referenced by init_execution_state(), and postquel_start().
Definition at line 66 of file functions.c.
Referenced by fmgr_sql(), init_execution_state(), postquel_end(), postquel_start(), and ShutdownSQLFunction().
Definition at line 69 of file functions.c.
Referenced by init_execution_state(), and postquel_start().