Searched refs:TST_INT (Results 1 – 2 of 2) sorted by relevance
75 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()
73 public final static int TST_INT = 2 ; field in DBTools576 rowUpdt.updateInt(TST_INT, ((Integer) values[i]).intValue()) ; in addRowToTestTable()792 case TST_INT: in createMySQLTable()
Completed in 21 milliseconds