Open shankari opened 9 years ago
Query strings use all other parameters, but omit the type from the query - e.g.
public <T> T[] getLastValues(int keyRes, String type, int nEntries, Class<T> classOfT) { String queryString = "SELECT "+KEY_DATA+" FROM "+TABLE_USER_CACHE+ " WHERE "+KEY_KEY+" = '"+getKey(keyRes)+ "'"+ " ORDER BY write_ts DESC LIMIT "+nEntries;
Query strings use all other parameters, but omit the type from the query - e.g.