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 313 of file plpgsql.h.
Referenced by build_row_from_vars(), plpgsql_compile_callback(), and plpgsql_compile_inline().
PLpgSQL_datum_type PLpgSQL_variable::dtype |
Definition at line 312 of file plpgsql.h.
Referenced by build_row_from_vars(), exec_check_assignable(), exec_for_query(), exec_move_row(), exec_move_row_from_datum(), exec_move_row_from_fields(), and plpgsql_compile_callback().
bool PLpgSQL_variable::isconst |
Definition at line 316 of file plpgsql.h.
Referenced by build_row_from_vars().
int PLpgSQL_variable::lineno |
Definition at line 315 of file plpgsql.h.
Referenced by plpgsql_exec_error_callback().
bool PLpgSQL_variable::notnull |
Definition at line 317 of file plpgsql.h.
Referenced by exec_stmt_block().
char* PLpgSQL_variable::refname |
Definition at line 314 of file plpgsql.h.
Referenced by build_row_from_vars().