Searched defs:SIMPLE_TABLE1 (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/tests/support/
H A DDatabaseCreator.java56 public static final String SIMPLE_TABLE1 = "simple_table1"; field in class:DatabaseCreator
119 + SIMPLE_TABLE1 + "(id INTEGER NOT NULL," + "speed INTEGER,"
156 + SIMPLE_TABLE1;
288 .execute("INSERT INTO " + SIMPLE_TABLE1 + " VALUES(1, 10, 20)");
289 statement.execute("INSERT INTO " + SIMPLE_TABLE1 + " VALUES(2, 5, 7)");

Completed in 79 milliseconds