public class MapSqlImpl extends Object implements org.teasoft.bee.osql.api.MapSql
| Constructor and Description |
|---|
MapSqlImpl() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getSize() |
Integer |
getStart() |
org.teasoft.bee.osql.api.Condition |
getUpdateSetCondition() |
org.teasoft.bee.osql.api.Condition |
getWhereCondition() |
void |
put(Map<String,? extends Object> map) |
void |
put(org.teasoft.bee.osql.MapSqlKey key,
String value) |
void |
put(org.teasoft.bee.osql.MapSqlSetting MapSqlSetting,
boolean value) |
void |
put(String fieldName,
Object value) |
void |
putNew(Map<String,? extends Object> map) |
void |
putNew(String fieldName,
Object newValue) |
void |
size(Integer size) |
void |
start(Integer start) |
void |
updateSet(org.teasoft.bee.osql.api.Condition condition) |
void |
where(org.teasoft.bee.osql.api.Condition condition) |
public void put(org.teasoft.bee.osql.MapSqlKey key,
String value)
put in interface org.teasoft.bee.osql.api.MapSqlpublic void put(String fieldName, Object value)
put in interface org.teasoft.bee.osql.api.MapSqlpublic void put(Map<String,? extends Object> map)
put in interface org.teasoft.bee.osql.api.MapSqlpublic void put(org.teasoft.bee.osql.MapSqlSetting MapSqlSetting,
boolean value)
put in interface org.teasoft.bee.osql.api.MapSqlpublic void putNew(String fieldName, Object newValue)
putNew in interface org.teasoft.bee.osql.api.MapSqlpublic void putNew(Map<String,? extends Object> map)
putNew in interface org.teasoft.bee.osql.api.MapSqlpublic void start(Integer start)
start in interface org.teasoft.bee.osql.api.MapSqlpublic void size(Integer size)
size in interface org.teasoft.bee.osql.api.MapSqlpublic Integer getStart()
public Integer getSize()
public void where(org.teasoft.bee.osql.api.Condition condition)
where in interface org.teasoft.bee.osql.api.MapSqlpublic void updateSet(org.teasoft.bee.osql.api.Condition condition)
updateSet in interface org.teasoft.bee.osql.api.MapSqlpublic org.teasoft.bee.osql.api.Condition getWhereCondition()
public org.teasoft.bee.osql.api.Condition getUpdateSetCondition()
Copyright © 2024. All rights reserved.