public class DataProcessSql extends Object
| Constructor and Description |
|---|
DataProcessSql() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParam(String aParamName) |
int |
getDefError() |
String |
getEngineSqlStr() |
String |
getGroupBy() |
String |
getName() |
int |
getParamNumber() |
List<String> |
getParams() |
String |
getSqlStr() |
boolean |
isMapSq1() |
void |
setGroupBy(String aName) |
void |
setMapSql(boolean aFlag) |
void |
setName(String aName) |
void |
setParamNumber(int aParamNumber) |
void |
setSqlStr(String aSqlStr) |
public String getName()
public void setName(String aName)
aName - the name to setpublic String getSqlStr()
public String getEngineSqlStr()
public void setSqlStr(String aSqlStr)
aSqlStr - the sqlStr to setpublic int getParamNumber()
public void setParamNumber(int aParamNumber)
aParamNumber - the paramNumber to setpublic void addParam(String aParamName)
public String getGroupBy()
public void setGroupBy(String aName)
aName - the groupBy to setpublic boolean isMapSq1()
public void setMapSql(boolean aFlag)
public int getDefError()
Copyright © 2020. All rights reserved.