Searched refs:triggerCursor (Results 1 – 1 of 1) sorted by relevance
718 final Cursor triggerCursor = in dropAllTriggers() local720 if (triggerCursor != null) { in dropAllTriggers()723 while (triggerCursor.moveToNext()) { in dropAllTriggers()724 final String triggerName = triggerCursor.getString(0); in dropAllTriggers()740 triggerCursor.close(); in dropAllTriggers()