PostgreSQL Source Code
git master
|
#include <plpgsql.h>
Data Fields | |
PLpgSQL_datum_type | dtype |
int | dno |
char * | refname |
int | lineno |
bool | isconst |
bool | notnull |
PLpgSQL_expr * | default_val |
PLpgSQL_expr* PLpgSQL_variable::default_val |
int PLpgSQL_variable::dno |
Definition at line 290 of file plpgsql.h.
Referenced by build_row_from_vars(), do_compile(), and plpgsql_compile_inline().
PLpgSQL_datum_type PLpgSQL_variable::dtype |
Definition at line 289 of file plpgsql.h.
Referenced by build_row_from_vars(), do_compile(), exec_check_assignable(), exec_for_query(), exec_move_row(), exec_move_row_from_datum(), and exec_move_row_from_fields().
bool PLpgSQL_variable::isconst |
Definition at line 293 of file plpgsql.h.
Referenced by build_row_from_vars().
int PLpgSQL_variable::lineno |
Definition at line 292 of file plpgsql.h.
Referenced by plpgsql_exec_error_callback().
bool PLpgSQL_variable::notnull |
Definition at line 294 of file plpgsql.h.
Referenced by exec_stmt_block().
char* PLpgSQL_variable::refname |
Definition at line 291 of file plpgsql.h.
Referenced by build_row_from_vars().