prorm API Reference
← Documentation
GitLab
Preparing search index...
types
DataTypeFloat
Interface DataTypeFloat
Single-precision floating point. Inexact — do not use for money.
interface
DataTypeFloat
{
toSql
?:
()
=>
string
;
key
:
"FLOAT"
;
length
?:
number
;
decimals
?:
number
;
unsigned
?:
boolean
;
}
Hierarchy (
View Summary
)
DataTypeAbstract
DataTypeFloat
Index
Properties
to
Sql?
key
length?
decimals?
unsigned?
Properties
Optional
to
Sql
toSql
?:
()
=>
string
key
key
:
"FLOAT"
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...
Single-precision floating point. Inexact — do not use for money.