| 接口 | 说明 |
|---|---|
| BeeSql |
直接用sql语句操作数据库的接口
在该接口中的sql字符串要是DB能识别的SQL语句
The interface of operating database with SQL statement directly
The SQL string in this interface is the SQL statement that DB can recognize
|
| Cache |
缓存接口.Cache interface.
|
| CallableSql |
存储过程方式Sql操作DB的接口.Procedure sql operate the DB.
|
| Condition |
为面向对象方式操作数据库提供封装的条件.
|
| ConditionAssistant |
Condition的辅助接口.Assistant of Condition.
|
| MoreObjToSQL |
将多表查询的实体转成SQL语句.More select Object 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.
|
| 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.
|
| 枚举 | 说明 |
|---|---|
| FunctionType |
SQL对应的函数类型.Function type of SQL.
|
| IncludeType |
包含类型:关于Null和空字符的.Include type about Null and empty string.
|
| Op |
SQL语言的各种操作符.SQL's Operation Type
|
| OrderType |
SQL语言的排序类型(asc,desc).SQL's Order type(asc,desc).
|
| SuidType |
数据库Suid操作类型.Database Suid 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 © 2020. All rights reserved.