Home
last modified time | relevance | path

Searched refs:iSetRecId (Results 1 – 6 of 6) sorted by relevance

/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/agent/
H A DpgaStep.h109 void iSetRecId(const long l) in iSetRecId() function
H A DpgaSchedule.h67 void iSetRecId(const long l) in iSetRecId() function
H A DpgaJob.h123 void iSetRecId(const long l) in iSetRecId() function
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/agent/
H A DpgaStep.cpp149 step->iSetRecId(steps->GetLong(wxT("jstid"))); in CreateObjects()
H A DpgaJob.cpp194 job->iSetRecId(jobs->GetLong(wxT("jobid"))); in CreateObjects()
H A DpgaSchedule.cpp147 schedule->iSetRecId(schedules->GetLong(wxT("jscid"))); in CreateObjects()