Home
last modified time | relevance | path

Searched refs:pSubTree (Results 1 – 2 of 2) sorted by relevance

/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx447 const OSQLParseNode * pSubTree = m_aChildren[i]; in impl_parseNodeToString_throw() local
448 if (pSubTree) in impl_parseNodeToString_throw()
473 const OSQLParseNode* pSubTree = *i; in impl_parseNodeToString_throw() local
474 if ( !pSubTree ) in impl_parseNodeToString_throw()
483 if (rParam.xField.is() && SQL_ISRULE(pSubTree,subquery)) in impl_parseNodeToString_throw()
503 if(pSubTree->count()) in impl_parseNodeToString_throw()
505 const OSQLParseNode* pCol = pSubTree->m_aChildren[pSubTree->count()-1]; in impl_parseNodeToString_throw()
523 pSubTree = *i; in impl_parseNodeToString_throw()
524 if (pSubTree && pSubTree->getNodeType() == SQL_NODE_EQUAL) in impl_parseNodeToString_throw()
2406 pSubTree->setParent( NULL ); in remove()
[all …]
/trunk/main/connectivity/inc/connectivity/
H A Dsqlnode.hxx280 OSQLParseNode* remove(OSQLParseNode* pSubTree);

Completed in 58 milliseconds