prorm API Reference
← Documentation
GitLab
Preparing search index...
types
DataTypeDouble
Interface DataTypeDouble
Double-precision floating point. Inexact — do not use for money.
interface
DataTypeDouble
{
toSql
?:
()
=>
string
;
key
:
"DOUBLE"
;
length
?:
number
;
decimals
?:
number
;
unsigned
?:
boolean
;
}
Hierarchy (
View Summary
)
DataTypeAbstract
DataTypeDouble
Index
Properties
to
Sql?
key
length?
decimals?
unsigned?
Properties
Optional
to
Sql
toSql
?:
()
=>
string
key
key
:
"DOUBLE"
Optional
length
length
?:
number
Optional
decimals
decimals
?:
number
Optional
unsigned
unsigned
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
to
Sql
key
length
decimals
unsigned
← Documentation
GitLab
prorm API Reference
Loading...
Double-precision floating point. Inexact — do not use for money.