Home
last modified time | relevance | path

Searched refs:dropPrefix (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DDatabaseHelper.java662 final String dropPrefix = "DROP VIEW IF EXISTS "; in dropView() local
664 db.execSQL(dropPrefix + viewName); in dropView()
691 final String dropPrefix = "DROP TABLE IF EXISTS "; in dropAllTables() local
700 db.execSQL(dropPrefix + tableName); in dropAllTables()
722 final String dropPrefix = "DROP TRIGGER IF EXISTS "; in dropAllTriggers() local
731 db.execSQL(dropPrefix + triggerName); in dropAllTriggers()
771 final String dropPrefix = "DROP INDEX IF EXISTS "; in dropAllIndexes() local
775 db.execSQL(dropPrefix + indexName); in dropAllIndexes()