Home
last modified time | relevance | path

Searched refs:getSelectStatement (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx243 ::rtl::OUString ObjectCopySource::getSelectStatement() const in getSelectStatement() function in ObjectCopySource
285 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 NamedTableCopySource
462 virtual ::rtl::OUString getSelectStatement() const;
517 ::rtl::OUString DummyCopySource::getSelectStatement() const in getSelectStatement() function in DummyCopySource
1266 ::rtl::OUString sCommand( m_rSourceObject.getSelectStatement() ); in createView()
/aoo4110/main/dbaccess/source/ui/inc/
H A DWCopyTable.hxx120 virtual ::rtl::OUString getSelectStatement() const = 0;
167 virtual ::rtl::OUString getSelectStatement() const;
203 virtual ::rtl::OUString getSelectStatement() const;
/aoo4110/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx986 ::rtl::OUString sQueryCommand( m_pSourceObject->getSelectStatement() ); in impl_createSourceStatement_throw()
1521 sSql.append( m_pSourceObject->getSelectStatement()); in impl_getServerSideCopyStatement_throw()

Completed in 61 milliseconds