Searched defs:sql (Results 1 – 6 of 6) sorted by relevance
99 final String sql = "INSERT OR REPLACE INTO " + PROFILES_TABLE_NAME + " (" in addOrUpdateProfile() local146 final String sql = "DELETE FROM " + PROFILES_TABLE_NAME +" WHERE " + Profiles._ID + " = ?;"; in dropProfile() local
99 private void logExecSql(SQLiteDatabase db, String sql) { in logExecSql()300 StringBuilder sql = new StringBuilder("CREATE TABLE "); in createTables() local414 StringBuilder sql = new StringBuilder("DROP TABLE IF EXISTS "); in dropTables() local431 StringBuilder sql = new StringBuilder("DELETE FROM "); in deleteAll() local
319 String sql = query.length() == 0 ? mEmptyQueryShortcutQuery : mShortcutQuery; in getShortcutsForQuery() local
2140 final String sql = "SELECT _id, " + in upgradeToVersion69() local
1618 private void computeAggregateData(final SQLiteDatabase db, String sql, String[] sqlArgs, in computeAggregateData()
7142 String sql = in openPhotoAssetFile() local