HomeSort by relevance Sort by last modified time
    Searched full:triggername (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer.h 66 int createTrigger(const String& triggerName, const String& tableName);
67 int createTempTrigger(const String& triggerName, const String& tableName);
68 int dropTrigger(const String& triggerName, const String& tableName);
69 int dropTempTrigger(const String& triggerName, const String& tableName);
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataNotSupportedTest.java 562 String triggerName = "updateTrigger";
563 String triggerQuery = "CREATE TRIGGER " + triggerName
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 91 milliseconds