//
pkg.gl
Category
github.com/issue9/orm/v4
types
package
4.1.0
Repository:
https://github.com/issue9/orm.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
8
Dependents
1
Files
251 SLOC
#
Functions
FloatDecimal
FloatDecimal 从浮点数还原 Decimal 对象 precision 表示输出的精度。.
Rational
No description provided by the author
StringDecimal
StringDecimal 从字符串还原 Decimal 对象 precision 表示输出的精度。.
StringDecimalWithPrecision
StringDecimalWithPrecision 从字符串还原 Decimal 对象 输出精度从 s 获取,如果 s 不包含小数位,则小数长度为 0.
#
Structs
Decimal
No description provided by the author
Rat
Rat 有理数 这是对 math/big.Rat 的扩展,提供了 orm 需要的接口支持。 在数据库中以分数的形式保存至字符串类型的列,所以需要指定长度。.
Unix
Unix 以 unix 时间戳保存的 time.Time 数据格式.