Lines Matching refs:NamedTableCopySource

295 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()
337 void NamedTableCopySource::copyFilterAndSortingTo( const Reference< XConnection >& ,const Reference… in copyFilterAndSortingTo()
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()
414 OFieldDescription* NamedTableCopySource::createFieldDescription( const ::rtl::OUString& _rColumnNam… in createFieldDescription()
426 ::rtl::OUString NamedTableCopySource::getSelectStatement() const in getSelectStatement()
437 ::utl::SharedUNOComponent< XPreparedStatement > NamedTableCopySource::getPreparedSelectStatement() … in getPreparedSelectStatement()
439 return const_cast< NamedTableCopySource* >( this )->impl_ensureStatement_throw(); in getPreparedSelectStatement()