public class CallableStatementInformation extends PreparedStatementInformation
Constructor and Description |
---|
CallableStatementInformation(ConnectionInformation connectionInformation,
java.lang.String query) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSqlWithValues()
Generates the query for the callable statement with all parameter placeholders
replaced with the actual parameter values
|
void |
setParameterValue(java.lang.String name,
java.lang.Object value)
Records the value of a parameter.
|
getParameterValues, setParameterValue
getConnectionInformation, getSql, getStatementQuery, getTotalTimeElapsed, incrementTimeElapsed, setStatementQuery
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConnectionInformation, getSql
public CallableStatementInformation(ConnectionInformation connectionInformation, java.lang.String query)
public java.lang.String getSqlWithValues()
getSqlWithValues
in interface Loggable
getSqlWithValues
in class PreparedStatementInformation
public void setParameterValue(java.lang.String name, java.lang.Object value)
name
- the name of the parametervalue
- the value of the parameter