HomeSort by relevance Sort by last modified time
    Searched refs:ORDERS_TABLE (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/test/java/tests/support/
DatabaseCreator.java 46 public static final String ORDERS_TABLE = "Orders";
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/
SelectFunctionalityTest.java 89 .equals(DatabaseCreator.ORDERS_TABLE)) {
265 String sql = "SELECT onum, " + DatabaseCreator.ORDERS_TABLE + ".cnum"
268 + DatabaseCreator.ORDERS_TABLE + " WHERE "
271 + DatabaseCreator.ORDERS_TABLE + ".cnum = "
273 + DatabaseCreator.ORDERS_TABLE + ".snum = "
422 String selectQuery = "SELECT onum FROM " + DatabaseCreator.ORDERS_TABLE
480 + DatabaseCreator.ORDERS_TABLE;
482 + DatabaseCreator.ORDERS_TABLE;
484 + DatabaseCreator.ORDERS_TABLE;
486 + DatabaseCreator.ORDERS_TABLE;
    [all...]

Completed in 62 milliseconds