Lines Matching refs:m_xDestConnection
195 …zed() const { return m_xSourceConnection.is() && m_pSourceObject.get() && m_xDestConnection.is(); } in isInitialized()
359 SharedConnection m_xDestConnection; member in dbaui::CopyTableWizard
406 ,m_xDestConnection() in CopyTableWizard()
420 try { m_xDestConnection.clear(); } in ~CopyTableWizard()
489 && !OCopyTableWizard::supportsViews( m_xDestConnection ) in setOperation()
526 if ( _newPrimaryKey.IsPresent && !OCopyTableWizard::supportsPrimaryKey( m_xDestConnection ) ) in setCreatePrimaryKey()
1157 OSL_PRECOND( m_xDestConnection.is(), "CopyTableWizard::impl_copyRows_throw: illegal call!" ); in impl_copyRows_throw()
1158 if ( !m_xDestConnection.is() ) in impl_copyRows_throw()
1161 … Reference< XDatabaseMetaData > xDestMetaData( m_xDestConnection->getMetaData(), UNO_QUERY_THROW ); in impl_copyRows_throw()
1428 … const bool bIsSameConnection = ( m_xSourceConnection.getTyped() == m_xDestConnection.getTyped() ); in impl_doCopy_nothrow()
1436 …m_xDestConnection->createStatement()->executeUpdate( impl_getServerSideCopyStatement_throw(xTable)… in impl_doCopy_nothrow()
1498 …const Reference< XDatabaseMetaData > xDestMetaData( m_xDestConnection->getMetaData(), UNO_QUERY_TH… in impl_getServerSideCopyStatement_throw()
1564 impl_ensureDataAccessDescriptor_throw( _rArguments, 1, m_xDestConnection, xDestDocHandler ); in initialize()
1608 m_xDestConnection.getTyped(), in createDialog()