| java.lang.Object net.sourceforge.squirrel_sql.fw.datasetviewer.CellImportExportInfo
CellImportExportInfo | public class CellImportExportInfo (Code) | | author: gwg author: This is the block of data needed to save/restore the import/export author: file name and command previously selected by the user for a given author: table column. author: The full table+column name is stored in this data object because author: it is needed when the application saves this info to a file author: for re-loading the next time the app starts. |
CellImportExportInfo | public CellImportExportInfo()(Code) | | Null Ctor - used only by XMLBeanReader when loading data from file on startup.
|
CellImportExportInfo | CellImportExportInfo(String tableColumnName, String fileName, String command)(Code) | | Normal Constructor
|
setTableColumnName | public void setTableColumnName(String tableColumnName)(Code) | | |
|
|