Searched refs:getMaxPrimaryKeyQuery (Results 1 – 2 of 2) sorted by relevance
257 public static String getMaxPrimaryKeyQuery(@NonNull String tableName) { in getMaxPrimaryKeyQuery() method in StorageUtils
380 try (Cursor cursor = db.rawQuery(StorageUtils.getMaxPrimaryKeyQuery(tableName), null)) { in getLastRowIdFor()