Searched refs:pStatementNode (Results 1 – 2 of 2) sorted by relevance
131 …void checkForSingleSelect_throwError( const OSQLParseNode* pStatementNode, OSQLParseTreeIterator& … in checkForSingleSelect_throwError() argument137 _rIterator.setParseTree( pStatementNode ); in checkForSingleSelect_throwError()142 if ( !bIsSingleSelect || SQL_ISRULE( pStatementNode, union_statement ) ) // #i4229# OJ in checkForSingleSelect_throwError()1485 const OSQLParseNode* pStatementNode = m_aSqlIterator.getParseTree(); in getQueryWithSubstitution() local1486 if ( pStatementNode ) in getQueryWithSubstitution()1489 …if ( !pStatementNode->parseNodeToExecutableStatement( sSqlStatement, m_xConnection, m_aSqlParser, … in getQueryWithSubstitution()
151 ::std::auto_ptr<OSQLParseNode> pStatementNode( m_aSqlParser.parseTree( aErrorMsg, sQuery ) ); in construct()152 m_aSqlIterator.setParseTree( pStatementNode.get() ); in construct()
Completed in 23 milliseconds