|
PostgreSQL Source Code git master
|
| List* CopyToStateData::attnumlist |
Definition at line 88 of file copyto.c.
Referenced by BeginCopyTo(), CopyAttributeOutCSV(), CopyToBinaryOneRow(), CopyToJsonOneRow(), CopyToTextLikeOneRow(), CopyToTextLikeStart(), DoCopyTo(), and SendCopyBegin().
| uint64 CopyToStateData::bytes_processed |
Definition at line 112 of file copyto.c.
Referenced by BeginCopyTo(), and CopySendEndOfRow().
| CopyDest CopyToStateData::copy_dest |
Definition at line 77 of file copyto.c.
Referenced by BeginCopyTo(), CopySendEndOfRow(), CopySendTextLikeEndOfRow(), and SendCopyBegin().
| FILE* CopyToStateData::copy_file |
Definition at line 78 of file copyto.c.
Referenced by BeginCopyTo(), ClosePipeToProgram(), CopySendEndOfRow(), and EndCopy().
| MemoryContext CopyToStateData::copycontext |
Definition at line 108 of file copyto.c.
Referenced by BeginCopyTo(), and EndCopy().
| copy_data_dest_cb CopyToStateData::data_dest_cb |
Definition at line 99 of file copyto.c.
Referenced by BeginCopyTo(), CopySendEndOfRow(), and DoCopyTo().
| bool CopyToStateData::encoding_embeds_ascii |
Definition at line 83 of file copyto.c.
Referenced by BeginCopyTo(), CopyAttributeOutCSV(), and CopyAttributeOutText().
| StringInfo CopyToStateData::fe_msgbuf |
Definition at line 79 of file copyto.c.
Referenced by CopySendChar(), CopySendData(), CopySendEndOfRow(), CopySendString(), DoCopyTo(), and SendCopyEnd().
| int CopyToStateData::file_encoding |
Definition at line 81 of file copyto.c.
Referenced by BeginCopyTo(), CopyAttributeOutCSV(), CopyAttributeOutText(), and CopyToTextLikeStart().
| char* CopyToStateData::filename |
Definition at line 89 of file copyto.c.
Referenced by BeginCopyTo(), ClosePipeToProgram(), DoCopyTo(), and EndCopy().
| bool CopyToStateData::is_program |
Definition at line 90 of file copyto.c.
Referenced by BeginCopyTo(), ClosePipeToProgram(), CopySendEndOfRow(), and EndCopy().
| StringInfo CopyToStateData::json_buf |
Definition at line 92 of file copyto.c.
Referenced by BeginCopyTo(), and CopyToJsonOneRow().
| bool* CopyToStateData::json_projnulls |
Definition at line 98 of file copyto.c.
Referenced by BeginCopyTo(), and CopyToJsonOneRow().
| Datum* CopyToStateData::json_projvalues |
Definition at line 96 of file copyto.c.
Referenced by BeginCopyTo(), and CopyToJsonOneRow().
| bool CopyToStateData::json_row_delim_needed |
Definition at line 91 of file copyto.c.
Referenced by CopyToJsonOneRow().
| bool CopyToStateData::need_transcoding |
Definition at line 82 of file copyto.c.
Referenced by BeginCopyTo(), CopyAttributeOutCSV(), CopyAttributeOutText(), and CopyToTextLikeStart().
| CopyFormatOptions CopyToStateData::opts |
Definition at line 101 of file copyto.c.
Referenced by BeginCopyTo(), CopyAttributeOutCSV(), CopyAttributeOutText(), CopyToJsonEnd(), CopyToJsonOneRow(), CopyToTextLikeOneRow(), CopyToTextLikeStart(), DoCopyTo(), and SendCopyBegin().
| FmgrInfo* CopyToStateData::out_functions |
Definition at line 110 of file copyto.c.
Referenced by CopyToBinaryOneRow(), CopyToTextLikeOneRow(), and DoCopyTo().
| List* CopyToStateData::partitions |
Definition at line 103 of file copyto.c.
Referenced by BeginCopyTo(), DoCopyTo(), and EndCopy().
| QueryDesc* CopyToStateData::queryDesc |
Definition at line 87 of file copyto.c.
Referenced by BeginCopyTo(), DoCopyTo(), and EndCopyTo().
| Relation CopyToStateData::rel |
Definition at line 86 of file copyto.c.
Referenced by BeginCopyTo(), CopyToJsonOneRow(), and DoCopyTo().
| const CopyToRoutine* CopyToStateData::routine |
Definition at line 74 of file copyto.c.
Referenced by BeginCopyTo(), CopyOneRowTo(), and DoCopyTo().
| MemoryContext CopyToStateData::rowcontext |
Definition at line 111 of file copyto.c.
Referenced by CopyOneRowTo(), and DoCopyTo().
| TupleDesc CopyToStateData::tupDesc |
Definition at line 94 of file copyto.c.
Referenced by BeginCopyTo(), and CopyToJsonOneRow().