|
PostgreSQL Source Code git master
|
#include <copy.h>
| List* CopyFormatOptions::convert_select |
Definition at line 99 of file copy.h.
Referenced by BeginCopyFrom().
| bool CopyFormatOptions::convert_selectively |
Definition at line 95 of file copy.h.
Referenced by BeginCopyFrom().
| char* CopyFormatOptions::default_print |
Definition at line 80 of file copy.h.
Referenced by BeginCopyFrom(), CopyReadAttributesCSV(), and CopyReadAttributesText().
| int CopyFormatOptions::default_print_len |
Definition at line 81 of file copy.h.
Referenced by CopyReadAttributesCSV(), and CopyReadAttributesText().
| char* CopyFormatOptions::delim |
Definition at line 82 of file copy.h.
Referenced by CopyAttributeOutCSV(), CopyAttributeOutText(), CopyReadAttributesCSV(), CopyReadAttributesText(), CopyToTextLikeOneRow(), and CopyToTextLikeStart().
| char* CopyFormatOptions::escape |
Definition at line 84 of file copy.h.
Referenced by CopyAttributeOutCSV(), CopyReadAttributesCSV(), and CopyReadLineText().
| int CopyFormatOptions::file_encoding |
Definition at line 71 of file copy.h.
Referenced by BeginCopyFrom(), and BeginCopyTo().
| bool CopyFormatOptions::force_array |
Definition at line 91 of file copy.h.
Referenced by CopyToJsonEnd(), CopyToJsonOneRow(), and CopyToTextLikeStart().
| List* CopyFormatOptions::force_notnull |
Definition at line 88 of file copy.h.
Referenced by BeginCopyFrom().
| bool CopyFormatOptions::force_notnull_all |
Definition at line 89 of file copy.h.
Referenced by BeginCopyFrom().
| bool* CopyFormatOptions::force_notnull_flags |
Definition at line 90 of file copy.h.
Referenced by BeginCopyFrom(), and CopyFromTextLikeOneRow().
| List* CopyFormatOptions::force_null |
Definition at line 92 of file copy.h.
Referenced by BeginCopyFrom().
| bool CopyFormatOptions::force_null_all |
Definition at line 93 of file copy.h.
Referenced by BeginCopyFrom().
| bool* CopyFormatOptions::force_null_flags |
Definition at line 94 of file copy.h.
Referenced by BeginCopyFrom(), and CopyFromTextLikeOneRow().
| List* CopyFormatOptions::force_quote |
Definition at line 85 of file copy.h.
Referenced by BeginCopyTo().
| bool CopyFormatOptions::force_quote_all |
Definition at line 86 of file copy.h.
Referenced by BeginCopyTo().
| bool* CopyFormatOptions::force_quote_flags |
Definition at line 87 of file copy.h.
Referenced by BeginCopyTo(), and CopyToTextLikeOneRow().
| CopyFormat CopyFormatOptions::format |
Definition at line 73 of file copy.h.
Referenced by BeginCopyTo(), CopyFromErrorCallback(), CopyToTextLikeStart(), NextCopyFromRawFields(), NextCopyFromRawFieldsInternal(), ReceiveCopyBegin(), and SendCopyBegin().
| bool CopyFormatOptions::freeze |
Definition at line 74 of file copy.h.
Referenced by CopyFrom().
| int CopyFormatOptions::header_line |
Definition at line 75 of file copy.h.
Referenced by CopyToTextLikeStart(), and NextCopyFromRawFieldsInternal().
| CopyLogVerbosityChoice CopyFormatOptions::log_verbosity |
Definition at line 97 of file copy.h.
Referenced by CopyFrom(), CopyFromTextLikeOneRow(), and file_acquire_sample_rows().
| char* CopyFormatOptions::null_print |
Definition at line 77 of file copy.h.
Referenced by CopyAttributeOutCSV(), CopyFromTextLikeOneRow(), CopyReadAttributesCSV(), CopyReadAttributesText(), CopyToTextLikeStart(), DoCopyTo(), and NextCopyFromRawFieldsInternal().
| char* CopyFormatOptions::null_print_client |
Definition at line 79 of file copy.h.
Referenced by CopyToTextLikeOneRow(), CopyToTextLikeStart(), and DoCopyTo().
| int CopyFormatOptions::null_print_len |
Definition at line 78 of file copy.h.
Referenced by CopyReadAttributesCSV(), CopyReadAttributesText(), and CopyToTextLikeStart().
| CopyOnErrorChoice CopyFormatOptions::on_error |
Definition at line 96 of file copy.h.
Referenced by BeginCopyFrom(), CopyFrom(), CopyFromTextLikeOneRow(), file_acquire_sample_rows(), and fileIterateForeignScan().
| char* CopyFormatOptions::quote |
Definition at line 83 of file copy.h.
Referenced by CopyAttributeOutCSV(), CopyReadAttributesCSV(), and CopyReadLineText().
| int64 CopyFormatOptions::reject_limit |
Definition at line 98 of file copy.h.
Referenced by CopyFrom(), and fileIterateForeignScan().