| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IExternalLoad
Clients extending the externalTableDataLoad extension-point must implement
| Method Summary | |
|---|---|
|  int | doLoad(Output output)Performs the table load | 
|  boolean | isUseExternalLoad()Returns whether or not to use the external load | 
|  void | setDelimiters(java.lang.String colDelim,
              java.lang.String stDelim)Sets the delimiters for the columns and strings designations | 
|  void | setFilePath(java.lang.String path)Sets the file path from which the data is to be retrieved | 
|  void | setReplace(boolean replace)Sets whether or not to replace existing data in the table | 
|  void | setTable(Table table)Sets the Table to which the data is to be loaded | 
| Method Detail | 
|---|
void setTable(Table table)
table - the Table Objectvoid setFilePath(java.lang.String path)
path - the file path to retrieve the saved data
void setDelimiters(java.lang.String colDelim,
                   java.lang.String stDelim)
colDelim - the column delimiterstDelim - the string delimitervoid setReplace(boolean replace)
replace - replace existing data if true, do not replace if falseboolean isUseExternalLoad()
int doLoad(Output output)
output - the Output object
org.eclipse.datatools.sqltools.data.internal.core.common.Output;| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||