Searched refs:ORDERS_TABLE (Results 1 – 2 of 2) sorted by relevance
46 public static final String ORDERS_TABLE = "Orders"; field in DatabaseCreator96 + ORDERS_TABLE142 public static final String DROP_TABLE_ORDERS = "DROP TABLE " + ORDERS_TABLE;216 public static final String INSERT_ORDERS1 = " INSERT INTO " + ORDERS_TABLE220 public static final String INSERT_ORDERS2 = " INSERT INTO " + ORDERS_TABLE224 public static final String INSERT_ORDERS3 = " INSERT INTO " + ORDERS_TABLE228 public static final String INSERT_ORDERS4 = " INSERT INTO " + ORDERS_TABLE232 public static final String INSERT_ORDERS5 = " INSERT INTO " + ORDERS_TABLE236 public static final String INSERT_ORDERS6 = " INSERT INTO " + ORDERS_TABLE240 public static final String INSERT_ORDERS7 = " INSERT INTO " + ORDERS_TABLE[all …]
89 .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 …]