public interface CopyFromCsv
| Modifier and Type | Method and Description |
|---|---|
void |
execute(DBSession session) |
String |
getExpression() |
void |
setColumnList(List<String> columns) |
void |
setEncoding(String encoding) |
void |
setFile(File file) |
void |
setQuoting(char quoting) |
void |
setSeparator(char separator) |
void |
setTable(Table table) |
Copyright © 2020. All Rights Reserved.