PostgreSQL Source Code git master
Loading...
Searching...
No Matches
CopyStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
Nodequery
 
Listattlist
 
bool is_from
 
bool is_program
 
charfilename
 
Listoptions
 
NodewhereClause
 

Detailed Description

Definition at line 2758 of file parsenodes.h.

Field Documentation

◆ attlist

List* CopyStmt::attlist

Definition at line 2764 of file parsenodes.h.

◆ filename

char* CopyStmt::filename

Definition at line 2768 of file parsenodes.h.

◆ is_from

bool CopyStmt::is_from

Definition at line 2766 of file parsenodes.h.

◆ is_program

bool CopyStmt::is_program

Definition at line 2767 of file parsenodes.h.

◆ options

List* CopyStmt::options

Definition at line 2769 of file parsenodes.h.

◆ query

Node* CopyStmt::query

Definition at line 2762 of file parsenodes.h.

◆ relation

RangeVar* CopyStmt::relation

Definition at line 2761 of file parsenodes.h.

◆ type

NodeTag CopyStmt::type

Definition at line 2760 of file parsenodes.h.

◆ whereClause

Node* CopyStmt::whereClause

Definition at line 2770 of file parsenodes.h.


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