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

  /libcore/luni/src/test/java/tests/support/
DatabaseCreator.java 44 public static final String CUSTOMERS_TABLE = "Customers";
91 + CUSTOMERS_TABLE
140 + CUSTOMERS_TABLE;
189 + CUSTOMERS_TABLE + " (cnum, cname, city, rating, snum)"
193 + CUSTOMERS_TABLE + " (cnum, cname, city, rating, snum) "
197 + CUSTOMERS_TABLE + " (cnum, cname, city, rating, snum) "
201 + CUSTOMERS_TABLE + " (cnum, cname, city, rating, snum) "
205 + CUSTOMERS_TABLE + " (cnum, cname, city, rating, snum) "
209 + CUSTOMERS_TABLE + " (cnum, cname, city, rating, snum) "
213 + CUSTOMERS_TABLE + " (cnum, cname, city, rating, snum)
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
SelectFunctionalityTest.java 85 .equals(DatabaseCreator.CUSTOMERS_TABLE)) {
267 + DatabaseCreator.CUSTOMERS_TABLE + ", "
269 + DatabaseCreator.CUSTOMERS_TABLE + ".city <> "
272 + DatabaseCreator.CUSTOMERS_TABLE + ".cnum" + " AND "
304 + DatabaseCreator.CUSTOMERS_TABLE + " a, "
305 + DatabaseCreator.CUSTOMERS_TABLE + " b"
332 + DatabaseCreator.CUSTOMERS_TABLE + " c left outer join "
365 + DatabaseCreator.CUSTOMERS_TABLE + " c right outer join "
396 + DatabaseCreator.CUSTOMERS_TABLE + " GROUP BY rating";
456 + DatabaseCreator.CUSTOMERS_TABLE;
    [all...]

Completed in 25 milliseconds