public class LoggedResultSet extends java.lang.Object implements IReport, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
Constructor and Description |
---|
LoggedResultSet() |
Modifier and Type | Method and Description |
---|---|
void |
addRow(java.lang.String row) |
java.lang.String |
asXml() |
java.util.List |
getRows()
If the LisaJdbcInterceptor has been configured and LISA is active, result sets will be included in the integrator
object.
|
void |
readXML(org.w3c.dom.Element e) |
void |
writeXML(java.io.PrintWriter pw) |
public static final java.lang.String TAG
public void addRow(java.lang.String row)
public java.util.List getRows()
String 0: <row><FIRSTNAME>Bart</USER.FIRSTNAME><LASTNAME>Simpson</LASTNAME></row>If the original query joined two or more tables, the table name will be prepended to the column name, e.g. "USERS.FIRSTNAME, "ADDRESS.ZIP". If the query used anonymous column names, e.g. "select age+1 from users where name = 'itko'" then the column name will be 'anonymousColumn'
String 1: <row><FIRSTNAME>Lisa</FIRSTNAME><LASTNAME>Simpson</LASTNAME></row>
public java.lang.String asXml()
Copyright © 1998-2014 CA, Inc. All Rights Reserved.