OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIMPLE_TABLE1
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/test/java/tests/java/sql/
UpdateFunctionalityTest2.java
83
.equals(DatabaseCreator.
SIMPLE_TABLE1
)) {
246
+ DatabaseCreator.
SIMPLE_TABLE1
248
+ DatabaseCreator.
SIMPLE_TABLE1
250
+ DatabaseCreator.
SIMPLE_TABLE1
+ "))");
254
+ DatabaseCreator.
SIMPLE_TABLE1
+ ");");
InsertFunctionalityTest.java
74
.equals(DatabaseCreator.
SIMPLE_TABLE1
)) {
177
+ DatabaseCreator.
SIMPLE_TABLE1
);
180
+ DatabaseCreator.
SIMPLE_TABLE1
/libcore/luni/src/test/java/tests/support/
DatabaseCreator.java
56
public static final String
SIMPLE_TABLE1
= "
simple_table1
";
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)");
/libcore/luni/src/test/java/libcore/java/sql/
OldResultSetTest.java
35
final String selectEmptyTable = "select * from "+DatabaseCreator.
SIMPLE_TABLE1
;
Completed in 655 milliseconds