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