Home
last modified time | relevance | path

Searched refs:getByRule (Results 1 – 6 of 6) sorted by relevance

/trunk/main/connectivity/source/commontools/
H A Dpredicateinput.cxx358 OSQLParseNode* pColumnRef = pParseNode->getByRule(OSQLParseNode::column_ref); in getPredicateValue()
393 OSQLParseNode* pOdbcSpec = pParseNode->getByRule( OSQLParseNode::odbc_fct_spec ); in implParseNode()
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx1554 …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()
/trunk/main/connectivity/inc/connectivity/
H A Dsqlnode.hxx347 OSQLParseNode* getByRule(OSQLParseNode::Rule eRule) const;
/trunk/main/connectivity/source/drivers/evoab2/
H A DNStatement.cxx253 …const OSQLParseNode* pOrderList = _pOrderByClause->getByRule( OSQLParseNode::ordering_spec_commali… in orderByAnalysis()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx1774 OSQLParseNode* OSQLParseNode::getByRule(OSQLParseNode::Rule eRule) const in getByRule() function in connectivity::OSQLParseNode
1784 pRetNode = (*i)->getByRule(eRule); in getByRule()
2087 else if ( p2ndSearch->getByRule(OSQLParseNode::search_condition) ) in absorptions()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx647 …*>(_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 56 milliseconds