| 接口 | 说明 |
|---|---|
| BeeSql |
直接用sql语句操作数据库的接口
在该接口中的sql字符串要是DB能识别的SQL语句 该接口为Bee框架使用的底层接口,不建议用户直接使用 The interface of operating database with SQL statement directly The SQL string in this interface is the SQL statement that DB can recognize BeeSql is the underlying interface used by Bee framework, and it is not recommended for users to use it directly |
| Cache |
缓存接口.Cache interface.
|
| CallableSql |
存储过程方式Sql操作DB的接口.Procedure sql operate the DB.
|
| Condition |
为面向对象方式操作数据库提供封装的条件.Condition for operate DB with Object Oriented Programming way.
|
| ConditionAssistant |
Condition的辅助接口.Assistant of Condition.
|
| MapSql |
用Map承载SQL信息.Record SQL information with map.
|
| MapSuid |
使用Map而非具体实体的数据库操作接口,默认不处理null和空字符串(与Suid,SuidRich风格兼容)
Database operation interface using map instead of specific entity, the null and empty string are not handled by default. |
| MoreObjToSQL |
将多表查询的实体转成SQL语句.Select of More Objects to SQL.
|
| MoreTable |
多表查询.More table select.
|
| NameTranslate |
表名与实体名,列名与字段名互转.table name<-->entity name, coloumn name<-->field name.
|
| ObjToSQL |
对象到SQL的转换(对应Suid).Object to SQL string for Suid.
|
| ObjToSQLRich |
对象到SQL的转换(对应SuidRich).Object to SQL string for SuidRich.
|
| PreparedSql |
支持带占位符的sql操作.sql语句是DB能识别的SQL,非面向对象的sql
Support sql string with placeholder.The sql statement is really DB's grammar,not object oriented type. |
| SqlKeyWord |
SQL关键字.SQL KeyWord.
|
| Suid |
数据库操作接口,包括查,改,增,删 Suid (select,update,insert,delete),
默认不处理null和空字符串
Database operation: Suid (select,update,insert,delete), the null and empty string are not handled by default. |
| SuidRich |
数据库操作接口,包括查,改,增,删 Suid (select,update,insert,delete),
该接口比Suid接口提供更多的参数选择
Database operation: Suid (select,update,insert,delete), it supports more parameters than Suid. |
| 类 | 说明 |
|---|---|
| BeeAbstractFactory |
关于数据源和事务的抽象基类.An abstract super class about DataSource and Transaction.
|
| DatabaseConst |
数据库名称常量.Database Name Const.
|
| LowerKey |
SQL关键字的小写形式.SQL KeyWord's lower case.
|
| UpperKey |
SQL关键字的大写形式.SQL KeyWord's upper case.
|
| 枚举 | 说明 |
|---|---|
| FunctionType |
SQL对应的函数类型.Function type of SQL.
|
| IncludeType |
包含类型:关于Null和空字符的.Include type about Null and empty string.
|
| MapSqlKey |
用于MapSuid的对应SQL功能的MapSql关键字.MapSql keyword for the corresponding SQL function of MapSuid.
|
| MapSqlSetting |
用于MapSuid的MapSql配置信息.MapSql configuration information for MapSuid.
|
| Op |
SQL语言的各种操作符.SQL's Operation Type.
|
| OrderType |
SQL语言的排序类型(asc,desc).SQL's Order type(asc,desc).
|
| SuidType |
数据库Suid(Select,Update,Insert,Delete)操作类型.Database Suid(Select,Update,Insert,Delete) type.
|
| 异常错误 | 说明 |
|---|---|
| BeeException |
Bee的异常父类.Bee's super exception class.
|
| BeeSQLException |
Bee的SQL异常父类.Bee's SQL super exception class.
|
| ObjSQLException |
Bee的面向对象SQL异常父类.Bee's Object SQL super exception class.
|
| ObjSQLIllegalSQLStringException |
面向对象SQL非法SQL字段串异常.Object SQL illegal SQL string exception.
|
Copyright © 2021. All rights reserved.