Namespaces | |
namespace | wxPg |
wxPostgres namespace. | |
Functions | |
wxPG_DECLSPEC const wxString | wxPg::escape_string (Database &db, const wxString &s, wxString *error=NULL) |
Escapes string. | |
wxPG_DECLSPEC void | wxPg::cache_result_data (Cached_result &dest, Result_data &src) |
Cache query result locally. | |
wxPG_DECLSPEC bool | wxPg::cstr_to_bool (char *str, int type) |
Convert C-string to bool. |