Home
last modified time | relevance | path

Searched refs:outParamList (Results 1 – 10 of 10) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/devtools/fixsrc/
H A Dfixsrc.py122 outParamList = []
127 outParamList.append(s[5:-1].replace(" ", ""))
130 outParamList.append("const " + s[6:].replace(" ", ""))
133 outParamList.append(s[5:].replace(" ", ""))
136 outParamList.append(s.replace(" ", ""))
140 outParamList.append(s.replace(" ", ""))
141 outParams = string.join(outParamList, ",")
/dports/databases/kexi/kexi-3.2.0/devtools/fixsrc/
H A Dfixsrc.py122 outParamList = []
127 outParamList.append(s[5:-1].replace(" ", ""))
130 outParamList.append("const " + s[6:].replace(" ", ""))
133 outParamList.append(s[5:].replace(" ", ""))
136 outParamList.append(s.replace(" ", ""))
140 outParamList.append(s.replace(" ", ""))
141 outParams = string.join(outParamList, ",")
/dports/databases/cego/cego-2.47.11/src/
H A DCegoDbHandler.h108 void getProcResult(ListT<CegoProcVar>& outParamList, CegoFieldValue& retValue);
166 …void sendProcResult(const Chain& msg, const ListT<CegoProcVar>& outParamList, CegoFieldValue *pRet…
H A DCegoNet.cc260 void CegoNet::getProcResult(ListT<CegoProcVar>& outParamList, CegoFieldValue& retValue) in getProcResult() argument
262 _pSH->getProcResult(outParamList, retValue); in getProcResult()
H A DCegoNet.h70 void getProcResult(ListT<CegoProcVar>& outParamList, CegoFieldValue& retValue);
H A DCegoOutput.h59 …void procResultOut(const Chain& msg, const ListT<CegoProcVar>& outParamList, CegoFieldValue *pRetV…
H A DCegoOutput.cc98 void CegoOutput::procResultOut(const Chain& msg, const ListT<CegoProcVar>& outParamList, CegoFieldV… in procResultOut() argument
102 _pDbHandle->sendProcResult(msg, outParamList, pRetVal); in procResultOut()
H A Dcgwrap.cc410 ListT<CegoProcVar> outParamList; in cego_execute() local
413 cgdb->pDB->getProcResult(outParamList, retValue); in cego_execute()
421 CegoProcVar* pVar = outParamList.Find(CegoProcVar(Chain("p") + Chain(pParam->pos))); in cego_execute()
H A DCegoDbHandler.cc569 void CegoDbHandler::getProcResult(ListT<CegoProcVar>& outParamList, CegoFieldValue& retValue) in getProcResult() argument
597outParamList.Insert( CegoProcVar(paramName, CegoProcVar::OUTVAR, fv.getType(), fv.getLength(), fv.… in getProcResult()
610 outParamList = _outParamList; in getProcResult()
1810 void CegoDbHandler::sendProcResult(const Chain& msg, const ListT<CegoProcVar>& outParamList, CegoFi… in sendProcResult() argument
1837 CegoProcVar *pVar = outParamList.First(); in sendProcResult()
1847 pVar = outParamList.Next(); in sendProcResult()
1878 CegoProcVar *pVar = outParamList.First(); in sendProcResult()
1885 pVar = outParamList.Next(); in sendProcResult()
/dports/databases/p5-DBD-cego/DBD-cego-1.5.2/
H A Ddbdimp.c487 ListT<CegoProcVar> outParamList; in cego_st_execute() local
490 imp_dbh->cgnet->getProcResult(outParamList, retValue); in cego_st_execute()
498 CegoProcVar* pVar = outParamList.Find(CegoProcVar(Chain("p") + pParam->getId())); in cego_st_execute()