Home
last modified time | relevance | path

Searched refs:ORDERS_TABLE (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/tests/support/
DDatabaseCreator.java46 public static final String ORDERS_TABLE = "Orders"; field in DatabaseCreator
96 + ORDERS_TABLE
142 public static final String DROP_TABLE_ORDERS = "DROP TABLE " + ORDERS_TABLE;
216 public static final String INSERT_ORDERS1 = " INSERT INTO " + ORDERS_TABLE
220 public static final String INSERT_ORDERS2 = " INSERT INTO " + ORDERS_TABLE
224 public static final String INSERT_ORDERS3 = " INSERT INTO " + ORDERS_TABLE
228 public static final String INSERT_ORDERS4 = " INSERT INTO " + ORDERS_TABLE
232 public static final String INSERT_ORDERS5 = " INSERT INTO " + ORDERS_TABLE
236 public static final String INSERT_ORDERS6 = " INSERT INTO " + ORDERS_TABLE
240 public static final String INSERT_ORDERS7 = " INSERT INTO " + ORDERS_TABLE
[all …]
/libcore/luni/src/test/java/tests/java/sql/
DSelectFunctionalityTest.java89 .equals(DatabaseCreator.ORDERS_TABLE)) { in createTestTables()
265 String sql = "SELECT onum, " + DatabaseCreator.ORDERS_TABLE + ".cnum" in test_SelectThreeTables()
268 + DatabaseCreator.ORDERS_TABLE + " WHERE " in test_SelectThreeTables()
271 + DatabaseCreator.ORDERS_TABLE + ".cnum = " in test_SelectThreeTables()
273 + DatabaseCreator.ORDERS_TABLE + ".snum = " in test_SelectThreeTables()
422 String selectQuery = "SELECT onum FROM " + DatabaseCreator.ORDERS_TABLE in test_SelectOrderBy()
480 + DatabaseCreator.ORDERS_TABLE; in test_SelectAgregateFunctions()
482 + DatabaseCreator.ORDERS_TABLE; in test_SelectAgregateFunctions()
484 + DatabaseCreator.ORDERS_TABLE; in test_SelectAgregateFunctions()
486 + DatabaseCreator.ORDERS_TABLE; in test_SelectAgregateFunctions()
[all …]