Class ColumnInfoBean
java.lang.Object
jp.ecuacion.tool.housekeepdb.bean.ColumnInfoBean
- Direct Known Subclasses:
ColumnAndValueInfoBean
Stores database column information.
-
Constructor Summary
ConstructorsConstructorDescriptionColumnInfoBean(String column, boolean needsQuationMark) Constructs a new instance.ColumnInfoBean(String column, String needsQuotationMarkExcelString) Constructs a new instance. -
Method Summary
Modifier and TypeMethodDescriptiongetColumnAndValueInfo(Object value) Receives value as argument and returnsColumnAndValueInfoBean.getTimestampColumnNowInfo(String protocol) GetColumnAndValueInfoBeanwith current time is set as its value.booleanvoidvoidsetNeedsQuotationMark(boolean needsQuotationMark)
-
Constructor Details
-
ColumnInfoBean
Constructs a new instance.- Parameters:
column- columnneedsQuationMark- needsQuationMark
-
ColumnInfoBean
public ColumnInfoBean(String column, String needsQuotationMarkExcelString) throws jp.ecuacion.lib.core.exception.checked.BizLogicAppException Constructs a new instance.- Parameters:
column- columnneedsQuotationMarkExcelString- String that represents needsQuationMark- Throws:
jp.ecuacion.lib.core.exception.checked.BizLogicAppException
-
-
Method Details
-
getColumn
-
setColumn
-
isNeedsQuotationMark
public boolean isNeedsQuotationMark() -
setNeedsQuotationMark
public void setNeedsQuotationMark(boolean needsQuotationMark) -
getColumnAndValueInfo
Receives value as argument and returnsColumnAndValueInfoBean.- Parameters:
value- value- Returns:
- ColumnAndValueInfoBean
-
getTimestampColumnNowInfo
GetColumnAndValueInfoBeanwith current time is set as its value.
-