public class ParameterSetOperation extends Object
PreparedStatementInvocationHandler| Constructor and Description |
|---|
ParameterSetOperation() |
ParameterSetOperation(Method method,
Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArgs() |
Method |
getMethod() |
String |
getParameterNameOrIndexAsString()
ParameterIndex from PreparedStatement or ParameterName from CallableStatement (first argument).
|
Object |
getParameterValue()
Value to display in logging from parameter-set-method.
|
void |
setArgs(Object[] args) |
void |
setMethod(Method method) |
public String getParameterNameOrIndexAsString()
NOTE: This method is a quick fix for logging "setNull" value. This method will be modified or removed soon.
public Object getParameterValue()
There is special handling for "setNull" method now.
NOTE: This method is a quick fix for logging "setNull" value. This method will be modified or removed soon.
public Method getMethod()
public void setMethod(Method method)
public Object[] getArgs()
public void setArgs(Object[] args)
Copyright © 2015. All rights reserved.