public abstract class AbstractP6LogStatementInvocationHandler<S extends Statement,I extends StatementInformation> extends GenericInvocationHandler<S>
Modifier and Type | Field and Description |
---|---|
protected I |
statementInformation |
Constructor and Description |
---|
AbstractP6LogStatementInvocationHandler(S underlying,
ConnectionInformation connectionInformation,
String query) |
Modifier and Type | Method and Description |
---|---|
protected abstract I |
createStatementInformation(ConnectionInformation connectionInformation) |
addDelegate, clearCache, getUnderlying, invoke
protected final I extends StatementInformation statementInformation
public AbstractP6LogStatementInvocationHandler(S underlying, ConnectionInformation connectionInformation, String query)
protected abstract I createStatementInformation(ConnectionInformation connectionInformation)
Copyright © 2002-2016 P6Spy. All Rights Reserved.