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.sql.ResultSet |
getResultSet() |
java.lang.String |
getSql() |
java.lang.String |
getSqlWithValues() |
StatementInformation |
getStatementInformation() |
void |
incrementCurrRow() |
void |
setColumnValue(java.lang.String columnName,
java.lang.Object value) |
void |
setResultSet(java.sql.ResultSet resultSet) |
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 Loggable
SQL
having '?' replaced with real values used.public StatementInformation getStatementInformation()
public ConnectionInformation getConnectionInformation()
getConnectionInformation
in interface Loggable
public java.sql.ResultSet getResultSet()
public void setResultSet(java.sql.ResultSet resultSet)