TestBatchUpdates
Test for batch updates.
| Methods |
| static void |
main(String... a)
Run just this test.
|
| static void |
main(String... a) throws Exception
Run just this test.
Parameters:
a - ignored
|
| static int |
updatePrices(String message, double f)
This method is called by the database.
|
| static int |
updatePrices(String message, double f)
This method is called by the database.
Parameters:
message - the message (currently not used)
f - the float
Returns:
the float converted to an int
|
| void |
test()
|
| void |
test() throws SQLException
|
|