ruowen/sql/unit library
@Author: DavidZou @GitHub: https://github.com/davidzou @Email: wearecisco@gmail.com @Date: 2022/6/29 @Description: Define a unit for table, and more extra function.
Classes
- Unit
- 数据库表列
- UnitBoolean
- Boolean表单元类型定义
-
UnitEnumerated<
T extends Enum> - Enum表单元类型定义,枚举类型
- UnitFields
- Defined for unit name
- UnitInteger
- Integer表单元类型定义
-
UnitList<
T> - List表单元类型定义
- UnitMap
- Map表单元类型定义
- UnitNum
- FIXME 待测试
- UnitString
- Integer表单元类型定义
Extensions
Constants
- kUnitBoolFalse → const int
- English: The default value of Bool is false.
- kUnitBoolTrue → const int
- English: The default value of Bool is true.