Uses of Interface
net.sourceforge.squirrel_sql.plugins.dataimport.importer.IFileImporter

Packages that use IFileImporter
net.sourceforge.squirrel_sql.plugins.dataimport   
net.sourceforge.squirrel_sql.plugins.dataimport.gui   
net.sourceforge.squirrel_sql.plugins.dataimport.importer   
net.sourceforge.squirrel_sql.plugins.dataimport.importer.csv   
net.sourceforge.squirrel_sql.plugins.dataimport.importer.excel   
 

Uses of IFileImporter in net.sourceforge.squirrel_sql.plugins.dataimport
 

Constructors in net.sourceforge.squirrel_sql.plugins.dataimport with parameters of type IFileImporter
ImportDataIntoTableExecutor(ISession session, ITableInfo table, TableColumnInfo[] columns, List<String> importerColumns, ColumnMappingTableModel mapping, IFileImporter importer)
          The standard constructor
 

Uses of IFileImporter in net.sourceforge.squirrel_sql.plugins.dataimport.gui
 

Constructors in net.sourceforge.squirrel_sql.plugins.dataimport.gui with parameters of type IFileImporter
ImportFileDialog(ISession session, IFileImporter importer, ITableInfo table, TableColumnInfo[] columns)
          The standard constructor
 

Uses of IFileImporter in net.sourceforge.squirrel_sql.plugins.dataimport.importer
 

Methods in net.sourceforge.squirrel_sql.plugins.dataimport.importer that return IFileImporter
static IFileImporter FileImporterFactory.createImporter(ImportFileType type, File importFile)
          This file is used to create a new file importer.
 

Uses of IFileImporter in net.sourceforge.squirrel_sql.plugins.dataimport.importer.csv
 

Classes in net.sourceforge.squirrel_sql.plugins.dataimport.importer.csv that implement IFileImporter
 class CSVFileImporter
          This class implements the IFileImporter interface for reading CSV files.
 

Uses of IFileImporter in net.sourceforge.squirrel_sql.plugins.dataimport.importer.excel
 

Classes in net.sourceforge.squirrel_sql.plugins.dataimport.importer.excel that implement IFileImporter
 class ExcelFileImporter
          This implementation of the IFileImporter interface is to import Microsoft Excel files.
 



Copyright © 2001-2011. All Rights Reserved.