Java 1.3 Timestamp.getDate() does not add the nano seconds to
the millisecond value returned. This causes the timestamp tests
to fail. If running under java 1.3 we add the nanos ourselves.
Parameters: rs - the result set returning the Timstamp value in column 1 the millisecond date value as a long.
public void testMissingParameter0016() throws Exception(Code)
testMultipleResults0015
public void testMultipleResults0015() throws Exception(Code)
testNestedStatements0022
public void testNestedStatements0022() throws Exception(Code)
testNestedStatements0026
public void testNestedStatements0026() throws Exception(Code)
SAfe Tests whether cursor-based statements still work ok when
nested. Similar to testNestedStatements0022, which tests
the same with plain (non-cursor-based) statements (and unfortunately
fails).
throws: Exception - if an Exception occurs (very relevant, huh?)