LibreOffice Module dbaccess (master) 1
|
can be used to ask for (UI) support for certain advanced features More...
#include <dsmeta.hxx>
Public Types | |
typedef std::set< ItemID >::const_iterator | const_iterator |
Public Member Functions | |
FeatureSet () | |
void | put (const ItemID _id) |
bool | has (const ItemID _id) const |
bool | supportsAnySpecialSetting () const |
bool | supportsGeneratedValues () const |
const_iterator | begin () const |
const_iterator | end () const |
Private Attributes | |
std::set< ItemID > | m_aContent |
can be used to ask for (UI) support for certain advanced features
Definition at line 73 of file dsmeta.hxx.
typedef std::set<ItemID>::const_iterator dbaui::FeatureSet::const_iterator |
Definition at line 76 of file dsmeta.hxx.
|
inline |
Definition at line 79 of file dsmeta.hxx.
|
inline |
Definition at line 87 of file dsmeta.hxx.
References m_aContent.
|
inline |
Definition at line 88 of file dsmeta.hxx.
References m_aContent.
|
inline |
Definition at line 82 of file dsmeta.hxx.
References m_aContent.
Referenced by supportsAnySpecialSetting(), and supportsGeneratedValues().
|
inline |
Definition at line 81 of file dsmeta.hxx.
References m_aContent.
Referenced by dbaui::lcl_getFeatureSet().
|
inline |
Definition at line 99 of file dsmeta.hxx.
References DSID_APPEND_TABLE_ALIAS, DSID_AS_BEFORE_CORRNAME, DSID_BOOLEANCOMPARISON, DSID_CATALOG, DSID_CHECK_REQUIRED_FIELDS, DSID_DOSLINEENDS, DSID_ENABLEOUTERJOIN, DSID_ESCAPE_DATETIME, DSID_IGNORECURRENCY, DSID_IGNOREDRIVER_PRIV, DSID_INDEXAPPENDIX, DSID_MAX_ROW_SCAN, DSID_PARAMETERNAMESUBST, DSID_PRIMARY_KEY_SUPPORT, DSID_RESPECTRESULTSETTYPE, DSID_SCHEMA, DSID_SQL92CHECK, DSID_SUPPRESSVERSIONCL, and has().
Referenced by dbaui::AdvancedSettingsDialog::AdvancedSettingsDialog(), and dbaui::AdvancedSettingsDialog::doesHaveAnyAdvancedSettings().
|
inline |
Definition at line 94 of file dsmeta.hxx.
References DSID_AUTORETRIEVEENABLED, and has().
Referenced by dbaui::AdvancedSettingsDialog::AdvancedSettingsDialog(), and dbaui::AdvancedSettingsDialog::doesHaveAnyAdvancedSettings().