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 2593 of file parsenodes.h.

Field Documentation

◆ attlist

List* CopyStmt::attlist

Definition at line 2599 of file parsenodes.h.

◆ filename

char* CopyStmt::filename

Definition at line 2603 of file parsenodes.h.

Referenced by _SPI_execute_plan().

◆ is_from

bool CopyStmt::is_from

Definition at line 2601 of file parsenodes.h.

◆ is_program

bool CopyStmt::is_program

Definition at line 2602 of file parsenodes.h.

◆ options

List* CopyStmt::options

Definition at line 2604 of file parsenodes.h.

◆ query

Node* CopyStmt::query

Definition at line 2597 of file parsenodes.h.

◆ relation

RangeVar* CopyStmt::relation

Definition at line 2596 of file parsenodes.h.

◆ type

NodeTag CopyStmt::type

Definition at line 2595 of file parsenodes.h.

◆ whereClause

Node* CopyStmt::whereClause

Definition at line 2605 of file parsenodes.h.


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