| 程序包 | 说明 |
|---|---|
| org.teasoft.bee.osql | |
| org.teasoft.bee.osql.exception |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ObjSQLIllegalSQLStringException
面向对象SQL非法SQL字段串异常.Object SQL illegal SQL string exception.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
BeeSql.selectFun(String sql)
用函数查询结果.select result with function.
|
String |
PreparedSql.selectFun(String sqlStr,
Map<String,Object> map)
用函数查询结果.select result with function.
|
String |
PreparedSql.selectFun(String sql,
Object[] preValues)
用函数查询结果.select result with function.
|
<T> String |
ObjToSQLRich.toSelectFunSQL(T entity,
FunctionType functionType,
String FieldForFun) |
<T> String |
ObjToSQLRich.toSelectOrderBySQL(T entity,
String orderFieldList) |
<T> String |
ObjToSQLRich.toSelectOrderBySQL(T entity,
String orderFieldList,
OrderType[] orderTypes) |
<T> String |
ObjToSQLRich.toSelectSQL(T entity,
String fieldList) |
<T> String |
ObjToSQL.toUpdateSQL(T entity) |
<T> String |
ObjToSQLRich.toUpdateSQL(T entity,
String updateFieldList) |
<T> String |
ObjToSQLRich.toUpdateSQL(T entity,
String updateFieldList,
IncludeType includeType) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BeeErrorFieldException
Bee面向对象实体转SQL错误字段异常.Bee error field exception.
|
Copyright © 2020. All rights reserved.