public class DBTableBo extends Object
| 构造器和说明 |
|---|
DBTableBo() |
| 限定符和类型 | 方法和说明 |
|---|---|
DBTableBo |
addDbColumnBo(DBColumnBo dbColumnBo) |
DBTableBo |
addDbColumnBoList(List<DBColumnBo> dbColumnBoList) |
String |
generateSql(String[] colArray,
ExcelSheetBo excelSheetBo) |
List<String> |
generateSqlList(List<String[]> rowList,
ExcelSheetBo excelSheetBo) |
List<DBColumnBo> |
getDbColumnBoList() |
String |
getDbTable() |
String |
geteSheet() |
List<String> |
getSqlList() |
List<String[]> |
separator(List<String[]> rowList,
ExcelSheetBo excelSheetBo) |
List<String[]> |
separator(List<String[]> rowList,
String separator,
Integer colIndex) |
DBTableBo |
setDbColumnBoList(List<DBColumnBo> dbColumnBoList) |
DBTableBo |
setDbTable(String dbTable) |
DBTableBo |
seteSheet(String eSheet) |
public List<String> generateSqlList(List<String[]> rowList, ExcelSheetBo excelSheetBo)
public String generateSql(String[] colArray, ExcelSheetBo excelSheetBo)
public List<String[]> separator(List<String[]> rowList, ExcelSheetBo excelSheetBo)
public List<String[]> separator(@Nonnull List<String[]> rowList, @Nonnull String separator, @Nonnull Integer colIndex)
public String getDbTable()
public String geteSheet()
public List<DBColumnBo> getDbColumnBoList()
public DBTableBo setDbColumnBoList(List<DBColumnBo> dbColumnBoList)
public DBTableBo addDbColumnBo(DBColumnBo dbColumnBo)
public DBTableBo addDbColumnBoList(List<DBColumnBo> dbColumnBoList)
Copyright © 2011–2015 Azollas. All rights reserved.