PostgreSQL Source Code: PrintfArgValue Union Reference (original) (raw)
Data Fields | |
---|---|
int | i |
long | l |
long long | ll |
double | d |
char * | cptr |
Detailed Description
Definition at line 152 of file snprintf.c.
Field Documentation
◆ cptr
char* PrintfArgValue::cptr
Definition at line 158 of file snprintf.c.
Referenced by dopr(), and find_arguments().
◆ d
double PrintfArgValue::d
Definition at line 157 of file snprintf.c.
Referenced by dopr(), and find_arguments().
◆ i
int PrintfArgValue::i
Definition at line 154 of file snprintf.c.
Referenced by dopr(), and find_arguments().
◆ l
long PrintfArgValue::l
Definition at line 155 of file snprintf.c.
Referenced by dopr(), and find_arguments().
◆ ll
long long PrintfArgValue::ll
Definition at line 156 of file snprintf.c.
Referenced by dopr(), and find_arguments().
The documentation for this union was generated from the following file:
- src/port/snprintf.c