| Interface | Description |
|---|---|
| BeeExtCache |
Ext Cache interface.
|
| BeeSql |
The interface of operating database with SQL statement directly.
|
| Cache |
Cache interface.
|
| CommOperate |
Common operate interface about Suid.
|
| ConditionAssistant |
Assistant of Condition.
|
| MoreObjToSQL |
Select of More Objects to SQL.
|
| 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.
|
| Properties |
Properties interface.
|
| Registry |
Registry interface.
|
| ResultAssembler<T> |
ResultSet Assembler for select type.
|
| Serializer |
Serializer.
|
| SqlKeyWord |
SQL KeyWord.
|
| Class | Description |
|---|---|
| BeeAbstractFactory |
An abstract super class about DataSource and Transaction.
|
| BeeVersion |
Bee Version.
|
| DatabaseConst |
Database Name Const.
|
| LowerKey |
SQL KeyWord's lower case.
|
| ResultAssemblerRegistry |
ResultSet Assembler Registry.
|
| TO_DATE |
can use TO_DATE in :
Condition op(String field, Op op, Object value) for Oracle. |
| 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 © 2024. All rights reserved.