Searched defs:foreignKey (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java939 * row in updateTable with the _id in foreignKey will be set to
943 * @param foreignKey this is the column in table whose value is an _id in
949 public void markTableSyncable(String table, String foreignKey, String updateTable) { argument

Completed in 54 milliseconds