, including all inherited members.
| BackendPID() | wxPostgreSQL | |
| Cancel(wxPGcancel *cancel, char *errbuf, int errbufsize) | wxPostgreSQL | [static] |
| char2encoding(const char *name) | wxPostgreSQL | [static] |
| ConnDefaults() | wxPostgreSQL | [static] |
| ConnectPoll() | wxPostgreSQL | |
| ConninfoFree() | wxPostgreSQL | |
| ConsumeInput() | wxPostgreSQL | |
| DescribePortal(const char *portal) | wxPostgreSQL | |
| DescribePrepared(const char *stmt) | wxPostgreSQL | |
| dsplen(const char *s, int encoding) | wxPostgreSQL | [static] |
| encoding2char(int encoding) | wxPostgreSQL | [static] |
| EncryptPassword(const char *passwd, const char *user) | wxPostgreSQL | [static] |
| EndCopy() | wxPostgreSQL | |
| env2encoding() | wxPostgreSQL | [static] |
| ErrorMessage() const | wxPostgreSQL | |
| EscapeBytea(const unsigned char *from, size_t from_length, size_t *to_length) | wxPostgreSQL | [static] |
| EscapeByteaConn(const unsigned char *from, size_t from_length, size_t *to_length) | wxPostgreSQL | |
| EscapeString(char *to, const char *from, size_t length) | wxPostgreSQL | [static] |
| EscapeStringConn(char *to, const char *from, size_t length, int *error) | wxPostgreSQL | |
| Execute(const char *query) | wxPostgreSQL | |
| Execute(const wxString &query) | wxPostgreSQL | |
| ExecuteParams(const char *command, int nParams, const wxOid *paramTypes, const char *const *paramValues, const int *paramLengths, const int *paramFormats, int resultFormat) | wxPostgreSQL | |
| ExecutePrepared(const char *stmtName, int nParams, const char *const *paramValues, const int *paramLengths, const int *paramFormats, int resultFormat) | wxPostgreSQL | |
| Finish() | wxPostgreSQL | |
| Flush() | wxPostgreSQL | |
| fn(int fnid, int *result_buf, int *result_len, int result_is_int, const wxArgBlock *args, int nargs) | wxPostgreSQL | |
| FreeCancel(wxPGcancel *cancel) | wxPostgreSQL | [static] |
| FreeMemory(void *ptr) | wxPostgreSQL | [static] |
| GetCancel() | wxPostgreSQL | |
| GetClientEncoding() | wxPostgreSQL | |
| GetCopyData(char **buffer, int async) | wxPostgreSQL | |
| GetDatabaseName() | wxPostgreSQL | |
| GetHost() | wxPostgreSQL | |
| Getline(char *string, int length) | wxPostgreSQL | |
| GetlineAsync(char *buffer, int bufsize) | wxPostgreSQL | |
| GetPassword() | wxPostgreSQL | |
| GetPort() | wxPostgreSQL | |
| GetResult() | wxPostgreSQL | |
| GetSSL() | wxPostgreSQL | |
| GetTTY() | wxPostgreSQL | |
| GetUserName() | wxPostgreSQL | |
| InitSSL(int do_init) | wxPostgreSQL | [static] |
| IsBusy() | wxPostgreSQL | |
| IsNeedsPassword() | wxPostgreSQL | |
| IsNonBlocking() | wxPostgreSQL | |
| IsThreadSafe() | wxPostgreSQL | [static] |
| IsUsedPassword() | wxPostgreSQL | |
| lo_close(int fd) | wxPostgreSQL | |
| lo_creat(int mode) | wxPostgreSQL | |
| lo_create(wxOid lobjId) | wxPostgreSQL | |
| lo_export(wxOid lobjId, const char *filename) | wxPostgreSQL | |
| lo_import(const char *filename) | wxPostgreSQL | |
| lo_lseek(int fd, int offset, int whence) | wxPostgreSQL | |
| lo_open(wxOid lobjId, int mode) | wxPostgreSQL | |
| lo_read(int fd, char *buf, size_t len) | wxPostgreSQL | |
| lo_tell(int fd) | wxPostgreSQL | |
| lo_truncate(int fd, size_t len) | wxPostgreSQL | |
| lo_unlink(wxOid lobjId) | wxPostgreSQL | |
| lo_write(int fd, const char *buf, size_t len) | wxPostgreSQL | |
| MakeEmptyResult(ExecStatusType status) | wxPostgreSQL | |
| mblen(const char *s, int encoding) | wxPostgreSQL | [static] |
| Notifies() | wxPostgreSQL | |
| Options() | wxPostgreSQL | |
| ParameterStatus(const char *paramName) | wxPostgreSQL | |
| Prepare(const char *stmtName, const char *query, int nParams, const wxOid *paramTypes) | wxPostgreSQL | |
| ProtocolVersion() const | wxPostgreSQL | |
| PutCopyData(const char *buffer, int nbytes) | wxPostgreSQL | |
| PutCopyEnd(const char *errormsg) | wxPostgreSQL | |
| Putline(const char *string) | wxPostgreSQL | |
| PutnBytes(const char *buffer, int nbytes) | wxPostgreSQL | |
| RegisterThreadLock(pgthreadlock_t newhandler) | wxPostgreSQL | [static] |
| RequestCancel() | wxPostgreSQL | |
| Reset() | wxPostgreSQL | |
| ResetPoll() | wxPostgreSQL | |
| ResetStart() | wxPostgreSQL | |
| SendDescribePortal(const char *portal) | wxPostgreSQL | |
| SendDescribePrepared(const char *stmt) | wxPostgreSQL | |
| SendPrepare(const char *stmtName, const char *query, int nParams, const Oid *paramTypes) | wxPostgreSQL | |
| SendQuery(const char *query) | wxPostgreSQL | |
| SendQueryParams(const char *command, int nParams, const wxOid *paramTypes, const char *const *paramValues, const int *paramLengths, const int *paramFormats, int resultFormat) | wxPostgreSQL | |
| SendQueryPrepared(const char *stmtName, int nParams, const char *const *paramValues, const int *paramLengths, const int *paramFormats, int resultFormat) | wxPostgreSQL | |
| ServerVersion() const | wxPostgreSQL | |
| SetClientEncoding(const char *encoding) | wxPostgreSQL | |
| SetErrorVerbosity(wxVerbosity verbosity) | wxPostgreSQL | |
| SetNonBlocking(int arg) | wxPostgreSQL | |
| SetNoticeProcessor(wxNoticeProcessor proc, void *arg) | wxPostgreSQL | |
| SetNoticeReceiver(wxNoticeReceiver proc, void *arg) | wxPostgreSQL | |
| Socket() | wxPostgreSQL | |
| Status() | wxPostgreSQL | |
| Trace(FILE *debug_port) | wxPostgreSQL | |
| TransactionStatus() | wxPostgreSQL | |
| UnescapeBytea(const unsigned char *strtext, size_t *retbuflen) | wxPostgreSQL | |
| UnTrace() | wxPostgreSQL | |
| valid_server_encoding_id(int encoding) | wxPostgreSQL | [static] |
| wxPostgreSQL() | wxPostgreSQL | |
| wxPostgreSQL(const wxPostgreSQL &pq) | wxPostgreSQL | |
| wxPostgreSQL(char *const constr) | wxPostgreSQL | |
| wxPostgreSQL(const wxString &constr) | wxPostgreSQL | |
| wxPostgreSQL(const char *pghost, const char *pgport, const char *pgoptions, const char *pgtty, const char *dbName, const char *login, const char *pwd) | wxPostgreSQL | |
| ~wxPostgreSQL() | wxPostgreSQL | |