Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx295 NamedTableCopySource::NamedTableCopySource( const Reference< XConnection >& _rxConnection, const ::… in NamedTableCopySource() function in NamedTableCopySource
306 ::rtl::OUString NamedTableCopySource::getQualifiedObjectName() const in getQualifiedObjectName()
312 bool NamedTableCopySource::isView() const in isView()
332 void NamedTableCopySource::copyUISettingsTo( const Reference< XPropertySet >& /*_rxObject*/ ) const in copyUISettingsTo()
341 void NamedTableCopySource::impl_ensureColumnInfo_throw() in impl_ensureColumnInfo_throw()
369 ::utl::SharedUNOComponent< XPreparedStatement > NamedTableCopySource::impl_ensureStatement_throw() in impl_ensureStatement_throw()
377 Sequence< ::rtl::OUString > NamedTableCopySource::getColumnNames() const in getColumnNames()
390 Sequence< ::rtl::OUString > NamedTableCopySource::getPrimaryKeyColumnNames() const in getPrimaryKeyColumnNames()
426 ::rtl::OUString NamedTableCopySource::getSelectStatement() const in getSelectStatement()
437 ::utl::SharedUNOComponent< XPreparedStatement > NamedTableCopySource::getPreparedSelectStatement() … in getPreparedSelectStatement()
[all …]
/trunk/main/dbaccess/source/ui/inc/
H A DWCopyTable.hxx175 class NamedTableCopySource : public ICopyTableSourceObject class
188 NamedTableCopySource(
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx833 pSourceObject.reset( new NamedTableCopySource( m_xSourceConnection, sCommand ) ); in impl_extractSourceObject_throw()

Completed in 29 milliseconds