33 "# ERR: Exception in %s (%s) on line %d\n# ERR: %s ()\n",
37 pExceptionPtr->what());
39 pMessageRef = string(vTemp);
53 string vValue = pResultSetPtr->
getString(vColumnName);
54 aResults.
put(vColumnName,vValue);
64 return aResults.
ref(pKeyRef);
84 vResult = vResultSet->
forEach(pCycleRef);
97 vResult = vResultSet->
forEach(pFunction);
109 if (
nullptr != vResultSet) {
110 vResult = vResultSet->
forEach(pFunction);
123 vResult = vResultSet->
forEach(pCycleRef);
134 pMethod(aMessage, &pExceptionRef);
140 return aMessage.c_str();