Home
last modified time | relevance | path

Searched refs:supportsPrimaryKey (Results 1 – 6 of 6) sorted by relevance

/trunk/main/dbaccess/source/ui/inc/
H A DWCopyTable.hxx360 …static bool supportsPrimaryKey( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc…
361 … bool supportsPrimaryKey() const { return supportsPrimaryKey( m_xDestConnection ); } in supportsPrimaryKey() function in dbaui::OCopyTableWizard
/trunk/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx816 sal_Bool bPKeyAllowed = supportsPrimaryKey(); in CheckColumns()
926 if ( supportsPrimaryKey() ) in IMPL_LINK()
1398 bool OCopyTableWizard::supportsPrimaryKey( const Reference< XConnection >& _rxConnection ) in supportsPrimaryKey() function in OCopyTableWizard
H A DWCPage.cxx126 m_bPKeyAllowed = m_pParent->supportsPrimaryKey(); in DBG_NAME()
H A DWTypeSelect.cxx287 m_lbColumnNames.SetPKey( m_pParent->supportsPrimaryKey() ); in OWizTypeSelect()
H A DWColumnSelect.cxx335 if ( !m_pParent->supportsPrimaryKey() ) in createNewColumn()
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx526 if ( _newPrimaryKey.IsPresent && !OCopyTableWizard::supportsPrimaryKey( m_xDestConnection ) ) in setCreatePrimaryKey()

Completed in 54 milliseconds