Searched refs:dropPrefix (Results 1 – 1 of 1) sorted by relevance
656 final String dropPrefix = "DROP VIEW IF EXISTS "; in dropView() local658 db.execSQL(dropPrefix + viewName); in dropView()679 final String dropPrefix = "DROP TABLE IF EXISTS "; in dropAllTables() local688 db.execSQL(dropPrefix + tableName); in dropAllTables()710 final String dropPrefix = "DROP TRIGGER IF EXISTS "; in dropAllTriggers() local719 db.execSQL(dropPrefix + triggerName); in dropAllTriggers()759 final String dropPrefix = "DROP INDEX IF EXISTS "; in dropAllIndexes() local763 db.execSQL(dropPrefix + indexName); in dropAllIndexes()