Searched refs:pFunctionName (Results 1 – 1 of 1) sorted by relevance
3285 OSQLParseNode* pFunctionName = pNode->getChild(0); in fillFunctionInfo() local3286 if ( !SQL_ISPUNCTUATION(pFunctionName,"{") ) in fillFunctionInfo()3289 pFunctionName = pFunctionName->getChild(0); in fillFunctionInfo()3291 ::rtl::OUString sFunctionName = pFunctionName->getTokenValue(); in fillFunctionInfo()3293 …sFunctionName = ::rtl::OStringToOUString(OSQLParser::TokenIDToStr(pFunctionName->getTokenID()),RTL… in fillFunctionInfo()
Completed in 18 milliseconds