com.mockobjects.sql
Class MockConnection2
java.lang.Object
com.mockobjects.MockObject
com.mockobjects.sql.CommonMockConnection
com.mockobjects.sql.CommonMockConnection2
com.mockobjects.sql.MockConnection2
- Connection, Verifiable
public class MockConnection2
extends com.mockobjects.sql.CommonMockConnection2
MockConnection2 is a tempary replacement for the MockConnection.
It differs from the MockConnection in the way in which preparedstatements
are handled. The changes are significant enough to break compatiblity with
exsising testcases so MockConnection2 provides a migration path to the new
system of handling preparedstatements.
This calls will eventually be merged back into MockConnection when it is felt
systems using the classes have been provided with enough time to migrate.
addExpectedAutoCommit , addExpectedPreparedStatementString , clearWarnings , close , commit , createStatement , createStatement , createStatement , getAutoCommit , getCatalog , getHoldability , getMetaData , getTransactionIsolation , getTypeMap , getWarnings , isClosed , isReadOnly , nativeSQL , prepareCall , prepareCall , prepareCall , prepareStatement , prepareStatement , prepareStatement , prepareStatement , prepareStatement , prepareStatement , rollback , setAutoCommit , setCatalog , setExpectedCloseCalls , setExpectedCommitCalls , setExpectedCreateStatementCalls , setExpectedResultSetConcurrency , setExpectedResultSetType , setExpectedRollbackCalls , setHoldability , setReadOnly , setTransactionIsolation , setTypeMap , setupAddPreparedStatement , setupAutoCommit , setupCloseException , setupIsClose , setupIsClosed , setupIsClosedException , setupMetaData , setupStatement , setupThrowExceptionOnPrepareOrCreate |
MockConnection2
public MockConnection2()
MockConnection2
public MockConnection2(String name)
Copyright © 2002 Mock Objects. All Rights Reserved.