public class MapSqlProcessor extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
toCountSqlByMap(org.teasoft.bee.osql.api.MapSql mapSql) |
static String |
toDeleteSqlByMap(org.teasoft.bee.osql.api.MapSql mapSql) |
static String |
toInsertSqlByMap(org.teasoft.bee.osql.api.MapSql mapSql) |
static String |
toInsertSqlByMap(org.teasoft.bee.osql.api.MapSql mapSql,
boolean returnId) |
static String |
toSelectSqlByMap(org.teasoft.bee.osql.api.MapSql mapSql) |
static String |
toUpdateSqlByMap(org.teasoft.bee.osql.api.MapSql mapSql) |
public static String toSelectSqlByMap(org.teasoft.bee.osql.api.MapSql mapSql)
public static String toDeleteSqlByMap(org.teasoft.bee.osql.api.MapSql mapSql)
public static String toUpdateSqlByMap(org.teasoft.bee.osql.api.MapSql mapSql)
public static String toInsertSqlByMap(org.teasoft.bee.osql.api.MapSql mapSql)
public static String toInsertSqlByMap(org.teasoft.bee.osql.api.MapSql mapSql, boolean returnId)
public static String toCountSqlByMap(org.teasoft.bee.osql.api.MapSql mapSql)
Copyright © 2024. All rights reserved.