Lines Matching refs:has
94 … inline bool has( const ItemID _id ) const { return m_aContent.find( _id ) != m_aContent.end(); } in has() function in dbaui::FeatureSet
109 return has( DSID_AUTORETRIEVEENABLED ); in supportsGeneratedValues()
115 return has( DSID_SQL92CHECK ) in supportsAnySpecialSetting()
116 || has( DSID_APPEND_TABLE_ALIAS ) in supportsAnySpecialSetting()
117 || has( DSID_AS_BEFORE_CORRNAME ) in supportsAnySpecialSetting()
118 || has( DSID_ENABLEOUTERJOIN ) in supportsAnySpecialSetting()
119 || has( DSID_IGNOREDRIVER_PRIV ) in supportsAnySpecialSetting()
120 || has( DSID_PARAMETERNAMESUBST ) in supportsAnySpecialSetting()
121 || has( DSID_SUPPRESSVERSIONCL ) in supportsAnySpecialSetting()
122 || has( DSID_CATALOG ) in supportsAnySpecialSetting()
123 || has( DSID_SCHEMA ) in supportsAnySpecialSetting()
124 || has( DSID_INDEXAPPENDIX ) in supportsAnySpecialSetting()
125 || has( DSID_DOSLINEENDS ) in supportsAnySpecialSetting()
126 || has( DSID_BOOLEANCOMPARISON ) in supportsAnySpecialSetting()
127 || has( DSID_CHECK_REQUIRED_FIELDS ) in supportsAnySpecialSetting()
128 || has( DSID_IGNORECURRENCY ) in supportsAnySpecialSetting()
129 || has( DSID_ESCAPE_DATETIME ) in supportsAnySpecialSetting()
130 || has( DSID_PRIMARY_KEY_SUPPORT ) in supportsAnySpecialSetting()
131 || has( DSID_MAX_ROW_SCAN ) in supportsAnySpecialSetting()
132 || has( DSID_RESPECTRESULTSETTYPE ) in supportsAnySpecialSetting()