Searched refs:supportsPrimaryKeys (Results 1 – 7 of 7) sorted by relevance
246 if ( this.curTableDescriptor.supportsPrimaryKeys() ) in buildSteps()260 if (curTableDescriptor.supportsPrimaryKeys()) in createTable()351 if (this.curTableDescriptor.supportsPrimaryKeys()) in insertFormRelatedSteps()
780 public boolean supportsPrimaryKeys() in supportsPrimaryKeys() method in DBMetaData782 boolean supportsPrimaryKeys = false; in supportsPrimaryKeys()788 supportsPrimaryKeys = supportsCoreSQLGrammar(); in supportsPrimaryKeys()790 supportsPrimaryKeys = AnyConverter.toBoolean( primaryKeySupport ); in supportsPrimaryKeys()796 return supportsPrimaryKeys; in supportsPrimaryKeys()
126 bool supportsPrimaryKeys() const;
253 bool DatabaseMetaData::supportsPrimaryKeys() const in supportsPrimaryKeys() function in dbtools::DatabaseMetaData
1586 if ( !rController.getSdbMetaData().supportsPrimaryKeys() ) in IsPrimaryKeyAllowed()
997 if ( _bNew && !bFoundPKey && aMetaData.supportsPrimaryKeys() ) in checkColumns()
1405 return aMetaData.supportsPrimaryKeys(); in supportsPrimaryKey()