public class JDBC3Test extends TestBase
Constructor and Description |
---|
JDBC3Test(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
testGetParamMetaData()
Test for bug [1222205] getParameterMetaData returns not implemented.
|
void |
testMultipleResults()
Test return of multiple open result sets from one execute.
|
void |
testSocketConcurrency5()
Test closing a
ResultSet when it's out of scope. |
compareInputStreams, compareReaders, connect, dropDatabase, dropFunction, dropProcedure, dropTable, dropTrigger, dropType, dropView, dump, dump, dumpAll, dumpKeys, dumpRow, dumpRow, getConnection, getConnection, makeObjects, makeTestTables, setUp, tearDown
public void testMultipleResults() throws java.lang.Exception
java.lang.Exception
public void testSocketConcurrency5() throws java.lang.Exception
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.java.lang.Exception
public void testGetParamMetaData() throws java.sql.SQLException
java.sql.SQLException
Generated on June 8 2013