String |
BeeSql.selectFun(String sql)
SQL function: max,min,avg,sum,count.
|
String |
PreparedSql.selectFun(String sqlStr,
Map<String,Object> map) |
String |
PreparedSql.selectFun(String sql,
Object[] preValues) |
<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) |