| net.sourceforge.jtds.test.TestBase net.sourceforge.jtds.test.JDBC3Test
JDBC3Test | public class JDBC3Test extends TestBase (Code) | | Test for miscellaneous JDBC 3.0 features.
version: $Id: JDBC3Test.java,v 1.3 2005/07/04 11:31:09 alin_sinpalean Exp $ |
testGetParamMetaData | public void testGetParamMetaData() throws SQLException(Code) | | Test for bug [1222205] getParameterMetaData returns not implemented.
|
testMultipleResults | public void testMultipleResults() throws Exception(Code) | | Test return of multiple open result sets from one execute.
|
testSocketConcurrency5 | public void testSocketConcurrency5() throws Exception(Code) | | Test closing a ResultSet when it's out of scope.
If a finalize() method which tries to call close() is added to
JtdsResultSet the next() calls will be executed concurrently with any
other result processing, with no synchronization whatsoever.
|
|
|