PostgreSQL Source Code git master
|
#include <parsenodes.h>
Public Member Functions | |
pg_node_attr (no_query_jumble) NodeTag type | |
Data Fields | |
Node * | stmt |
ParseLoc | stmt_location |
ParseLoc | stmt_len |
Definition at line 2066 of file parsenodes.h.
RawStmt::pg_node_attr | ( | no_query_jumble | ) |
Node* RawStmt::stmt |
Definition at line 2071 of file parsenodes.h.
Referenced by _SPI_prepare_oneshot_plan(), _SPI_prepare_plan(), ATPostAlterTypeParse(), DefineView(), DoCopy(), errdetail_execute(), exec_bind_message(), exec_parse_message(), exec_simple_query(), ImportForeignSchema(), prepare_next_query(), PrepareQuery(), stmt_requires_parse_analysis(), and transformTopLevelStmt().
ParseLoc RawStmt::stmt_len |
Definition at line 2073 of file parsenodes.h.
Referenced by DefineView(), DoCopy(), execute_sql_string(), ImportForeignSchema(), PrepareQuery(), and transformTopLevelStmt().
ParseLoc RawStmt::stmt_location |
Definition at line 2072 of file parsenodes.h.
Referenced by DefineView(), DoCopy(), execute_sql_string(), ImportForeignSchema(), PrepareQuery(), and transformTopLevelStmt().