| |
|
| java.lang.Object org.apache.derbyTesting.functionTests.tests.jdbc4.TestConnectionMethods
TestConnectionMethods | public class TestConnectionMethods (Code) | | This class is used to test the implementations of the JDBC 4.0 methods
in the Connection interface
|
Constructor Summary | |
public | TestConnectionMethods(Connection connIn) Constructor for an object that is used for running test of the
new connection methods defined by JDBC 4. |
TestConnectionMethods | public TestConnectionMethods(Connection connIn)(Code) | | Constructor for an object that is used for running test of the
new connection methods defined by JDBC 4.
|
startTestConnectionMethods_Client | public void startTestConnectionMethods_Client()(Code) | | |
startTestConnectionMethods_Embedded | public void startTestConnectionMethods_Embedded()(Code) | | |
t_createBlob_Client | void t_createBlob_Client()(Code) | | Test the createBlob method implementation in the Connection interface for
in the Network Client
|
t_createClob_Client | void t_createClob_Client()(Code) | | Test the createClob method implementation in the Connection interface
in the Network Client
|
t_isValid | void t_isValid()(Code) | | Test the Connection.isValid method
|
|
|
|