PostgreSQL Source Code: CopyFormatOptions Struct Reference (original) (raw)
#include <[copy.h](include%5F2commands%5F2copy%5F8h%5Fsource.html)>
Data Fields | |
---|---|
int | file_encoding |
bool | binary |
bool | freeze |
bool | csv_mode |
CopyHeaderChoice | header_line |
char * | null_print |
int | null_print_len |
char * | null_print_client |
char * | default_print |
int | default_print_len |
char * | delim |
char * | quote |
char * | escape |
List * | force_quote |
bool | force_quote_all |
bool * | force_quote_flags |
List * | force_notnull |
bool | force_notnull_all |
bool * | force_notnull_flags |
List * | force_null |
bool | force_null_all |
bool * | force_null_flags |
bool | convert_selectively |
CopyOnErrorChoice | on_error |
CopyLogVerbosityChoice | log_verbosity |
int64 | reject_limit |
List * | convert_select |
Definition at line 59 of file copy.h.
◆ binary
bool CopyFormatOptions::binary
◆ convert_select
List* CopyFormatOptions::convert_select
◆ convert_selectively
bool CopyFormatOptions::convert_selectively
◆ csv_mode
bool CopyFormatOptions::csv_mode
◆ default_print
char* CopyFormatOptions::default_print
◆ default_print_len
int CopyFormatOptions::default_print_len
◆ delim
char* CopyFormatOptions::delim
◆ escape
char* CopyFormatOptions::escape
◆ file_encoding
int CopyFormatOptions::file_encoding
◆ force_notnull
List* CopyFormatOptions::force_notnull
◆ force_notnull_all
bool CopyFormatOptions::force_notnull_all
◆ force_notnull_flags
bool* CopyFormatOptions::force_notnull_flags
◆ force_null
List* CopyFormatOptions::force_null
◆ force_null_all
bool CopyFormatOptions::force_null_all
◆ force_null_flags
bool* CopyFormatOptions::force_null_flags
◆ force_quote
List* CopyFormatOptions::force_quote
◆ force_quote_all
bool CopyFormatOptions::force_quote_all
◆ force_quote_flags
bool* CopyFormatOptions::force_quote_flags
◆ freeze
bool CopyFormatOptions::freeze
◆ header_line
◆ log_verbosity
◆ null_print
char* CopyFormatOptions::null_print
◆ null_print_client
char* CopyFormatOptions::null_print_client
◆ null_print_len
int CopyFormatOptions::null_print_len
◆ on_error
◆ quote
char* CopyFormatOptions::quote
◆ reject_limit
int64 CopyFormatOptions::reject_limit
The documentation for this struct was generated from the following file:
- src/include/commands/copy.h