com.mockobjects.sql
public class MockDriver extends Object implements Driver
Field Summary | |
---|---|
static MockDriver | myDriver |
Method Summary | |
---|---|
boolean | acceptsURL(String url) |
Connection | connect(String url, Properties info) |
int | getMajorVersion() |
int | getMinorVersion() |
DriverPropertyInfo[] | getPropertyInfo(String url, Properties info) |
boolean | jdbcCompliant() |
void | setupConnect(Connection aConnection) |