Searched refs:sSelectStatement (Results 1 – 2 of 2) sorted by relevance
245 ::rtl::OUString sSelectStatement; in getSelectStatement()248 OSL_VERIFY( m_xObject->getPropertyValue( PROPERTY_COMMAND ) >>= sSelectStatement ); in getSelectStatement()275 sSelectStatement = aSQL.makeStringAndClear(); in getSelectStatement()278 return sSelectStatement; in getSelectStatement()
460 const ::rtl::OUString sSelectStatement( aStatement.makeStringAndClear( ) ); in implInitFilterList() local461 xListCursor.reset( xStatement->executeQuery( sSelectStatement ) ); in implInitFilterList()
Completed in 25 milliseconds