public class TableExporter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DATA_DELIMETER |
| Constructor and Description |
|---|
TableExporter(DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
TableColumn[] |
getTableColumns() |
String |
getTableData() |
String |
getTableName() |
String |
getTableType() |
void |
setTableColumns(TableColumn[] tableColumns) |
void |
setTableName(String tableName) |
void |
setTableType(String tableType) |
public static final String DATA_DELIMETER
public TableExporter(DataSource dataSource)
public String getTableData()
public String getTableName()
public void setTableName(String tableName)
public String getTableType()
public void setTableType(String tableType)
public TableColumn[] getTableColumns()
public void setTableColumns(TableColumn[] tableColumns)
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.