|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExternalExtract
Clients extending the externalTableDataExtract extension-point must implement
Method Summary | |
---|---|
int |
doExtract(Output output)
Performs the table data extraction |
boolean |
isUseExternalExtract()
Returns whether or not to use external extract |
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 for which the extracted data is to be saved |
void |
setTable(Table table)
Sets the Table from which the data is to be extracted |
Method Detail |
---|
void setTable(Table table)
table
- the Table Objectvoid setFilePath(java.lang.String path)
path
- the file path to save the extracted datavoid setDelimiters(java.lang.String colDelim, java.lang.String stDelim)
colDelim
- the column delimiterstDelim
- the string delimiterboolean isUseExternalExtract()
int doExtract(Output output)
output
- the outputItemAdapter
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 |