public class CsvLoader extends Loader
Constructor and Description |
---|
CsvLoader(CsvLoadType loader,
File file) |
Modifier and Type | Method and Description |
---|---|
void |
dataInsert(JdlConnection jdlConnection) |
String |
getSqlInsert(CsvLoadType loader) |
executeBatch
public CsvLoader(CsvLoadType loader, File file) throws FileNotFoundException
loader
- the loaderfile
- the fileFileNotFoundException
- exceptionpublic final String getSqlInsert(CsvLoadType loader)
loader
- the loader to managepublic final void dataInsert(JdlConnection jdlConnection)
dataInsert
in class Loader
jdlConnection
- the jdlConnection to manageCopyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.