Searched refs:triggerCursor (Results 1 – 1 of 1) sorted by relevance
706 final Cursor triggerCursor = in dropAllTriggers() local708 if (triggerCursor != null) { in dropAllTriggers()711 while (triggerCursor.moveToNext()) { in dropAllTriggers()712 final String triggerName = triggerCursor.getString(0); in dropAllTriggers()728 triggerCursor.close(); in dropAllTriggers()