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()
781 public boolean supportsPrimaryKeys() in supportsPrimaryKeys() method in DBMetaData783 boolean supportsPrimaryKeys = false; in supportsPrimaryKeys()789 supportsPrimaryKeys = supportsCoreSQLGrammar(); in supportsPrimaryKeys()791 supportsPrimaryKeys = AnyConverter.toBoolean( primaryKeySupport ); in supportsPrimaryKeys()797 return supportsPrimaryKeys; in supportsPrimaryKeys()
126 bool supportsPrimaryKeys() const;
253 bool DatabaseMetaData::supportsPrimaryKeys() const in supportsPrimaryKeys() function in dbtools::DatabaseMetaData
1589 if ( !rController.getSdbMetaData().supportsPrimaryKeys() ) in IsPrimaryKeyAllowed()
999 if ( _bNew && !bFoundPKey && aMetaData.supportsPrimaryKeys() ) in checkColumns()
1405 return aMetaData.supportsPrimaryKeys(); in supportsPrimaryKey()
Completed in 55 milliseconds