Searched refs:pStatementTree (Results 1 – 1 of 1) sorted by relevance
832 …const ::std::auto_ptr< OSQLParseNode > pStatementTree( m_aSqlParser.parseTree( sError, sSQL, false… in getColumns() local833 …DBG_ASSERT( pStatementTree.get(), "OSingleSelectQueryComposer::getColumns: could not parse the col… in getColumns()834 if ( pStatementTree.get() ) in getColumns()835 … if ( !pStatementTree->parseNodeToExecutableStatement( sSQL, m_xConnection, m_aSqlParser, NULL ) ) in getColumns()
Completed in 19 milliseconds