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() |
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) |
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()
Copyright © 2024. All rights reserved.