Searched refs:getByRule (Results 1 – 6 of 6) sorted by relevance
358 OSQLParseNode* pColumnRef = pParseNode->getByRule(OSQLParseNode::column_ref); in getPredicateValue()393 OSQLParseNode* pOdbcSpec = pParseNode->getByRule( OSQLParseNode::odbc_fct_spec ); in implParseNode()
1554 …OSQLParseNode* pTableRefCommalist = pSqlParseNode->getByRule(::connectivity::OSQLParseNode::table_… in checkJoin()1559 …OSQLParseNode* pJoin = pTableRefCommalist->getByRule(::connectivity::OSQLParseNode::qualified_join… in checkJoin()1579 … const OSQLParseNode* pTableRef = pJoin->getByRule(::connectivity::OSQLParseNode::qualified_join); in checkJoin()
347 OSQLParseNode* getByRule(OSQLParseNode::Rule eRule) const;
253 …const OSQLParseNode* pOrderList = _pOrderByClause->getByRule( OSQLParseNode::ordering_spec_commali… in orderByAnalysis()
1777 OSQLParseNode* OSQLParseNode::getByRule(OSQLParseNode::Rule eRule) const in getByRule() function in connectivity::OSQLParseNode1787 pRetNode = (*i)->getByRule(eRule); in getByRule()2090 else if ( p2ndSearch->getByRule(OSQLParseNode::search_condition) ) in absorptions()
647 …*>(_pView->getTableView())->FindTable( getTableRange(_pView,pLeftTable->getByRule(OSQLParseNode::t… in InsertJoinConnection()1406 …::connectivity::OSQLParseNode* pSecondColumnRef = pChild->getByRule(::connectivity::OSQLParseNode:… in CheckOrCriteria()3154 OSQLParseNode* pColumnRef = pParseNode->getByRule(OSQLParseNode::column_ref); in getPredicateTreeFromEntry()
Completed in 78 milliseconds