Searched refs:dropPrefix (Results 1 – 1 of 1) sorted by relevance
660 final String dropPrefix = "DROP VIEW IF EXISTS "; in dropView() local662 db.execSQL(dropPrefix + viewName); in dropView()689 final String dropPrefix = "DROP TABLE IF EXISTS "; in dropAllTables() local698 db.execSQL(dropPrefix + tableName); in dropAllTables()720 final String dropPrefix = "DROP TRIGGER IF EXISTS "; in dropAllTriggers() local729 db.execSQL(dropPrefix + triggerName); in dropAllTriggers()769 final String dropPrefix = "DROP INDEX IF EXISTS "; in dropAllIndexes() local773 db.execSQL(dropPrefix + indexName); in dropAllIndexes()