PostgreSQL Source Code: CopyToStateData Struct Reference (original) (raw)

Data Fields
const CopyToRoutine * routine
CopyDest copy_dest
FILE * copy_file
StringInfo fe_msgbuf
int file_encoding
bool need_transcoding
bool encoding_embeds_ascii
Relation rel
QueryDesc * queryDesc
List * attnumlist
char * filename
bool is_program
copy_data_dest_cb data_dest_cb
CopyFormatOptions opts
Node * whereClause
List * partitions
MemoryContext copycontext
FmgrInfo * out_functions
MemoryContext rowcontext
uint64 bytes_processed

Definition at line 67 of file copyto.c.

attnumlist

List* CopyToStateData::attnumlist

bytes_processed

uint64 CopyToStateData::bytes_processed

copy_dest

copy_file

FILE* CopyToStateData::copy_file

copycontext

data_dest_cb

encoding_embeds_ascii

bool CopyToStateData::encoding_embeds_ascii

fe_msgbuf

file_encoding

int CopyToStateData::file_encoding

filename

char* CopyToStateData::filename

is_program

bool CopyToStateData::is_program

need_transcoding

bool CopyToStateData::need_transcoding

opts

out_functions

FmgrInfo* CopyToStateData::out_functions

partitions

List* CopyToStateData::partitions

queryDesc

rel

routine

rowcontext

whereClause

Node* CopyToStateData::whereClause


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