public class MapSqlProcessor extends Object
| 构造器和说明 |
|---|
MapSqlProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
toCountSqlByMap(org.teasoft.bee.osql.MapSql mapSql) |
static String |
toDeleteSqlByMap(org.teasoft.bee.osql.MapSql mapSql) |
static String |
toInsertSqlByMap(org.teasoft.bee.osql.MapSql mapSql) |
static String |
toInsertSqlByMap(org.teasoft.bee.osql.MapSql mapSql,
boolean isNeedProcessId) |
static String |
toSelectSqlByMap(org.teasoft.bee.osql.MapSql mapSql) |
static String |
toUpdateSqlByMap(org.teasoft.bee.osql.MapSql mapSql) |
public static String toSelectSqlByMap(org.teasoft.bee.osql.MapSql mapSql)
public static String toDeleteSqlByMap(org.teasoft.bee.osql.MapSql mapSql)
public static String toUpdateSqlByMap(org.teasoft.bee.osql.MapSql mapSql)
public static String toInsertSqlByMap(org.teasoft.bee.osql.MapSql mapSql)
public static String toInsertSqlByMap(org.teasoft.bee.osql.MapSql mapSql, boolean isNeedProcessId)
public static String toCountSqlByMap(org.teasoft.bee.osql.MapSql mapSql)
Copyright © 2021. All rights reserved.