|
PostgreSQL Source Code git master
|
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 |
| List* CopyToStateData::attnumlist |
Definition at line 84 of file copyto.c.
Referenced by BeginCopyTo(), CopyAttributeOutCSV(), CopyToBinaryOneRow(), CopyToTextLikeOneRow(), CopyToTextLikeStart(), DoCopyTo(), and SendCopyBegin().
| uint64 CopyToStateData::bytes_processed |
Definition at line 100 of file copyto.c.
Referenced by BeginCopyTo(), and CopySendEndOfRow().
| CopyDest CopyToStateData::copy_dest |
Definition at line 73 of file copyto.c.
Referenced by BeginCopyTo(), CopySendEndOfRow(), CopySendTextLikeEndOfRow(), and SendCopyBegin().
| FILE* CopyToStateData::copy_file |
Definition at line 74 of file copyto.c.
Referenced by BeginCopyTo(), ClosePipeToProgram(), CopySendEndOfRow(), and EndCopy().
| MemoryContext CopyToStateData::copycontext |
Definition at line 96 of file copyto.c.
Referenced by BeginCopyTo(), and EndCopy().
| copy_data_dest_cb CopyToStateData::data_dest_cb |
Definition at line 87 of file copyto.c.
Referenced by BeginCopyTo(), CopySendEndOfRow(), and DoCopyTo().
| bool CopyToStateData::encoding_embeds_ascii |
Definition at line 79 of file copyto.c.
Referenced by BeginCopyTo(), CopyAttributeOutCSV(), and CopyAttributeOutText().
| StringInfo CopyToStateData::fe_msgbuf |
Definition at line 75 of file copyto.c.
Referenced by CopySendChar(), CopySendData(), CopySendEndOfRow(), CopySendString(), DoCopyTo(), and SendCopyEnd().
| int CopyToStateData::file_encoding |
Definition at line 77 of file copyto.c.
Referenced by BeginCopyTo(), CopyAttributeOutCSV(), CopyAttributeOutText(), and CopyToTextLikeStart().
| char* CopyToStateData::filename |
Definition at line 85 of file copyto.c.
Referenced by BeginCopyTo(), ClosePipeToProgram(), DoCopyTo(), and EndCopy().
| bool CopyToStateData::is_program |
Definition at line 86 of file copyto.c.
Referenced by BeginCopyTo(), ClosePipeToProgram(), CopySendEndOfRow(), and EndCopy().
| bool CopyToStateData::need_transcoding |
Definition at line 78 of file copyto.c.
Referenced by BeginCopyTo(), CopyAttributeOutCSV(), CopyAttributeOutText(), and CopyToTextLikeStart().
| CopyFormatOptions CopyToStateData::opts |
Definition at line 89 of file copyto.c.
Referenced by BeginCopyTo(), CopyAttributeOutCSV(), CopyAttributeOutText(), CopyToTextLikeOneRow(), CopyToTextLikeStart(), DoCopyTo(), and SendCopyBegin().
| FmgrInfo* CopyToStateData::out_functions |
Definition at line 98 of file copyto.c.
Referenced by CopyToBinaryOneRow(), CopyToTextLikeOneRow(), and DoCopyTo().
| List* CopyToStateData::partitions |
Definition at line 91 of file copyto.c.
Referenced by BeginCopyTo(), DoCopyTo(), and EndCopy().
| QueryDesc* CopyToStateData::queryDesc |
Definition at line 83 of file copyto.c.
Referenced by BeginCopyTo(), DoCopyTo(), and EndCopyTo().
| Relation CopyToStateData::rel |
Definition at line 82 of file copyto.c.
Referenced by BeginCopyTo(), and DoCopyTo().
| const CopyToRoutine* CopyToStateData::routine |
Definition at line 70 of file copyto.c.
Referenced by BeginCopyTo(), CopyOneRowTo(), and DoCopyTo().
| MemoryContext CopyToStateData::rowcontext |
Definition at line 99 of file copyto.c.
Referenced by CopyOneRowTo(), and DoCopyTo().