public interface DbSqlQueryOperator<K>
Modifier and Type | Method and Description |
---|---|
Bean[] |
getBeans(SelectBean[] selectBeans,
String beanType,
Conditions conditions,
OrderBean[] orderBeans) |
Bean[] |
getBeans(SelectBean[] selectBeans,
String beanType,
Conditions conditions,
OrderBean[] orderBeans,
int start,
int limit) |
Bean[] |
getBeans(String beanType,
Conditions conditions,
OrderBean[] orderBeans) |
Bean[] |
getBeans(String beanType,
Conditions conditions,
OrderBean[] orderBeans,
int start,
int limit) |
Bean[] |
getBeans(String selectClause,
String beanType,
Conditions conditions,
OrderBean[] orderBeans) |
Bean[] |
getBeans(String selectClause,
String beanType,
Conditions conditions,
OrderBean[] orderBeans,
int start,
int limit) |
Bean |
getSingleValue(SelectBean[] selectBeans,
String beanType,
Conditions conditions) |
Bean |
getSingleValue(String beanType,
Conditions conditions) |
Bean |
getSingleValue(String selectClause,
String beanType,
Conditions conditions) |
Bean[] getBeans(SelectBean[] selectBeans, String beanType, Conditions conditions, OrderBean[] orderBeans) throws TinyDbException
TinyDbException
Bean[] getBeans(String beanType, Conditions conditions, OrderBean[] orderBeans) throws TinyDbException
TinyDbException
Bean[] getBeans(SelectBean[] selectBeans, String beanType, Conditions conditions, OrderBean[] orderBeans, int start, int limit) throws TinyDbException
TinyDbException
Bean[] getBeans(String beanType, Conditions conditions, OrderBean[] orderBeans, int start, int limit) throws TinyDbException
TinyDbException
Bean getSingleValue(String beanType, Conditions conditions) throws TinyDbException
TinyDbException
Bean getSingleValue(SelectBean[] selectBeans, String beanType, Conditions conditions) throws TinyDbException
TinyDbException
Bean[] getBeans(String selectClause, String beanType, Conditions conditions, OrderBean[] orderBeans) throws TinyDbException
TinyDbException
Bean[] getBeans(String selectClause, String beanType, Conditions conditions, OrderBean[] orderBeans, int start, int limit) throws TinyDbException
TinyDbException
Bean getSingleValue(String selectClause, String beanType, Conditions conditions) throws TinyDbException
TinyDbException
Copyright © 2006–2018 TinyGroup. All rights reserved.