com.easyinsight.helper
Class DataSourceTarget

java.lang.Object
  extended by com.easyinsight.helper.DataSourceTarget

public class DataSourceTarget
extends java.lang.Object

User: jamesboe Date: 12/22/10 Time: 9:59 AM


Field Summary
static int ADD_ROWS
           
static int REPLACE_ROWS
           
static int UPDATE_ROWS
           
 
Method Summary
 void flush()
          Flushes all the rows you've created on this object and publishes them into Easy Insight.
 DataRow newRow()
          Provides you with a DataRow object, representing one row of data in the data set you're adding to the data source in Easy Insight.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD_ROWS

public static final int ADD_ROWS
See Also:
Constant Field Values

REPLACE_ROWS

public static final int REPLACE_ROWS
See Also:
Constant Field Values

UPDATE_ROWS

public static final int UPDATE_ROWS
See Also:
Constant Field Values
Method Detail

newRow

public DataRow newRow()
Provides you with a DataRow object, representing one row of data in the data set you're adding to the data source in Easy Insight.


flush

public void flush()
           throws EasyInsightException
Flushes all the rows you've created on this object and publishes them into Easy Insight.

Throws:
EasyInsightException