Constructor and Description |
---|
ResultSetInformation(StatementInformation statementInformation) |
Modifier and Type | Method and Description |
---|---|
void |
generateLogMessage() |
int |
getConnectionId() |
int |
getCurrRow() |
String |
getSql() |
String |
getSqlWithValues() |
void |
setColumnValue(String columnName,
Object value) |
void |
setCurrRow(int currRow) |
public ResultSetInformation(StatementInformation statementInformation)
public void generateLogMessage()
public int getConnectionId()
public int getCurrRow()
public void setCurrRow(int currRow)
public String getSqlWithValues()
getSqlWithValues
in interface Loggable
SQL
having '?' replaced with real values used.Copyright © 2002-2014 P6Spy. All Rights Reserved.