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, setParameterValuegetConnectionInformation, getSql, getStatement, getStatementQuery, getTotalTimeElapsed, incrementTimeElapsed, setStatement, setStatementQueryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConnectionInformation, getSqlpublic CallableStatementInformation(ConnectionInformation connectionInformation, java.lang.String query)
public java.lang.String getSqlWithValues()
getSqlWithValues in interface LoggablegetSqlWithValues in class PreparedStatementInformationpublic void setParameterValue(java.lang.String name,
java.lang.Object value)
name - the name of the parametervalue - the value of the parameter