prorm API Reference
← Documentation
GitLab
Preparing search index...
types
DataTypeNumber
Interface DataTypeNumber
Shared options for the numeric types: precision, scale, sign and zero-fill.
interface
DataTypeNumber
{
toSql
?:
()
=>
string
;
key
:
"NUMBER"
;
precision
:
number
;
scale
:
number
;
}
Hierarchy (
View Summary
)
DataTypeAbstract
DataTypeNumber
Index
Properties
to
Sql?
key
precision
scale
Properties
Optional
to
Sql
toSql
?:
()
=>
string
key
key
:
"NUMBER"
precision
precision
:
number
scale
scale
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
to
Sql
key
precision
scale
← Documentation
GitLab
prorm API Reference
Loading...
Shared options for the numeric types: precision, scale, sign and zero-fill.