Searched refs:CREATE_TABLE_FKSTRICT (Results 1 – 4 of 4) sorted by relevance
83 statement.execute(DatabaseCreator.CREATE_TABLE_FKSTRICT); in createTestTables()
88 statement.execute(DatabaseCreator.CREATE_TABLE_FKSTRICT); in createTestTables()
97 statement.execute(DatabaseCreator.CREATE_TABLE_FKSTRICT); in createTestTables()
104 public static final String CREATE_TABLE_FKSTRICT = "CREATE TABLE " field in DatabaseCreator