Searched refs:pSqlParseNode (Results 1 – 2 of 2) sorted by relevance
1551 …::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()
184 const OSQLParseNode* pSqlParseNode = _rIterator.getParseTree(); in resetIterator() local186 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 29 milliseconds