public class CallableStatementInformation extends PreparedStatementInformation
Constructor and Description |
---|
CallableStatementInformation(ConnectionInformation connectionInformation,
String query) |
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, getTotalTimeElapsed, incrementTimeElapsed, setStatementQuery
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConnectionId, getSql
public CallableStatementInformation(ConnectionInformation connectionInformation, String query)
public String getSqlWithValues()
getSqlWithValues
in interface Loggable
getSqlWithValues
in class PreparedStatementInformation
Copyright © 2002-2016 P6Spy. All Rights Reserved.