类 ParserSqlInfoRet
java.lang.Object
com.sh.wf.module.parser.ParserSqlInfoRet
- 所有已实现的接口:
Serializable,Cloneable
Description: SQL解析数据
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2015年8月26日
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaddColValue(String colType, Object value) voidaddSqlParameter(List<String> colTypeList2, List<Object> objList2) voidvoidaddWhereCondition(SQLParserWhereInfo info, int count) voidappendWhereSql(String where) voidappendWhereSql(String where, String queryAreaName) getDatastore(DataCenter dc, boolean useCache) getDatastore(ModuleContext context) getDatastore(ModuleContext context, String dcType, boolean useCache) getDatastoreByPages(ModuleContext context, int limitNum) getPages(ModuleContext context) getSql()voidsetColsTypeList(List<String> colsTypeList) voidsetObjList(List<Object> objList) void
-
构造器详细资料
-
ParserSqlInfoRet
public ParserSqlInfoRet()
-
-
方法详细资料
-
addSqlParameter
-
getSql
-
setSql
-
getObjList
-
setObjList
-
getColsTypeList
-
setColsTypeList
-
addColValue
-
appendWhereSql
-
appendWhereSql
-
addWhereCondition
-
addWhereCondition
-
getDatastore
-
getDatastore
-
getDatastore
-
getDatastoreByPages
-
getPages
-