#include <pqcomm.h>
Data Fields | |
ProtocolVersion | protoVersion |
char | database [SM_DATABASE] |
char | user [SM_USER] |
char | options [SM_OPTIONS] |
char | unused [SM_UNUSED] |
char | tty [SM_TTY] |
Definition at line 141 of file pqcomm.h.
char StartupPacket::database[SM_DATABASE] |
Definition at line 144 of file pqcomm.h.
Referenced by pqBuildStartupPacket2(), and ProcessStartupPacket().
char StartupPacket::options[SM_OPTIONS] |
Definition at line 147 of file pqcomm.h.
Referenced by pqBuildStartupPacket2(), and ProcessStartupPacket().
Definition at line 143 of file pqcomm.h.
Referenced by pqBuildStartupPacket2().
char StartupPacket::tty[SM_TTY] |
Definition at line 149 of file pqcomm.h.
Referenced by pqBuildStartupPacket2().
char StartupPacket::unused[SM_UNUSED] |
char StartupPacket::user[SM_USER] |
Definition at line 146 of file pqcomm.h.
Referenced by pqBuildStartupPacket2(), and ProcessStartupPacket().