|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.easyinsight.helper.DataSourceTarget
public class DataSourceTarget
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 |
|---|
public static final int ADD_ROWS
public static final int REPLACE_ROWS
public static final int UPDATE_ROWS
| Method Detail |
|---|
public DataRow newRow()
DataRow object, representing one row of data in the data set you're adding
to the data source in Easy Insight.
public void flush()
throws EasyInsightException
EasyInsightException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||