LibreOffice Module dbaccess (master) 1
|
#include <FieldDescriptions.hxx>
Public Member Functions | |
OFieldDescription () | |
OFieldDescription (const OFieldDescription &rDescr) | |
OFieldDescription (const css::uno::Reference< css::beans::XPropertySet > &_xAffectedCol, bool _bUseAsDest=false) | |
~OFieldDescription () | |
void | SetName (const OUString &_rName) |
void | SetDescription (const OUString &_rDescription) |
void | SetHelpText (const OUString &_sHelptext) |
void | SetDefaultValue (const css::uno::Any &_rDefaultValue) |
void | SetControlDefault (const css::uno::Any &_rControlDefault) |
void | SetAutoIncrementValue (const OUString &_sAutoIncValue) |
void | SetType (const TOTypeInfoSP &_pType) |
void | SetTypeValue (sal_Int32 _nType) |
void | SetTypeName (const OUString &_sTypeName) |
void | SetPrecision (sal_Int32 _rPrecision) |
void | SetScale (sal_Int32 _rScale) |
void | SetIsNullable (sal_Int32 _rIsNullable) |
void | SetFormatKey (sal_Int32 _rFormatKey) |
void | SetHorJustify (const SvxCellHorJustify &_rHorJustify) |
void | SetAutoIncrement (bool _bAuto) |
void | SetPrimaryKey (bool _bPKey) |
void | SetCurrency (bool _bIsCurrency) |
void | copyColumnSettingsTo (const css::uno::Reference< css::beans::XPropertySet > &_rxColumn) |
copies the content of the field description into the column More... | |
void | FillFromTypeInfo (const TOTypeInfoSP &_pType, bool _bForce, bool _bReset) |
OUString | GetName () const |
OUString | GetDescription () const |
OUString | GetHelpText () const |
css::uno::Any | GetControlDefault () const |
OUString | GetAutoIncrementValue () const |
sal_Int32 | GetType () const |
OUString | GetTypeName () const |
sal_Int32 | GetPrecision () const |
sal_Int32 | GetScale () const |
sal_Int32 | GetIsNullable () const |
sal_Int32 | GetFormatKey () const |
SvxCellHorJustify | GetHorJustify () const |
const TOTypeInfoSP & | getTypeInfo () const |
TOTypeInfoSP | getSpecialTypeInfo () const |
bool | IsAutoIncrement () const |
bool | IsPrimaryKey () const |
bool | IsCurrency () const |
bool | IsNullable () const |
Private Attributes | |
css::uno::Any | m_aControlDefault |
css::uno::Any | m_aWidth |
css::uno::Any | m_aRelativePosition |
TOTypeInfoSP | m_pType |
css::uno::Reference< css::beans::XPropertySet > | m_xDest |
css::uno::Reference< css::beans::XPropertySetInfo > | m_xDestInfo |
OUString | m_sName |
OUString | m_sTypeName |
OUString | m_sDescription |
OUString | m_sHelpText |
OUString | m_sAutoIncrementValue |
sal_Int32 | m_nType |
sal_Int32 | m_nPrecision |
sal_Int32 | m_nScale |
sal_Int32 | m_nIsNullable |
sal_Int32 | m_nFormatKey |
SvxCellHorJustify | m_eHorJustify |
bool | m_bIsAutoIncrement |
bool | m_bIsPrimaryKey |
bool | m_bIsCurrency |
bool | m_bHidden |
Definition at line 28 of file FieldDescriptions.hxx.
OFieldDescription::OFieldDescription | ( | ) |
Definition at line 40 of file FieldDescriptions.cxx.
References Standard.
OFieldDescription::OFieldDescription | ( | const OFieldDescription & | rDescr | ) |
Definition at line 54 of file FieldDescriptions.cxx.
References m_sDescription.
dbaui::OFieldDescription::OFieldDescription | ( | const css::uno::Reference< css::beans::XPropertySet > & | _xAffectedCol, |
bool | _bUseAsDest = false |
||
) |
OFieldDescription::~OFieldDescription | ( | ) |
Definition at line 78 of file FieldDescriptions.cxx.
void OFieldDescription::copyColumnSettingsTo | ( | const css::uno::Reference< css::beans::XPropertySet > & | _rxColumn | ) |
copies the content of the field description into the column
_rxColumn | the dest |
Definition at line 615 of file FieldDescriptions.cxx.
References Any, GetControlDefault(), GetFormatKey(), GetHelpText(), GetHorJustify(), m_aRelativePosition, m_aWidth, m_bHidden, dbaui::mapTextAlign(), PROPERTY_ALIGN(), PROPERTY_CONTROLDEFAULT(), PROPERTY_FORMATKEY(), PROPERTY_HELPTEXT(), PROPERTY_HIDDEN(), PROPERTY_RELATIVEPOSITION(), and PROPERTY_WIDTH().
Referenced by dbaui::OTableController::alterColumns(), dbaui::OTableController::appendColumns(), and dbaui::OCopyTableWizard::appendColumns().
void OFieldDescription::FillFromTypeInfo | ( | const TOTypeInfoSP & | _pType, |
bool | _bForce, | ||
bool | _bReset | ||
) |
Definition at line 164 of file FieldDescriptions.cxx.
References Any, DEFAULT_NUMERIC_PRECISION, DEFAULT_NUMERIC_SCALE, DEFAULT_OTHER_PRECISION, DEFAULT_VARCHAR_PRECISION, GetPrecision(), GetScale(), getTypeInfo(), IsAutoIncrement(), IsNullable(), SetAutoIncrement(), SetControlDefault(), SetCurrency(), SetFormatKey(), SetIsNullable(), SetPrecision(), SetScale(), SetType(), and SetTypeName().
Referenced by dbaui::OCopyTableWizard::CheckColumns(), dbaui::OCopyTableWizard::loadData(), dbaui::OColumnPeer::setColumn(), and dbaui::OTableRow::SetFieldType().
OUString OFieldDescription::GetAutoIncrementValue | ( | ) | const |
Definition at line 492 of file FieldDescriptions.cxx.
References m_sAutoIncrementValue, m_xDest, m_xDestInfo, and PROPERTY_AUTOINCREMENTCREATION().
Referenced by dbaui::OFieldDescControl::DisplayData(), and dbaui::setColumnProperties().
css::uno::Any OFieldDescription::GetControlDefault | ( | ) | const |
Definition at line 484 of file FieldDescriptions.cxx.
References m_aControlDefault, m_xDest, m_xDestInfo, and PROPERTY_CONTROLDEFAULT().
Referenced by dbaui::OTableController::alterColumns(), copyColumnSettingsTo(), dbaui::OFieldDescControl::DisplayData(), dbaui::OTableEditorCtrl::GetCellData(), and dbaui::OFieldDescControl::getControlDefault().
OUString OFieldDescription::GetDescription | ( | ) | const |
Definition at line 468 of file FieldDescriptions.cxx.
References m_sDescription, m_xDest, m_xDestInfo, and PROPERTY_DESCRIPTION().
Referenced by dbaui::OTableController::alterColumns(), dbaui::OTableEditorCtrl::GetCellData(), dbaui::OTableEditorCtrl::InitController(), and dbaui::setColumnProperties().
sal_Int32 OFieldDescription::GetFormatKey | ( | ) | const |
Definition at line 556 of file FieldDescriptions.cxx.
References m_nFormatKey, m_xDest, m_xDestInfo, and PROPERTY_FORMATKEY().
Referenced by dbaui::OTableController::alterColumns(), copyColumnSettingsTo(), dbaui::OTableEditorCtrl::GetCellData(), dbaui::OFieldDescControl::isTextFormat(), and dbaui::OTableEditorCtrl::SwitchType().
OUString OFieldDescription::GetHelpText | ( | ) | const |
Definition at line 476 of file FieldDescriptions.cxx.
References m_sHelpText, m_xDest, m_xDestInfo, and PROPERTY_HELPTEXT().
Referenced by dbaui::OTableController::alterColumns(), copyColumnSettingsTo(), dbaui::OTableEditorCtrl::GetCellData(), and dbaui::OTableEditorCtrl::InitController().
SvxCellHorJustify OFieldDescription::GetHorJustify | ( | ) | const |
Definition at line 564 of file FieldDescriptions.cxx.
References m_eHorJustify, m_xDest, m_xDestInfo, dbaui::mapTextJustify(), and PROPERTY_ALIGN().
Referenced by dbaui::OTableController::alterColumns(), and copyColumnSettingsTo().
sal_Int32 OFieldDescription::GetIsNullable | ( | ) | const |
Definition at line 548 of file FieldDescriptions.cxx.
References m_nIsNullable, m_xDest, m_xDestInfo, and PROPERTY_ISNULLABLE().
Referenced by dbaui::OTableController::alterColumns(), dbaui::OTableEditorCtrl::GetCellData(), and dbaui::setColumnProperties().
OUString OFieldDescription::GetName | ( | ) | const |
Definition at line 460 of file FieldDescriptions.cxx.
References m_sName, m_xDest, m_xDestInfo, and PROPERTY_NAME().
Referenced by dbaui::OTableController::alterColumns(), dbaui::OTableController::appendColumns(), dbaui::OCopyTableWizard::appendColumns(), dbaui::OWizTypeSelectControl::CellModified(), dbaui::OTableController::checkColumns(), dbaui::OTableController::createUniqueName(), dbaui::OFieldDescControl::DisplayData(), dbaui::OTableEditorCtrl::GetCellData(), dbaui::OTableEditorCtrl::GetController(), dbaui::OTableEditorCtrl::HasFieldName(), dbaui::OTableEditorCtrl::InitController(), dbaui::OCopyTableWizard::insertColumn(), dbaui::OCopyTableWizard::loadData(), dbaui::OCopyTableWizard::replaceColumn(), and dbaui::setColumnProperties().
sal_Int32 OFieldDescription::GetPrecision | ( | ) | const |
Definition at line 516 of file FieldDescriptions.cxx.
References getTypeInfo(), m_nPrecision, m_xDest, m_xDestInfo, and PROPERTY_PRECISION().
Referenced by dbaui::OTableController::alterColumns(), dbaui::OFieldDescControl::DisplayData(), FillFromTypeInfo(), dbaui::OTableEditorCtrl::GetCellData(), getSpecialTypeInfo(), dbaui::OCopyTableWizard::loadData(), and dbaui::setColumnProperties().
sal_Int32 OFieldDescription::GetScale | ( | ) | const |
Definition at line 540 of file FieldDescriptions.cxx.
References m_nScale, m_xDest, m_xDestInfo, and PROPERTY_SCALE().
Referenced by dbaui::OTableController::alterColumns(), dbaui::OFieldDescControl::DisplayData(), FillFromTypeInfo(), dbaui::OTableEditorCtrl::GetCellData(), getSpecialTypeInfo(), dbaui::OFieldDescControl::isTextFormat(), dbaui::OCopyTableWizard::loadData(), dbaui::setColumnProperties(), and dbaui::OTableEditorCtrl::SwitchType().
TOTypeInfoSP OFieldDescription::getSpecialTypeInfo | ( | ) | const |
Definition at line 573 of file FieldDescriptions.cxx.
References GetPrecision(), GetScale(), IsAutoIncrement(), and m_pType.
Referenced by dbaui::OWizColumnSelect::createNewColumn().
sal_Int32 OFieldDescription::GetType | ( | ) | const |
Definition at line 500 of file FieldDescriptions.cxx.
References m_nType, m_pType, m_xDest, m_xDestInfo, and PROPERTY_TYPE().
Referenced by dbaui::OTableController::alterColumns(), dbaui::OFieldDescControl::CanonicalizeToControlDefault(), dbaui::OFieldDescControl::DisplayData(), dbaui::ODatabaseExport::insertValueIntoColumn(), dbaui::OFieldDescControl::isTextFormat(), dbaui::OCopyTableWizard::loadData(), dbaui::setColumnProperties(), and dbaui::OTableEditorCtrl::SwitchType().
|
inline |
Definition at line 101 of file FieldDescriptions.hxx.
References m_pType.
Referenced by dbaui::OTableEditorCtrl::AdjustFieldDescription(), dbaui::OFieldDescControl::DisplayData(), FillFromTypeInfo(), dbaui::OTableEditorCtrl::GetCellData(), GetPrecision(), dbaui::OTableEditorCtrl::InitController(), dbaui::OWizTypeSelectList::IsPrimaryKeyAllowed(), dbaui::OTableEditorCtrl::IsPrimaryKeyAllowed(), dbaui::OTableEditorCtrl::SaveData(), dbaui::setColumnProperties(), dbaui::OWizTypeSelectList::setPrimaryKey(), and dbaui::OTableEditorTypeSelUndoAct::Undo().
OUString OFieldDescription::GetTypeName | ( | ) | const |
Definition at line 508 of file FieldDescriptions.cxx.
References m_pType, m_sTypeName, m_xDest, m_xDestInfo, and PROPERTY_TYPENAME().
Referenced by dbaui::OTableController::alterColumns(), and dbaui::OCopyTableWizard::loadData().
bool OFieldDescription::IsAutoIncrement | ( | ) | const |
Definition at line 583 of file FieldDescriptions.cxx.
References m_bIsAutoIncrement, m_xDest, m_xDestInfo, and PROPERTY_ISAUTOINCREMENT().
Referenced by dbaui::OTableEditorCtrl::AdjustFieldDescription(), dbaui::OTableController::alterColumns(), dbaui::OFieldDescControl::DisplayData(), FillFromTypeInfo(), dbaui::OTableEditorCtrl::GetCellData(), getSpecialTypeInfo(), dbaui::OCopyTableWizard::loadData(), dbaui::OTableEditorCtrl::SaveData(), and dbaui::setColumnProperties().
|
inline |
Definition at line 105 of file FieldDescriptions.hxx.
References m_bIsCurrency.
Referenced by dbaui::OFieldDescControl::isTextFormat(), dbaui::setColumnProperties(), and dbaui::OTableEditorCtrl::SwitchType().
bool OFieldDescription::IsNullable | ( | ) | const |
Definition at line 592 of file FieldDescriptions.cxx.
References m_nIsNullable, m_xDest, m_xDestInfo, and PROPERTY_ISNULLABLE().
Referenced by dbaui::OFieldDescControl::DisplayData(), FillFromTypeInfo(), dbaui::ODatabaseExport::insertValueIntoColumn(), and dbaui::OTableEditorCtrl::IsPrimaryKeyAllowed().
|
inline |
Definition at line 104 of file FieldDescriptions.hxx.
References m_bIsPrimaryKey.
Referenced by dbaui::OTableController::alterColumns(), dbaui::OTableController::appendColumns(), dbaui::OCopyTableWizard::appendColumns(), dbaui::OTableController::checkColumns(), dbaui::OFieldDescControl::DisplayData(), dbaui::OTableRow::IsPrimaryKey(), dbaui::OFieldDescControl::SaveData(), and dbaui::OTableEditorCtrl::SetPrimaryKey().
void OFieldDescription::SetAutoIncrement | ( | bool | _bAuto | ) |
Definition at line 433 of file FieldDescriptions.cxx.
References Any, DBG_UNHANDLED_EXCEPTION, Exception, m_bIsAutoIncrement, m_xDest, m_xDestInfo, and PROPERTY_ISAUTOINCREMENT().
Referenced by dbaui::OTableEditorCtrl::AdjustFieldDescription(), dbaui::OTableController::checkColumns(), dbaui::ODatabaseExport::CreateDefaultColumn(), dbaui::OFieldDescControl::DisplayData(), FillFromTypeInfo(), dbaui::NamedTableCopySource::impl_ensureColumnInfo_throw(), dbaui::OTableController::loadData(), and dbaui::OFieldDescControl::SaveData().
void OFieldDescription::SetAutoIncrementValue | ( | const OUString & | _sAutoIncValue | ) |
Definition at line 306 of file FieldDescriptions.cxx.
References Any, DBG_UNHANDLED_EXCEPTION, Exception, m_sAutoIncrementValue, m_xDest, m_xDestInfo, and PROPERTY_AUTOINCREMENTCREATION().
Referenced by dbaui::OFieldDescControl::SaveData().
void OFieldDescription::SetControlDefault | ( | const css::uno::Any & | _rControlDefault | ) |
Definition at line 291 of file FieldDescriptions.cxx.
References DBG_UNHANDLED_EXCEPTION, Exception, m_aControlDefault, m_xDest, m_xDestInfo, and PROPERTY_CONTROLDEFAULT().
Referenced by dbaui::OTableEditorCtrl::AdjustFieldDescription(), dbaui::OFieldDescControl::DisplayData(), FillFromTypeInfo(), dbaui::OTableController::loadData(), dbaui::OFieldDescControl::SaveData(), and dbaui::OWizTypeSelectList::setPrimaryKey().
void OFieldDescription::SetCurrency | ( | bool | _bIsCurrency | ) |
Definition at line 455 of file FieldDescriptions.cxx.
References m_bIsCurrency.
Referenced by dbaui::ODatabaseExport::CreateDefaultColumn(), FillFromTypeInfo(), dbaui::NamedTableCopySource::impl_ensureColumnInfo_throw(), and dbaui::OTableController::loadData().
void OFieldDescription::SetDefaultValue | ( | const css::uno::Any & | _rDefaultValue | ) |
Definition at line 278 of file FieldDescriptions.cxx.
References DBG_UNHANDLED_EXCEPTION, Exception, m_xDest, m_xDestInfo, and PROPERTY_DEFAULTVALUE().
void OFieldDescription::SetDescription | ( | const OUString & | _rDescription | ) |
Definition at line 263 of file FieldDescriptions.cxx.
References Any, DBG_UNHANDLED_EXCEPTION, Exception, m_sDescription, m_xDest, m_xDestInfo, and PROPERTY_DESCRIPTION().
Referenced by dbaui::OTableController::loadData(), and dbaui::OTableEditorCtrl::SaveData().
void OFieldDescription::SetFormatKey | ( | sal_Int32 | _rFormatKey | ) |
Definition at line 403 of file FieldDescriptions.cxx.
References Any, DBG_UNHANDLED_EXCEPTION, Exception, m_nFormatKey, m_xDest, m_xDestInfo, and PROPERTY_FORMATKEY().
Referenced by FillFromTypeInfo(), dbaui::OTableController::loadData(), and dbaui::OTableEditorCtrl::SwitchType().
void OFieldDescription::SetHelpText | ( | const OUString & | _sHelptext | ) |
Definition at line 248 of file FieldDescriptions.cxx.
References Any, DBG_UNHANDLED_EXCEPTION, Exception, m_sHelpText, m_xDest, m_xDestInfo, and PROPERTY_HELPTEXT().
Referenced by dbaui::NamedTableCopySource::impl_ensureColumnInfo_throw(), dbaui::OTableController::loadData(), and dbaui::OTableEditorCtrl::SaveData().
void OFieldDescription::SetHorJustify | ( | const SvxCellHorJustify & | _rHorJustify | ) |
Definition at line 418 of file FieldDescriptions.cxx.
References Any, DBG_UNHANDLED_EXCEPTION, Exception, m_eHorJustify, m_xDest, m_xDestInfo, dbaui::mapTextAlign(), and PROPERTY_ALIGN().
Referenced by dbaui::OTableController::loadData().
void OFieldDescription::SetIsNullable | ( | sal_Int32 | _rIsNullable | ) |
Definition at line 388 of file FieldDescriptions.cxx.
References Any, DBG_UNHANDLED_EXCEPTION, Exception, m_nIsNullable, m_xDest, m_xDestInfo, and PROPERTY_ISNULLABLE().
Referenced by dbaui::OTableEditorCtrl::AdjustFieldDescription(), dbaui::OTableController::checkColumns(), dbaui::ODatabaseExport::CreateDefaultColumn(), dbaui::OFieldDescControl::DisplayData(), FillFromTypeInfo(), dbaui::NamedTableCopySource::impl_ensureColumnInfo_throw(), dbaui::OTableController::loadData(), dbaui::OFieldDescControl::SaveData(), and SetPrimaryKey().
void OFieldDescription::SetName | ( | const OUString & | _rName | ) |
Definition at line 233 of file FieldDescriptions.cxx.
References Any, DBG_UNHANDLED_EXCEPTION, Exception, m_sName, m_xDest, m_xDestInfo, and PROPERTY_NAME().
Referenced by dbaui::OWizTypeSelectControl::CellModified(), dbaui::OTableController::checkColumns(), dbaui::OCopyTableWizard::CheckColumns(), dbaui::ODatabaseExport::CreateDefaultColumn(), dbaui::OWizColumnSelect::createNewColumn(), dbaui::NamedTableCopySource::impl_ensureColumnInfo_throw(), dbaui::OTableController::loadData(), dbaui::OFieldDescControl::SaveData(), and dbaui::OTableEditorCtrl::SaveData().
void OFieldDescription::SetPrecision | ( | sal_Int32 | _rPrecision | ) |
Definition at line 358 of file FieldDescriptions.cxx.
References Any, DBG_UNHANDLED_EXCEPTION, Exception, m_nPrecision, m_xDest, m_xDestInfo, and PROPERTY_PRECISION().
Referenced by dbaui::ODatabaseExport::CreateDefaultColumn(), dbaui::OFieldDescControl::DisplayData(), FillFromTypeInfo(), dbaui::NamedTableCopySource::impl_ensureColumnInfo_throw(), dbaui::OTableController::loadData(), and dbaui::OFieldDescControl::SaveData().
void OFieldDescription::SetPrimaryKey | ( | bool | _bPKey | ) |
Definition at line 448 of file FieldDescriptions.cxx.
References m_bIsPrimaryKey, and SetIsNullable().
Referenced by dbaui::OTableEditorCtrl::AdjustFieldDescription(), dbaui::OTableController::checkColumns(), dbaui::OCopyTableWizard::CheckColumns(), dbaui::ODatabaseExport::CreateDefaultColumn(), dbaui::OWizColumnSelect::createNewColumn(), dbaui::OTableEditorCtrl::SaveData(), dbaui::OTableRow::SetPrimaryKey(), and dbaui::OWizTypeSelectList::setPrimaryKey().
void OFieldDescription::SetScale | ( | sal_Int32 | _rScale | ) |
Definition at line 373 of file FieldDescriptions.cxx.
References Any, DBG_UNHANDLED_EXCEPTION, Exception, m_nScale, m_xDest, m_xDestInfo, and PROPERTY_SCALE().
Referenced by dbaui::ODatabaseExport::CreateDefaultColumn(), dbaui::OFieldDescControl::DisplayData(), FillFromTypeInfo(), dbaui::NamedTableCopySource::impl_ensureColumnInfo_throw(), dbaui::OTableController::loadData(), and dbaui::OFieldDescControl::SaveData().
void OFieldDescription::SetType | ( | const TOTypeInfoSP & | _pType | ) |
Definition at line 321 of file FieldDescriptions.cxx.
References Any, DBG_UNHANDLED_EXCEPTION, Exception, m_nType, m_pType, m_xDest, m_xDestInfo, and PROPERTY_TYPE().
Referenced by dbaui::OCopyTableWizard::CheckColumns(), dbaui::ODatabaseExport::CreateDefaultColumn(), dbaui::OWizColumnSelect::createNewColumn(), dbaui::OFieldDescControl::DisplayData(), and FillFromTypeInfo().
void OFieldDescription::SetTypeName | ( | const OUString & | _sTypeName | ) |
Definition at line 600 of file FieldDescriptions.cxx.
References Any, DBG_UNHANDLED_EXCEPTION, Exception, m_sTypeName, m_xDest, m_xDestInfo, and PROPERTY_TYPENAME().
Referenced by FillFromTypeInfo(), and dbaui::NamedTableCopySource::impl_ensureColumnInfo_throw().
void OFieldDescription::SetTypeValue | ( | sal_Int32 | _nType | ) |
Definition at line 340 of file FieldDescriptions.cxx.
References Any, DBG_UNHANDLED_EXCEPTION, Exception, m_nType, m_pType, m_xDest, m_xDestInfo, and PROPERTY_TYPE().
Referenced by dbaui::NamedTableCopySource::impl_ensureColumnInfo_throw().
|
private |
Definition at line 31 of file FieldDescriptions.hxx.
Referenced by GetControlDefault(), and SetControlDefault().
|
private |
Definition at line 33 of file FieldDescriptions.hxx.
Referenced by copyColumnSettingsTo().
|
private |
Definition at line 32 of file FieldDescriptions.hxx.
Referenced by copyColumnSettingsTo().
|
private |
Definition at line 55 of file FieldDescriptions.hxx.
Referenced by copyColumnSettingsTo().
|
private |
Definition at line 52 of file FieldDescriptions.hxx.
Referenced by IsAutoIncrement(), and SetAutoIncrement().
|
private |
Definition at line 54 of file FieldDescriptions.hxx.
Referenced by IsCurrency(), and SetCurrency().
|
private |
Definition at line 53 of file FieldDescriptions.hxx.
Referenced by IsPrimaryKey(), and SetPrimaryKey().
|
private |
Definition at line 51 of file FieldDescriptions.hxx.
Referenced by GetHorJustify(), and SetHorJustify().
|
private |
Definition at line 50 of file FieldDescriptions.hxx.
Referenced by GetFormatKey(), and SetFormatKey().
|
private |
Definition at line 49 of file FieldDescriptions.hxx.
Referenced by GetIsNullable(), IsNullable(), and SetIsNullable().
|
private |
Definition at line 47 of file FieldDescriptions.hxx.
Referenced by GetPrecision(), and SetPrecision().
|
private |
Definition at line 48 of file FieldDescriptions.hxx.
Referenced by GetScale(), and SetScale().
|
private |
Definition at line 46 of file FieldDescriptions.hxx.
Referenced by GetType(), SetType(), and SetTypeValue().
|
private |
Definition at line 35 of file FieldDescriptions.hxx.
Referenced by getSpecialTypeInfo(), GetType(), getTypeInfo(), GetTypeName(), SetType(), and SetTypeValue().
|
private |
Definition at line 45 of file FieldDescriptions.hxx.
Referenced by GetAutoIncrementValue(), and SetAutoIncrementValue().
|
private |
Definition at line 42 of file FieldDescriptions.hxx.
Referenced by GetDescription(), and SetDescription().
|
private |
Definition at line 43 of file FieldDescriptions.hxx.
Referenced by GetHelpText(), and SetHelpText().
|
private |
Definition at line 40 of file FieldDescriptions.hxx.
|
private |
Definition at line 41 of file FieldDescriptions.hxx.
Referenced by GetTypeName(), and SetTypeName().
|
private |
Definition at line 37 of file FieldDescriptions.hxx.
Referenced by GetAutoIncrementValue(), GetControlDefault(), GetDescription(), GetFormatKey(), GetHelpText(), GetHorJustify(), GetIsNullable(), GetName(), GetPrecision(), GetScale(), GetType(), GetTypeName(), IsAutoIncrement(), IsNullable(), SetAutoIncrement(), SetAutoIncrementValue(), SetControlDefault(), SetDefaultValue(), SetDescription(), SetFormatKey(), SetHelpText(), SetHorJustify(), SetIsNullable(), SetName(), SetPrecision(), SetScale(), SetType(), SetTypeName(), and SetTypeValue().
|
private |
Definition at line 38 of file FieldDescriptions.hxx.
Referenced by GetAutoIncrementValue(), GetControlDefault(), GetDescription(), GetFormatKey(), GetHelpText(), GetHorJustify(), GetIsNullable(), GetName(), GetPrecision(), GetScale(), GetType(), GetTypeName(), IsAutoIncrement(), IsNullable(), SetAutoIncrement(), SetAutoIncrementValue(), SetControlDefault(), SetDefaultValue(), SetDescription(), SetFormatKey(), SetHelpText(), SetHorJustify(), SetIsNullable(), SetName(), SetPrecision(), SetScale(), SetType(), SetTypeName(), and SetTypeValue().