PostgreSQL Source Code  git master
CopyStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
Nodequery
 
Listattlist
 
bool is_from
 
bool is_program
 
char * filename
 
Listoptions
 
NodewhereClause
 

Detailed Description

Definition at line 2409 of file parsenodes.h.

Field Documentation

◆ attlist

List* CopyStmt::attlist

Definition at line 2415 of file parsenodes.h.

◆ filename

char* CopyStmt::filename

Definition at line 2419 of file parsenodes.h.

Referenced by _SPI_execute_plan().

◆ is_from

bool CopyStmt::is_from

Definition at line 2417 of file parsenodes.h.

◆ is_program

bool CopyStmt::is_program

Definition at line 2418 of file parsenodes.h.

◆ options

List* CopyStmt::options

Definition at line 2420 of file parsenodes.h.

◆ query

Node* CopyStmt::query

Definition at line 2413 of file parsenodes.h.

◆ relation

RangeVar* CopyStmt::relation

Definition at line 2412 of file parsenodes.h.

◆ type

NodeTag CopyStmt::type

Definition at line 2411 of file parsenodes.h.

◆ whereClause

Node* CopyStmt::whereClause

Definition at line 2421 of file parsenodes.h.


The documentation for this struct was generated from the following file: