Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/core/api/
H A DRowSetCache.cxx1551 …::std::auto_ptr< ::connectivity::OSQLParseNode> pSqlParseNode( aSqlParser.parseTree(sErrorMsg,sSql… in checkJoin()
1552 if ( pSqlParseNode.get() && SQL_ISRULE(pSqlParseNode, select_statement) ) in checkJoin()
1554 …OSQLParseNode* pTableRefCommalist = pSqlParseNode->getByRule(::connectivity::OSQLParseNode::table_… in checkJoin()
1595 OSQLParseNode* pWhereOpt = pSqlParseNode->getChild(3)->getChild(1); in checkJoin()
H A DSingleSelectQueryComposer.cxx184 const OSQLParseNode* pSqlParseNode = _rIterator.getParseTree(); in resetIterator() local
186 delete pSqlParseNode; in resetIterator()
1794 ::std::auto_ptr<OSQLParseNode> pSqlParseNode( m_aSqlParser.parseTree(aErrorMsg,aSql)); in getStructuredCondition()
1795 if ( pSqlParseNode.get() ) in getStructuredCondition()
1797 m_aAdditiveIterator.setParseTree(pSqlParseNode.get()); in getStructuredCondition()

Completed in 35 milliseconds