Home
last modified time | relevance | path

Searched refs:TST_TABLE_VALUES (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/qadevOOo/runner/util/
H A DDBTools.java92 public final static Object[][] TST_TABLE_VALUES = new Object[][] { field in DBTools
620 for (int i = 0; i < TST_TABLE_VALUES.length; i++) { in initializeTestTable()
621 addRowToTestTable(con, table, TST_TABLE_VALUES[i], TST_STREAM_LENGTHS[i]) ; in initializeTestTable()
723 for(int i = 0; i < DBTools.TST_TABLE_VALUES.length; i++) { in insertContentMySQLTable()
726 while(j < DBTools.TST_TABLE_VALUES[i].length) { in insertContentMySQLTable()
730 Object value = DBTools.TST_TABLE_VALUES[i][j]; in insertContentMySQLTable()
773 for (int i = 0; i < TST_TABLE_VALUES[0].length; i++) { in createMySQLTable()
/aoo42x/main/qadevOOo/tests/java/mod/_dbaccess/
H A DORowSet.java390 for (int i = 0; i < DBTools.TST_TABLE_VALUES[0].length; i++) { in createTestEnvironment()
391 rowData.add(DBTools.TST_TABLE_VALUES[0][i]); in createTestEnvironment()
/aoo42x/main/qadevOOo/tests/java/mod/_forms/
H A DODatabaseForm.java720 for (int i = 0; i < DBTools.TST_TABLE_VALUES[0].length; i++) { in createTestEnvironment()
721 rowData.add(DBTools.TST_TABLE_VALUES[0][i]); in createTestEnvironment()

Completed in 39 milliseconds