PostgreSQL Source Code: CopyStmt Struct Reference (original) (raw)
#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
NodeTag | type |
RangeVar * | relation |
Node * | query |
List * | attlist |
bool | is_from |
bool | is_program |
char * | filename |
List * | options |
Node * | whereClause |
Detailed Description
Definition at line 2659 of file parsenodes.h.
Field Documentation
◆ attlist
◆ filename
◆ is_from
◆ is_program
bool CopyStmt::is_program
◆ options
◆ query
◆ relation
◆ type
◆ whereClause
Node* CopyStmt::whereClause
The documentation for this struct was generated from the following file:
- src/include/nodes/parsenodes.h