Searched refs:getPrimaryKey (Results 1 – 5 of 5) sorted by relevance
52 abstract int getPrimaryKey(); in getPrimaryKey() method in SqliteColumnInfo60 && this.getPrimaryKey() == that.getPrimaryKey() in equalsWithoutDefaultValue()
248 if (field.getPrimaryKey() != 0) { in validateNewTablesAndFieldsOnly()
234 mTableListPreviousVersion.get(tableName).getPrimaryKey(); in checkPrimaryKeyModification()236 mTableListCurrentVersion.get(tableName).getPrimaryKey(); in checkPrimaryKeyModification()391 .getPrimaryKey() in checkForeignKeyModification()483 .getPrimaryKey() in checkNewTableAddition()
165 List<String> primaryKeyFirstTable = mTableList.get(FIRST_TABLE_NAME).getPrimaryKey(); in test_primaryKey_matches()176 List<String> primaryKeySecondTable = mTableList.get(SECOND_TABLE_NAME).getPrimaryKey(); in test_primaryKey_matches()
119 public List<String> getPrimaryKey() { in getPrimaryKey() method in TableInfo