PostgreSQL Source Code
git master
|
#include <primnodes.h>
Public Member Functions | |
Node *viewQuery | pg_node_attr (query_jumble_ignore) |
Data Fields | |
NodeTag | type |
RangeVar * | rel |
List * | colNames |
char * | accessMethod |
List * | options |
OnCommitAction | onCommit |
char * | tableSpaceName |
bool | skipData |
Definition at line 158 of file primnodes.h.
Node* viewQuery IntoClause::pg_node_attr | ( | query_jumble_ignore | ) |
char* IntoClause::accessMethod |
Definition at line 164 of file primnodes.h.
Referenced by create_ctas_internal().
List* IntoClause::colNames |
Definition at line 163 of file primnodes.h.
Referenced by create_ctas_nodata(), and intorel_startup().
OnCommitAction IntoClause::onCommit |
Definition at line 166 of file primnodes.h.
Referenced by create_ctas_internal().
List* IntoClause::options |
Definition at line 165 of file primnodes.h.
Referenced by create_ctas_internal().
RangeVar* IntoClause::rel |
Definition at line 162 of file primnodes.h.
Referenced by create_ctas_internal(), CreateTableAsRelExists(), and raw_expression_tree_walker_impl().
bool IntoClause::skipData |
Definition at line 170 of file primnodes.h.
Referenced by _SPI_execute_plan(), ExecCreateTableAs(), ExecuteQuery(), ExplainOnePlan(), GetIntoRelEFlags(), intorel_receive(), intorel_shutdown(), and intorel_startup().
char* IntoClause::tableSpaceName |
Definition at line 167 of file primnodes.h.
Referenced by create_ctas_internal().
NodeTag IntoClause::type |
Definition at line 160 of file primnodes.h.