Home
last modified time | relevance | path

Searched refs:SetLastResultError (Results 1 – 3 of 3) sorted by relevance

/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/db/
H A DpgConn.cpp754 SetLastResultError(qryRes); in ExecuteVoid()
787 SetLastResultError(qryRes); in ExecuteScalar()
830 SetLastResultError(qryRes); in ExecuteSet()
869 SetLastResultError(qryRes); in StartCopy()
989 SetLastResultError(qryRes); in IsAlive()
1071 SetLastResultError(NULL, wxT("Cancel request sent")); in CancelExecution()
1075 SetLastResultError(NULL, wxString::Format(wxT("Could not send cancel request:\n%s"), errbuf)); in CancelExecution()
1087 void pgConn::SetLastResultError(PGresult *res, const wxString &msg) in SetLastResultError() function in pgConn
H A DpgQueryThread.cpp210 m_conn->SetLastResultError(NULL, _("the query could not be converted to the required encoding.")); in Execute()
272 m_conn->SetLastResultError(NULL, _("Failed to run PQsendQuery in pgQueryThread")); in Execute()
300 m_conn->SetLastResultError(NULL, in Execute()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/db/
H A DpgConn.h272 void SetLastResultError(PGresult *res, const wxString &msg = wxEmptyString);