Searched refs:triggerCursor (Results 1 – 1 of 1) sorted by relevance
716 final Cursor triggerCursor = in dropAllTriggers() local718 if (triggerCursor != null) { in dropAllTriggers()721 while (triggerCursor.moveToNext()) { in dropAllTriggers()722 final String triggerName = triggerCursor.getString(0); in dropAllTriggers()738 triggerCursor.close(); in dropAllTriggers()