public class JdbcResponse extends AbstractResponse<JdbcRequest>
| Constructor and Description |
|---|
JdbcResponse(JdbcRequest request,
Statement statement,
String rawSql) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentAsString() |
String |
getContentType() |
byte[] |
getRawRequestData() |
String |
getRequestContent() |
long |
getTimestamp() |
long |
getTimeTaken() |
void |
setContentAsString(String xml) |
void |
setTimestamp(long timestamp) |
void |
setTimeTaken(long timeTaken) |
getAttachments, getAttachmentsForPart, getContentAsXml, getContentLength, getProperty, getPropertyNames, getRawResponseData, getRequest, getRequestHeaders, getResponseHeaders, setPropertypublic JdbcResponse(JdbcRequest request, Statement statement, String rawSql) throws SQLException, ParserConfigurationException, TransformerConfigurationException, TransformerException
public String getContentAsString()
public String getContentType()
public byte[] getRawRequestData()
getRawRequestData in interface ResponsegetRawRequestData in class AbstractResponse<JdbcRequest>public String getRequestContent()
public long getTimeTaken()
public long getTimestamp()
public void setContentAsString(String xml)
public void setTimeTaken(long timeTaken)
public void setTimestamp(long timestamp)
Copyright © 2019. All Rights Reserved.