类 SqlUpdateBuilder.SqlUpdateBuilderCol
java.lang.Object
com.sh.wf.module.helper.SqlUpdateBuilder.SqlUpdateBuilderCol
- 封闭类:
- SqlUpdateBuilder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getValue()booleanbooleanbooleanbooleanbooleanbooleansetColName(String colName) setColType(String colType) setInOperator(boolean isInOperator) setInsertEnable(boolean insertEnable) setInsertValueRightExpress(String insertValueRightExpress) setParameter(boolean isParameter) voidsetSelfExp(boolean isSelfExp) setSystemTime(boolean isSystemTime) setUpdateEnable(boolean updateEnable) setUpdateValueRightExpress(String updateValueRightExpress)
-
构造器详细资料
-
SqlUpdateBuilderCol
public SqlUpdateBuilderCol()
-
-
方法详细资料
-
getColName
-
setColName
-
getColType
-
setColType
-
getValue
-
setValue
-
isSystemTime
public boolean isSystemTime() -
setSystemTime
-
isInOperator
public boolean isInOperator() -
setInOperator
-
isParameter
public boolean isParameter() -
setParameter
-
getUpdateValueRightExpress
-
setUpdateValueRightExpress
public SqlUpdateBuilder.SqlUpdateBuilderCol setUpdateValueRightExpress(String updateValueRightExpress) -
getInsertValueRightExpress
-
isInsertEnable
public boolean isInsertEnable() -
setInsertEnable
-
setInsertValueRightExpress
public SqlUpdateBuilder.SqlUpdateBuilderCol setInsertValueRightExpress(String insertValueRightExpress) -
isUpdateEnable
public boolean isUpdateEnable() -
setUpdateEnable
-
isSelfExp
public boolean isSelfExp() -
setSelfExp
public void setSelfExp(boolean isSelfExp)
-