Searched refs:getSelectStatement (Results 1 – 3 of 3) sorted by relevance
243 ::rtl::OUString ObjectCopySource::getSelectStatement() const in getSelectStatement() function in ObjectCopySource285 m_xConnection->prepareStatement( getSelectStatement() ), in getPreparedSelectStatement()372 m_xStatement.set( m_xConnection->prepareStatement( getSelectStatement() ), UNO_SET_THROW ); in impl_ensureStatement_throw()426 ::rtl::OUString NamedTableCopySource::getSelectStatement() const in getSelectStatement() function in NamedTableCopySource462 virtual ::rtl::OUString getSelectStatement() const;517 ::rtl::OUString DummyCopySource::getSelectStatement() const in getSelectStatement() function in DummyCopySource1266 ::rtl::OUString sCommand( m_rSourceObject.getSelectStatement() ); in createView()
120 virtual ::rtl::OUString getSelectStatement() const = 0;167 virtual ::rtl::OUString getSelectStatement() const;203 virtual ::rtl::OUString getSelectStatement() const;
986 ::rtl::OUString sQueryCommand( m_pSourceObject->getSelectStatement() ); in impl_createSourceStatement_throw()1521 sSql.append( m_pSourceObject->getSelectStatement()); in impl_getServerSideCopyStatement_throw()
Completed in 53 milliseconds