Home
last modified time | relevance | path

Searched refs:TST_INT (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XWarningsSupplier.java75 oldVal = row.getInt(DBTools.TST_INT); in _getWarnings()
76 rowUpdate.updateString(DBTools.TST_INT, valToSet); in _getWarnings()
78 newVal = row.getInt(DBTools.TST_INT); in _getWarnings()
/aoo41x/main/qadevOOo/runner/util/
H A DDBTools.java73 public final static int TST_INT = 2 ; field in DBTools
576 rowUpdt.updateInt(TST_INT, ((Integer) values[i]).intValue()) ; in addRowToTestTable()
792 case TST_INT: in createMySQLTable()

Completed in 24 milliseconds