Searched refs:supportsPrimaryKey (Results 1 – 6 of 6) sorted by relevance
360 …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
816 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
126 m_bPKeyAllowed = m_pParent->supportsPrimaryKey(); in DBG_NAME()
287 m_lbColumnNames.SetPKey( m_pParent->supportsPrimaryKey() ); in OWizTypeSelect()
335 if ( !m_pParent->supportsPrimaryKey() ) in createNewColumn()
524 if ( _newPrimaryKey.IsPresent && !OCopyTableWizard::supportsPrimaryKey( m_xDestConnection ) ) in setCreatePrimaryKey()
Completed in 52 milliseconds