| Interface | Description |
|---|---|
| BeeExtCache |
Ext Cache interface.
|
| BeeSql |
The interface of operating database with SQL statement directly.
|
| Cache |
Cache interface.
|
| CallableSql |
Procedure sql operate the DB.
|
| CommOperate |
Common operate interface about Suid.
|
| Condition |
Condition for operate DB with Object Oriented Programming way.
|
| ConditionAssistant |
Assistant of Condition.
|
| MapSql |
Record SQL information with map.
|
| MapSuid |
Database operation interface using map instead of specific entity,
the null and empty string are not handled by default. |
| MoreObjToSQL |
Select of More Objects to SQL.
|
| MoreTable |
More table select(multi-table query).
|
| NameTranslate |
Table name and entity name, column name and field name are transferred to each other.
|
| ObjToSQL |
Object to SQL string for Suid.
|
| ObjToSQLRich |
Object to SQL string for SuidRich.
|
| PreparedSql |
Support sql string with placeholder.The sql statement is really DB's grammar,not object oriented type.
|
| Properties |
Properties interface.
|
| Registry |
Registry interface.
|
| Serializer |
Serializer.
|
| SqlKeyWord |
SQL KeyWord.
|
| Suid |
Database operation: Suid (select,update,insert,delete),
the null and empty string are not handled by default.
|
| SuidRich |
Database operation: Suid (select,update,insert,delete),
it supports more parameters than Suid.
|
| Class | Description |
|---|---|
| BeeAbstractFactory |
An abstract super class about DataSource and Transaction.
|
| BeeVersion |
Bee Version.
|
| DatabaseConst |
Database Name Const.
|
| LowerKey |
SQL KeyWord's lower case.
|
| UpperKey |
SQL KeyWord's upper case.
|
| Enum | Description |
|---|---|
| FunctionType |
Function type of SQL.
|
| IncludeType |
Include type about Null and empty string.
|
| MapSqlKey |
MapSql keyword for the corresponding SQL function of MapSuid.
|
| MapSqlSetting |
MapSql configuration information for MapSuid.
|
| Op |
SQL's Operation Type.
|
| OrderType |
SQL's Order type(asc,desc).
|
| SuidType |
Database Suid(Select,Update,Insert,Delete) type.
|
| Exception | Description |
|---|---|
| BeeException |
Bee's super exception class.
|
| BeeSQLException |
Bee's SQL super exception class.
|
| ObjSQLException |
Bee's Object SQL super exception class.
|
| ObjSQLIllegalSQLStringException |
Object SQL illegal SQL string exception.
|
Copyright © 2025. All rights reserved.