Class DbConnectionInfoBean
java.lang.Object
jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
jp.ecuacion.tool.housekeepdb.bean.forexceltable.DbConnectionInfoBean
public class DbConnectionInfoBean
extends jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
Stores database connection settings.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected String[]getId()getPort()voidsetDatabase(String database) voidsetDriverName(String driverName) voidvoidsetPassword(String password) voidvoidsetProtocol(String protocol) voidvoidvoidsetUsername(String username) Methods inherited from class jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
emptyToNull, nullToEmpty, toBigDecimal, toBigInteger, toDouble, toFloat, toInteger, toLong
-
Field Details
-
HEADER_LABEL_KEYS
-
-
Constructor Details
-
Method Details
-
getFieldNameArray
- Specified by:
getFieldNameArrayin classjp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
-
getId
-
setId
-
getDriverName
-
setDriverName
-
getProtocol
-
setProtocol
-
getServer
-
setServer
-
getPort
-
setPort
-
getDatabase
-
setDatabase
-
getSchema
-
setSchema
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
afterReading
public void afterReading() throws jp.ecuacion.lib.core.exception.checked.AppException- Overrides:
afterReadingin classjp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean- Throws:
jp.ecuacion.lib.core.exception.checked.AppException
-