pgSchemaObject(pgSchema *newSchema, int newType, const wxString& newName = wxT("")) : pgDatabaseObject(newType, newName)
{ SetSchema(newSchema); wxLogInfo(wxT("Creating a pg") + GetTypeName() + wxT(" object")); }
pgSchemaObject::~pgSchemaObject()
~pgSchemaObject()
{ wxLogInfo(wxT("Destroying a pg") + GetTypeName() + wxT(" object")); }
bool GetSystemObject() const;
void Return();
private:
bool DBconn::Connect(const wxString &connectString);
bool Connect(const wxString &connectString);
protected:
static wxString basicConnectString;