| Constructor and Description |
|---|
ResultSetInformation(StatementInformation statementInformation) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateLogMessage()
Generates log message with column values accessed if the row's column values have not already been logged.
|
ConnectionInformation |
getConnectionInformation() |
int |
getCurrRow() |
java.lang.String |
getSql() |
java.lang.String |
getSqlWithValues() |
StatementInformation |
getStatementInformation() |
void |
incrementCurrRow() |
void |
setColumnValue(java.lang.String columnName,
java.lang.Object value) |
public ResultSetInformation(StatementInformation statementInformation)
public void generateLogMessage()
public int getCurrRow()
public void incrementCurrRow()
public void setColumnValue(java.lang.String columnName,
java.lang.Object value)
public java.lang.String getSql()
public java.lang.String getSqlWithValues()
getSqlWithValues in interface LoggableSQL having '?' replaced with real values used.public StatementInformation getStatementInformation()
public ConnectionInformation getConnectionInformation()
getConnectionInformation in interface Loggable