com.mockobjects.sql
Class MockDriver
java.lang.Object
com.mockobjects.sql.MockDriver
- Driver
public class MockDriver
extends java.lang.Object
implements Driver
acceptsURL
public boolean acceptsURL(String url)
connect
public Connection connect(String url,
Properties info)
getMajorVersion
public int getMajorVersion()
getMinorVersion
public int getMinorVersion()
getPropertyInfo
public DriverPropertyInfo[] getPropertyInfo(String url,
Properties info)
jdbcCompliant
public boolean jdbcCompliant()
setupConnect
public void setupConnect(Connection aConnection)
Copyright © 2002 Mock Objects. All Rights Reserved.