public class StatementInformation extends Object implements Loggable
Constructor and Description |
---|
StatementInformation(ConnectionInformation connectionInformation) |
Modifier and Type | Method and Description |
---|---|
int |
getConnectionId() |
String |
getSql() |
String |
getSqlWithValues() |
String |
getStatementQuery() |
void |
setStatementQuery(String statementQuery) |
public StatementInformation(ConnectionInformation connectionInformation)
public String getStatementQuery()
public void setStatementQuery(String statementQuery)
public int getConnectionId()
public String getSqlWithValues()
getSqlWithValues
in interface Loggable
SQL
having '?' replaced with real values used.Copyright © 2002-2016 P6Spy. All Rights Reserved.