public class CallableStatementInformation extends PreparedStatementInformation
Constructor and Description |
---|
CallableStatementInformation(ConnectionInformation connectionInformation) |
Modifier and Type | Method and Description |
---|---|
String |
getSqlWithValues()
Generates the query for the callable statement with all parameter placeholders
replaced with the actual parameter values
|
void |
setParameterValue(String name,
Object value)
Records the value of a parameter.
|
convertToString, getParameterValues, setParameterValue
getConnectionId, getSql, getStatementQuery, setStatementQuery
public CallableStatementInformation(ConnectionInformation connectionInformation)
public String getSqlWithValues()
getSqlWithValues
in interface Loggable
getSqlWithValues
in class PreparedStatementInformation
Copyright © 2002-2014 P6Spy. All Rights Reserved.