public class CallableStatementInformation extends PreparedStatementInformation
| Constructor and Description |
|---|
CallableStatementInformation(String sql) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSqlWithValues() |
void |
setParameterValue(String name,
Object value) |
getParameterValues, getSql, setParameterValuepublic CallableStatementInformation(String sql)
public String getSqlWithValues()
getSqlWithValues in class PreparedStatementInformationCopyright © 2019 The Apache Software Foundation. All rights reserved.