| 构造器和说明 |
|---|
ResultSetInformation(StatementInformation statementInformation) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
generateLogMessage()
Generates log message with column values accessed if the row's column values have not already been logged.
|
ConnectionInformation |
getConnectionInformation() |
int |
getCurrRow() |
String |
getSql() |
String |
getSqlWithValues() |
StatementInformation |
getStatementInformation() |
void |
incrementCurrRow() |
void |
setColumnValue(String columnName,
Object value) |
public ResultSetInformation(StatementInformation statementInformation)
public void generateLogMessage()
public int getCurrRow()
public void incrementCurrRow()
public String getSqlWithValues()
getSqlWithValues 在接口中 LoggableSQL having '?' replaced with real values used.public StatementInformation getStatementInformation()
public ConnectionInformation getConnectionInformation()
getConnectionInformation 在接口中 LoggableCopyright © 2019. All rights reserved.