public class CallableStatementInformation extends PreparedStatementInformation
attachment, statement| 构造器和说明 |
|---|
CallableStatementInformation(ConnectionInformation connectionInformation,
String query) |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
getParameterValues, setParameterValuegetAttachment, getConnectionInformation, getSql, getStatement, getStatementQuery, getTotalTimeElapsed, incrementTimeElapsed, setAttachment, setStatement, setStatementQueryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConnectionInformation, getSqlpublic CallableStatementInformation(ConnectionInformation connectionInformation, String query)
public String getSqlWithValues()
getSqlWithValues 在接口中 LoggablegetSqlWithValues 在类中 PreparedStatementInformationCopyright © 2019. All rights reserved.