public class FunctionSql extends FunctionBase
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
fieldSqlMap |
protected List<String> |
inputParams |
protected String |
sqlStr |
protected String |
tag |
dataProcessConfigIntf, dataProcessEngine, dateUtil, skipDateFormat| Constructor and Description |
|---|
FunctionSql() |
| Modifier and Type | Method and Description |
|---|---|
String |
doFunction(String aValue,
String aFunction,
DataProcessField aField) |
int |
getDefError() |
void |
runFieldSql(String aTag,
String aSqlStr,
List<String> aParams) |
doColumnMath, getCurrentDate, init, isSkipDateFormat, replaceValues, setFunctionValue, shutdownpublic void runFieldSql(String aTag, String aSqlStr, List<String> aParams) throws Exception
Exceptionpublic String doFunction(String aValue, String aFunction, DataProcessField aField) throws Exception
doFunction in interface FunctionIntfdoFunction in class FunctionBaseExceptionpublic int getDefError()
getDefError in class FunctionBaseCopyright © 2020. All rights reserved.