LibreOffice Module dbaccess (master) 1
|
#include <WCopyTable.hxx>
Public Types | |
enum | Wizard_Button_Style { WIZARD_NEXT , WIZARD_PREV , WIZARD_FINISH , WIZARD_NONE } |
typedef std::map< OUString, OUString, ::comphelper::UStringMixLess > | TNameMapping |
Public Member Functions | |
OCopyTableWizard (weld::Window *pParent, const OUString &_rDefaultName, sal_Int16 _nOperation, const ICopyTableSourceObject &_rSourceObject, const css::uno::Reference< css::sdbc::XConnection > &_xSourceConnection, const css::uno::Reference< css::sdbc::XConnection > &_xConnection, const css::uno::Reference< css::uno::XComponentContext > &_rxContext, const css::uno::Reference< css::task::XInteractionHandler > &_xInteractionHandler) | |
OCopyTableWizard (weld::Window *pParent, OUString _sDefaultName, sal_Int16 _nOperation, ODatabaseExport::TColumns &&_rDestColumns, const ODatabaseExport::TColumnVector &_rSourceColVec, const css::uno::Reference< css::sdbc::XConnection > &_xConnection, const css::uno::Reference< css::util::XNumberFormatter > &_xFormatter, TypeSelectionPageFactory _pTypeSelectionPageFactory, SvStream &_rTypeSelectionPageArg, const css::uno::Reference< css::uno::XComponentContext > &_rxContext) | |
virtual | ~OCopyTableWizard () override |
virtual bool | DeactivatePage () override |
weld::Button & | GetOKButton () |
Wizard_Button_Style | GetPressedButton () const |
void | EnableNextButton (bool bEnable) |
void | AddWizardPage (std::unique_ptr< OWizardPage > xPage) |
void | CheckButtons () |
const ODatabaseExport::TPositions & | GetColumnPositions () const |
const std::vector< sal_Int32 > & | GetColumnTypes () const |
bool | UseHeaderLine () const |
void | setUseHeaderLine (bool _bUseHeaderLine) |
void | insertColumn (sal_Int32 _nPos, OFieldDescription *_pField) |
void | replaceColumn (sal_Int32 _nPos, OFieldDescription *_pField, const OUString &_sOldName) |
replaces a field description with another one. More... | |
bool | shouldCreatePrimaryKey () const |
returns whether a primary key should be created in the target database More... | |
void | setCreatePrimaryKey (bool _bDoCreate, const OUString &_rSuggestedName) |
bool | supportsPrimaryKey () const |
bool | supportsViews () const |
const OUString & | getPrimaryKeyName () const |
returns the name of the primary key More... | |
const OTypeInfoMap & | getTypeInfo () const |
TOTypeInfoSP const & | getDestTypeInfo (sal_Int32 _nPos) const |
const OTypeInfoMap & | getDestTypeInfo () const |
const css::lang::Locale & | GetLocale () const |
const css::uno::Reference< css::util::XNumberFormatter > & | GetFormatter () const |
const css::uno::Reference< css::uno::XComponentContext > & | GetComponentContext () const |
const ODatabaseExport::TColumns & | getSourceColumns () const |
const ODatabaseExport::TColumnVector & | getSrcVector () const |
ODatabaseExport::TColumns & | getDestColumns () |
const ODatabaseExport::TColumnVector & | getDestVector () const |
const OUString & | getName () const |
void | clearDestColumns () |
clears the dest vectors More... | |
css::uno::Reference< css::beans::XPropertySet > | returnTable () |
css::uno::Reference< css::beans::XPropertySet > | getTable () const |
css::uno::Reference< css::beans::XPropertySet > | createTable () |
css::uno::Reference< css::beans::XPropertySet > | createView () const |
sal_Int32 | getMaxColumnNameLength () const |
void | setOperation (const sal_Int16 _nOperation) |
sal_Int16 | getOperation () const |
OUString | convertColumnName (const TColumnFindFunctor &_rCmpFunctor, const OUString &_sColumnName, std::u16string_view _sExtraChars, sal_Int32 _nMaxNameLen) |
TOTypeInfoSP | convertType (const TOTypeInfoSP &_pType, bool &_bNotConvert) |
OUString | createUniqueName (const OUString &_sName) |
void | showColumnTypeNotSupported (std::u16string_view _rColumnName) |
void | removeColumnNameFromNameMap (const OUString &_sName) |
void | showError (const OUString &_sErrorMessage) |
void | showError (const css::uno::Any &_aError) |
Public Member Functions inherited from vcl::RoadmapWizardMachine | |
RoadmapWizardMachine (weld::Window *_pParent) | |
virtual | ~RoadmapWizardMachine () override |
void | SetRoadmapHelpId (const OUString &_rId) |
bool | isStateEnabled (WizardTypes::WizardState nState) const |
virtual bool | canAdvance () const override |
virtual void | updateTravelUI () override |
Public Member Functions inherited from vcl::WizardMachine | |
WizardMachine (weld::Window *_pParent, WizardButtonFlags _nButtonFlags) | |
virtual | ~WizardMachine () override |
bool | Finish (short nResult=RET_CANCEL) |
bool | ShowPage (WizardTypes::WizardState nState) |
bool | ShowNextPage () |
bool | ShowPrevPage () |
void | AddPage (std::unique_ptr< BuilderPage > xPage) |
void | RemovePage (const BuilderPage *pPage) |
void | SetPage (WizardTypes::WizardState nLevel, std::unique_ptr< BuilderPage > xPage) |
BuilderPage * | GetPage (WizardTypes::WizardState eState) const |
void | enableButtons (WizardButtonFlags _nWizardButtonFlags, bool _bEnable) |
void | defaultButton (WizardButtonFlags _nWizardButtonFlags) |
void | defaultButton (weld::Button *_pNewDefButton) |
void | setTitleBase (const OUString &_rTitleBase) |
virtual bool | canAdvance () const |
virtual void | updateTravelUI () |
void | suspendTraveling (AccessGuard) |
void | resumeTraveling (AccessGuard) |
bool | isTravelingSuspended () const |
Public Member Functions inherited from weld::AssistantController | |
AssistantController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId) | |
virtual Dialog * | getDialog () override |
virtual | ~AssistantController () override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OUString &rHelpId) |
OUString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Static Public Member Functions | |
static bool | supportsPrimaryKey (const css::uno::Reference< css::sdbc::XConnection > &_rxConnection) |
static bool | supportsViews (const css::uno::Reference< css::sdbc::XConnection > &_rxConnection) |
Static Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Private Member Functions | |
DECL_LINK (ImplPrevHdl, weld::Button &, void) | |
DECL_LINK (ImplNextHdl, weld::Button &, void) | |
DECL_LINK (ImplOKHdl, weld::Button &, void) | |
bool | CheckColumns (sal_Int32 &_rnBreakPos) |
void | loadData (const ICopyTableSourceObject &_rSourceObject, ODatabaseExport::TColumns &_rColumns, ODatabaseExport::TColumnVector &_rColVector) |
void | construct () |
bool | supportsType (sal_Int32 _nDataType, sal_Int32 &_rNewDataType) |
virtual std::unique_ptr< BuilderPage > | createPage (vcl::WizardTypes::WizardState) override |
virtual void | ActivatePage () override |
sal_uInt16 | GetCurLevel () const |
weld::Container * | CreatePageContainer () |
Static Private Member Functions | |
static void | appendColumns (css::uno::Reference< css::sdbcx::XColumnsSupplier > const &_rxColSup, const ODatabaseExport::TColumnVector *_pVec, bool _bKeyColumns=false) |
static void | appendKey (css::uno::Reference< css::sdbcx::XKeysSupplier > const &_rxSup, const ODatabaseExport::TColumnVector *_pVec) |
Friends | |
class | OWizColumnSelect |
class | OWizTypeSelect |
class | OWizTypeSelectControl |
class | OCopyTable |
class | OWizNameMatching |
Definition at line 210 of file WCopyTable.hxx.
typedef std::map<OUString, OUString, ::comphelper::UStringMixLess> dbaui::OCopyTableWizard::TNameMapping |
Definition at line 219 of file WCopyTable.hxx.
Enumerator | |
---|---|
WIZARD_NEXT | |
WIZARD_PREV | |
WIZARD_FINISH | |
WIZARD_NONE |
Definition at line 221 of file WCopyTable.hxx.
dbaui::OCopyTableWizard::OCopyTableWizard | ( | weld::Window * | pParent, |
const OUString & | _rDefaultName, | ||
sal_Int16 | _nOperation, | ||
const ICopyTableSourceObject & | _rSourceObject, | ||
const css::uno::Reference< css::sdbc::XConnection > & | _xSourceConnection, | ||
const css::uno::Reference< css::sdbc::XConnection > & | _xConnection, | ||
const css::uno::Reference< css::uno::XComponentContext > & | _rxContext, | ||
const css::uno::Reference< css::task::XInteractionHandler > & | _xInteractionHandler | ||
) |
dbaui::OCopyTableWizard::OCopyTableWizard | ( | weld::Window * | pParent, |
OUString | _sDefaultName, | ||
sal_Int16 | _nOperation, | ||
ODatabaseExport::TColumns && | _rDestColumns, | ||
const ODatabaseExport::TColumnVector & | _rSourceColVec, | ||
const css::uno::Reference< css::sdbc::XConnection > & | _xConnection, | ||
const css::uno::Reference< css::util::XNumberFormatter > & | _xFormatter, | ||
TypeSelectionPageFactory | _pTypeSelectionPageFactory, | ||
SvStream & | _rTypeSelectionPageArg, | ||
const css::uno::Reference< css::uno::XComponentContext > & | _rxContext | ||
) |
|
overridevirtual |
Definition at line 663 of file WCopyTable.cxx.
References m_aDestTypeInfo, m_aDestTypeInfoIndex, m_aDestVec, m_aTypeInfo, m_aTypeInfoIndex, m_bDeleteSourceColumns, m_vDestColumns, m_vSourceColumns, and m_vSourceVec.
|
overrideprivatevirtual |
Reimplemented from vcl::WizardMachine.
Definition at line 901 of file WCopyTable.cxx.
References CheckButtons(), GetCurLevel(), vcl::WizardMachine::GetPage(), and weld::AssistantController::m_xAssistant.
void OCopyTableWizard::AddWizardPage | ( | std::unique_ptr< OWizardPage > | xPage | ) |
Definition at line 950 of file WCopyTable.cxx.
References vcl::WizardMachine::AddPage(), and m_nPageCount.
|
staticprivate |
Definition at line 1051 of file WCopyTable.cxx.
References Any, dbaui::OFieldDescription::copyColumnSettingsTo(), dbaui::OFieldDescription::GetName(), dbaui::OFieldDescription::IsPrimaryKey(), PROPERTY_NAME(), SAL_WARN, dbaui::setColumnProperties(), and xColumn.
Referenced by appendKey(), and createTable().
|
staticprivate |
Definition at line 1099 of file WCopyTable.cxx.
References Any, appendColumns(), and PROPERTY_TYPE().
Referenced by createTable().
void OCopyTableWizard::CheckButtons | ( | ) |
Definition at line 916 of file WCopyTable.cxx.
References GetCurLevel(), m_nPageCount, vcl::WizardMachine::m_xNextPage, and vcl::WizardMachine::m_xPrevPage.
Referenced by ActivatePage().
|
private |
Definition at line 711 of file WCopyTable.cxx.
References COLUMN_POSITION_NOT_FOUND, convertColumnName(), convertType(), dbaui::OFieldDescription::FillFromTypeInfo(), getMaxColumnNameLength(), insertColumn(), m_aDestTypeInfo, m_aDestVec, m_aKeyName, m_bAddPKFirstTime, m_mNameMapping, m_vColumnPositions, m_vColumnTypes, m_vDestColumns, m_vSourceVec, m_xDestConnection, nPos, dbaui::queryPrimaryKeyType(), dbaui::OFieldDescription::SetName(), dbaui::OFieldDescription::SetPrimaryKey(), dbaui::OFieldDescription::SetType(), shouldCreatePrimaryKey(), and supportsPrimaryKey().
void OCopyTableWizard::clearDestColumns | ( | ) |
clears the dest vectors
Definition at line 1044 of file WCopyTable.cxx.
References m_aDestVec, m_bAddPKFirstTime, m_mNameMapping, and m_vDestColumns.
|
private |
Definition at line 632 of file WCopyTable.cxx.
References DBA_RES, LINK, m_bAddPKFirstTime, m_pTypeInfo, m_sTypeNames, m_vDestColumns, weld::AssistantController::m_xAssistant, vcl::WizardMachine::m_xCancel, vcl::WizardMachine::m_xFinish, vcl::WizardMachine::m_xHelp, vcl::WizardMachine::m_xNextPage, vcl::WizardMachine::m_xPrevPage, and dbaui::TYPE_OTHER.
OUString OCopyTableWizard::convertColumnName | ( | const TColumnFindFunctor & | _rCmpFunctor, |
const OUString & | _sColumnName, | ||
std::u16string_view | _sExtraChars, | ||
sal_Int32 | _nMaxNameLen | ||
) |
Definition at line 1360 of file WCopyTable.cxx.
References dbaui::isSQL92CheckEnabled(), m_mNameMapping, m_xDestConnection, nPos, and sName.
Referenced by CheckColumns().
TOTypeInfoSP OCopyTableWizard::convertType | ( | const TOTypeInfoSP & | _pType, |
bool & | _bNotConvert | ||
) |
Definition at line 1408 of file WCopyTable.cxx.
References dbaui::getTypeInfoFromType(), m_aDestTypeInfo, m_bInterConnectionCopy, m_pTypeInfo, and supportsType().
Referenced by CheckColumns().
|
inlineoverrideprivatevirtual |
Implements vcl::WizardMachine.
Definition at line 284 of file WCopyTable.hxx.
|
private |
Definition at line 579 of file WCopyTable.cxx.
References m_nPageCount, and weld::AssistantController::m_xAssistant.
Reference< XPropertySet > OCopyTableWizard::createTable | ( | ) |
Definition at line 1157 of file WCopyTable.cxx.
References Any, appendColumns(), appendKey(), dbaui::appendToFilter(), aSeq, dbaui::ICopyTableSourceObject::copyFilterAndSortingTo(), dbaui::ICopyTableSourceObject::copyUISettingsTo(), GetComponentContext(), getDestVector(), m_aDestVec, m_rSourceObject, m_sName, m_vColumnPositions, m_vColumnTypes, m_vDestColumns, weld::AssistantController::m_xAssistant, m_xDestConnection, o3tl::make_unsigned(), nPos, PROPERTY_CATALOGNAME(), PROPERTY_NAME(), PROPERTY_SCHEMANAME(), sCatalog, sComposedName, and sSchema.
Referenced by returnTable().
OUString OCopyTableWizard::createUniqueName | ( | const OUString & | _sName | ) |
Definition at line 1505 of file WCopyTable.cxx.
References dbaui::ICopyTableSourceObject::getColumnNames(), m_rSourceObject, m_vSourceColumns, nPos, and sName.
Reference< XPropertySet > OCopyTableWizard::createView | ( | ) | const |
Definition at line 1126 of file WCopyTable.cxx.
References dbaui::createView(), dbaui::ICopyTableSourceObject::getSelectStatement(), m_rSourceObject, m_sName, and m_xDestConnection.
|
overridevirtual |
Reimplemented from vcl::WizardMachine.
Definition at line 944 of file WCopyTable.cxx.
References GetCurLevel(), and vcl::WizardMachine::GetPage().
|
private |
|
private |
|
private |
void OCopyTableWizard::EnableNextButton | ( | bool | bEnable | ) |
Definition at line 939 of file WCopyTable.cxx.
References vcl::WizardMachine::m_xNextPage.
|
inline |
Definition at line 334 of file WCopyTable.hxx.
References m_vColumnPositions.
Referenced by dbaui::ODatabaseExport::executeWizard().
|
inline |
Definition at line 335 of file WCopyTable.hxx.
References m_vColumnTypes.
Referenced by dbaui::ODatabaseExport::executeWizard().
|
inline |
|
inlineprivate |
Definition at line 292 of file WCopyTable.hxx.
References vcl::WizardMachine::getCurrentState().
Referenced by ActivatePage(), CheckButtons(), and DeactivatePage().
|
inline |
Definition at line 379 of file WCopyTable.hxx.
References m_vDestColumns.
|
inline |
Definition at line 371 of file WCopyTable.hxx.
References m_aDestTypeInfo.
|
inline |
Definition at line 370 of file WCopyTable.hxx.
References _nPos, and m_aDestTypeInfoIndex.
|
inline |
|
inline |
Definition at line 374 of file WCopyTable.hxx.
References m_xFormatter.
|
inline |
Definition at line 373 of file WCopyTable.hxx.
References m_aLocale.
sal_Int32 OCopyTableWizard::getMaxColumnNameLength | ( | ) | const |
Definition at line 1336 of file WCopyTable.cxx.
References DBG_UNHANDLED_EXCEPTION, Exception, and m_xDestConnection.
Referenced by CheckColumns().
|
inline |
Definition at line 381 of file WCopyTable.hxx.
References m_sName.
|
inline |
Definition at line 326 of file WCopyTable.hxx.
References vcl::WizardMachine::m_xFinish.
|
inline |
Definition at line 394 of file WCopyTable.hxx.
References m_nOperation.
Referenced by dbaui::ODatabaseExport::executeWizard(), and returnTable().
|
inline |
Definition at line 327 of file WCopyTable.hxx.
References m_ePressed.
|
inline |
returns the name of the primary key
Definition at line 366 of file WCopyTable.hxx.
References m_aKeyName.
Referenced by dbaui::OWizTypeSelectControl::CellModified().
|
inline |
Definition at line 377 of file WCopyTable.hxx.
References m_vSourceColumns.
|
inline |
Definition at line 378 of file WCopyTable.hxx.
References m_vSourceVec.
Reference< XPropertySet > OCopyTableWizard::getTable | ( | ) | const |
Definition at line 1143 of file WCopyTable.cxx.
References m_sName, and m_xDestConnection.
Referenced by returnTable().
|
inline |
Definition at line 368 of file WCopyTable.hxx.
References m_aTypeInfo.
void OCopyTableWizard::insertColumn | ( | sal_Int32 | _nPos, |
OFieldDescription * | _pField | ||
) |
Definition at line 956 of file WCopyTable.cxx.
References _nPos, dbaui::OFieldDescription::GetName(), m_aDestVec, m_mNameMapping, and m_vDestColumns.
Referenced by CheckColumns().
|
private |
Definition at line 986 of file WCopyTable.cxx.
References bAutoIncrement, dbaui::ICopyTableSourceObject::createFieldDescription(), dbaui::OFieldDescription::FillFromTypeInfo(), dbaui::ICopyTableSourceObject::getColumnNames(), dbaui::OFieldDescription::GetName(), dbaui::OFieldDescription::GetPrecision(), dbaui::ICopyTableSourceObject::getPrimaryKeyColumnNames(), dbaui::OFieldDescription::GetScale(), dbaui::OFieldDescription::GetType(), dbaui::getTypeInfoFromType(), dbaui::OFieldDescription::GetTypeName(), dbaui::OFieldDescription::IsAutoIncrement(), m_aTypeInfo, m_pTypeInfo, nType, and u.
void OCopyTableWizard::removeColumnNameFromNameMap | ( | const OUString & | _sName | ) |
Definition at line 1395 of file WCopyTable.cxx.
References m_mNameMapping.
void OCopyTableWizard::replaceColumn | ( | sal_Int32 | _nPos, |
OFieldDescription * | _pField, | ||
const OUString & | _sOldName | ||
) |
replaces a field description with another one.
The name must not be known so far.
_nPos | The pos inside the vector, 0 based. |
_pField | The field to set. |
_sOldName | The name of column to be replaced. |
Definition at line 974 of file WCopyTable.cxx.
References _nPos, dbaui::OFieldDescription::GetName(), m_aDestVec, and m_vDestColumns.
Referenced by dbaui::OWizTypeSelectControl::CellModified().
Reference< XPropertySet > OCopyTableWizard::returnTable | ( | ) |
Definition at line 1135 of file WCopyTable.cxx.
References createTable(), getOperation(), and getTable().
Referenced by dbaui::ODatabaseExport::executeWizard().
void OCopyTableWizard::setCreatePrimaryKey | ( | bool | _bDoCreate, |
const OUString & | _rSuggestedName | ||
) |
Definition at line 889 of file WCopyTable.cxx.
References vcl::WizardMachine::GetPage(), m_aKeyName, m_bCreatePrimaryKeyColumn, and dbaui::OCopyTable::setCreatePrimaryKey().
void OCopyTableWizard::setOperation | ( | const sal_Int16 | _nOperation | ) |
Definition at line 1354 of file WCopyTable.cxx.
References m_nOperation.
|
inline |
Definition at line 337 of file WCopyTable.hxx.
References m_bUseHeaderLine.
|
inline |
returns whether a primary key should be created in the target database
Definition at line 353 of file WCopyTable.hxx.
References m_bCreatePrimaryKeyColumn.
Referenced by dbaui::OWizTypeSelectControl::CellModified(), CheckColumns(), and dbaui::ODatabaseExport::executeWizard().
void OCopyTableWizard::showColumnTypeNotSupported | ( | std::u16string_view | _rColumnName | ) |
Definition at line 1525 of file WCopyTable.cxx.
References DBA_RES, showError(), and sMessage.
void dbaui::OCopyTableWizard::showError | ( | const css::uno::Any & | _aError | ) |
void OCopyTableWizard::showError | ( | const OUString & | _sErrorMessage | ) |
Definition at line 1532 of file WCopyTable.cxx.
References dbtools::SQLExceptionInfo::get(), and showError().
Referenced by dbaui::OWizTypeSelectControl::CellModified(), showColumnTypeNotSupported(), and showError().
|
inline |
Definition at line 357 of file WCopyTable.hxx.
References m_xDestConnection, and supportsPrimaryKey().
Referenced by CheckColumns(), and supportsPrimaryKey().
|
static |
|
private |
Definition at line 1400 of file WCopyTable.cxx.
References m_aDestTypeInfo.
Referenced by convertType().
|
inline |
Definition at line 360 of file WCopyTable.hxx.
References m_xDestConnection, and supportsViews().
Referenced by supportsViews().
|
static |
|
inline |
Definition at line 336 of file WCopyTable.hxx.
References m_bUseHeaderLine.
Referenced by dbaui::ODatabaseExport::executeWizard().
|
friend |
Definition at line 215 of file WCopyTable.hxx.
|
friend |
Definition at line 212 of file WCopyTable.hxx.
|
friend |
Definition at line 216 of file WCopyTable.hxx.
|
friend |
Definition at line 213 of file WCopyTable.hxx.
|
friend |
Definition at line 214 of file WCopyTable.hxx.
|
private |
Definition at line 238 of file WCopyTable.hxx.
Referenced by CheckColumns(), convertType(), getDestTypeInfo(), supportsType(), and ~OCopyTableWizard().
|
private |
Definition at line 239 of file WCopyTable.hxx.
Referenced by getDestTypeInfo(), and ~OCopyTableWizard().
|
private |
Definition at line 232 of file WCopyTable.hxx.
Referenced by CheckColumns(), clearDestColumns(), createTable(), getDestVector(), insertColumn(), replaceColumn(), and ~OCopyTableWizard().
|
private |
Definition at line 261 of file WCopyTable.hxx.
Referenced by CheckColumns(), getPrimaryKeyName(), and setCreatePrimaryKey().
|
private |
Definition at line 258 of file WCopyTable.hxx.
Referenced by GetLocale().
|
private |
Definition at line 236 of file WCopyTable.hxx.
Referenced by getTypeInfo(), loadData(), and ~OCopyTableWizard().
|
private |
Definition at line 237 of file WCopyTable.hxx.
Referenced by ~OCopyTableWizard().
|
private |
Definition at line 263 of file WCopyTable.hxx.
Referenced by CheckColumns(), clearDestColumns(), and construct().
|
private |
Definition at line 266 of file WCopyTable.hxx.
Referenced by setCreatePrimaryKey(), and shouldCreatePrimaryKey().
|
private |
Definition at line 255 of file WCopyTable.hxx.
Referenced by ~OCopyTableWizard().
|
private |
Definition at line 256 of file WCopyTable.hxx.
Referenced by convertType().
|
private |
Definition at line 267 of file WCopyTable.hxx.
Referenced by setUseHeaderLine(), and UseHeaderLine().
|
private |
Definition at line 265 of file WCopyTable.hxx.
Referenced by GetPressedButton().
|
private |
Definition at line 240 of file WCopyTable.hxx.
Referenced by dbaui::OWizTypeSelectControl::CellModified(), CheckColumns(), clearDestColumns(), convertColumnName(), insertColumn(), and removeColumnNameFromNameMap().
|
private |
Definition at line 264 of file WCopyTable.hxx.
Referenced by getOperation(), and setOperation().
|
private |
Definition at line 254 of file WCopyTable.hxx.
Referenced by AddWizardPage(), CheckButtons(), and CreatePageContainer().
|
private |
Definition at line 262 of file WCopyTable.hxx.
Referenced by construct(), convertType(), and loadData().
|
private |
Definition at line 247 of file WCopyTable.hxx.
Referenced by createTable(), createUniqueName(), and createView().
|
private |
Definition at line 259 of file WCopyTable.hxx.
Referenced by createTable(), createView(), getName(), and getTable().
|
private |
Definition at line 260 of file WCopyTable.hxx.
|
private |
Definition at line 253 of file WCopyTable.hxx.
Referenced by construct().
|
private |
Definition at line 242 of file WCopyTable.hxx.
Referenced by CheckColumns(), createTable(), and GetColumnPositions().
|
private |
Definition at line 243 of file WCopyTable.hxx.
Referenced by CheckColumns(), createTable(), and GetColumnTypes().
|
private |
Definition at line 231 of file WCopyTable.hxx.
Referenced by CheckColumns(), clearDestColumns(), construct(), createTable(), getDestColumns(), insertColumn(), replaceColumn(), and ~OCopyTableWizard().
|
private |
Definition at line 233 of file WCopyTable.hxx.
Referenced by createUniqueName(), getSourceColumns(), and ~OCopyTableWizard().
|
private |
Definition at line 234 of file WCopyTable.hxx.
Referenced by CheckColumns(), getSrcVector(), and ~OCopyTableWizard().
|
private |
Definition at line 250 of file WCopyTable.hxx.
Referenced by GetComponentContext().
|
private |
Definition at line 245 of file WCopyTable.hxx.
Referenced by CheckColumns(), convertColumnName(), createTable(), createView(), getMaxColumnNameLength(), getTable(), supportsPrimaryKey(), and supportsViews().
|
private |
Definition at line 249 of file WCopyTable.hxx.
Referenced by GetFormatter().
|
private |
Definition at line 251 of file WCopyTable.hxx.