Package | Description |
---|---|
org.tinygroup.tinydb.operator | |
org.tinygroup.tinydb.operator.impl | |
org.tinygroup.tinydb.select.impl |
Modifier and Type | Method and Description |
---|---|
Bean[] |
DbSqlQueryOperator.getBeans(SelectBean[] selectBeans,
String beanType,
Conditions conditions,
OrderBean[] orderBeans) |
Bean[] |
DbSqlQueryOperator.getBeans(SelectBean[] selectBeans,
String beanType,
Conditions conditions,
OrderBean[] orderBeans,
int start,
int limit) |
Bean |
DbSqlQueryOperator.getSingleValue(SelectBean[] selectBeans,
String beanType,
Conditions conditions) |
Modifier and Type | Method and Description |
---|---|
void |
BeanDBSqlQueryOperator.generateSelectSqlClause(SelectBean[] selectBeans,
StringBuffer stringBuffer)
生成查询部分的sql片段
|
String |
BeanDBSqlQueryOperator.generateSqlClause(SelectBean[] selectBeans,
String beanType,
Conditions conditions,
OrderBean[] orderBeans,
List<Object> valueList)
生成sql语句
|
Bean[] |
BeanDBSqlQueryOperator.getBeans(SelectBean[] selectBeans,
String beanType,
Conditions conditions,
OrderBean[] orderBeans) |
Bean[] |
BeanDBSqlQueryOperator.getBeans(SelectBean[] selectBeans,
String beanType,
Conditions conditions,
OrderBean[] orderBeans,
int start,
int limit) |
Bean |
BeanDBSqlQueryOperator.getSingleValue(SelectBean[] selectBeans,
String beanType,
Conditions conditions) |
Modifier and Type | Class and Description |
---|---|
class |
SelectBeanDefault |
Copyright © 2006–2018 TinyGroup. All rights reserved.