| |
|
| java.lang.Object workbench.db.importer.ProducerFactory
ProducerFactory | public class ProducerFactory (Code) | | A factory for RowDataProducer to import text or XML files.
author: support@sql-workbench.net |
IMPORT_TEXT | final public static int IMPORT_TEXT(Code) | | |
IMPORT_XML | final public static int IMPORT_XML(Code) | | |
ProducerFactory | public ProducerFactory(File inputFile)(Code) | | |
getWbCommand | public String getWbCommand()(Code) | | Generates a WB SQL command from the current import
settings
|
isTextImport | public boolean isTextImport()(Code) | | |
isXmlImport | public boolean isXmlImport()(Code) | | |
setBatchSize | public void setBatchSize(int size)(Code) | | |
setImportTypeText | public void setImportTypeText()(Code) | | |
setImportTypeXml | public void setImportTypeXml()(Code) | | |
setType | public void setType(int type)(Code) | | |
|
|
|