public static class TestContext.ConnectionInvocationHandler extends DelegatingInvocationHandler
| Constructor and Description |
|---|
TestContext.ConnectionInvocationHandler(DatabaseMetaData metaData) |
| Modifier and Type | Method and Description |
|---|---|
Statement |
createStatement()
Proxy for
Connection.createStatement() |
DatabaseMetaData |
getMetaData()
Proxy for
Connection.getMetaData(). |
getTarget, invokeTestContext.ConnectionInvocationHandler(DatabaseMetaData metaData)
public DatabaseMetaData getMetaData()
Connection.getMetaData().public Statement createStatement() throws SQLException
Connection.createStatement()SQLException