public abstract class AbstractP6LogPreparedStatementInvocationHandler<S extends PreparedStatement,I extends PreparedStatementInformation> extends AbstractP6LogStatementInvocationHandler<S,I>
Modifier and Type | Field and Description |
---|---|
protected String |
query |
statementInformation
Constructor and Description |
---|
AbstractP6LogPreparedStatementInvocationHandler(S underlying,
ConnectionInformation connectionInformation,
String query) |
Modifier and Type | Method and Description |
---|---|
protected abstract com.p6spy.engine.logging.P6LogPreparedStatementSetParameterValueDelegate |
getSetParameterValueDelegate() |
createStatementInformation
addDelegate, clearCache, getUnderlying, invoke
protected final String query
public AbstractP6LogPreparedStatementInvocationHandler(S underlying, ConnectionInformation connectionInformation, String query)
Copyright © 2002-2016 P6Spy. All Rights Reserved.