Searched refs:NamedTableCopySource (Results 1 – 3 of 3) sorted by relevance
295 NamedTableCopySource::NamedTableCopySource( const Reference< XConnection >& _rxConnection, const ::… in NamedTableCopySource() function in NamedTableCopySource306 ::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 …]
175 class NamedTableCopySource : public ICopyTableSourceObject class188 NamedTableCopySource(
831 pSourceObject.reset( new NamedTableCopySource( m_xSourceConnection, sCommand ) ); in impl_extractSourceObject_throw()
Completed in 45 milliseconds