prorm API Reference
← Documentation
GitLab
Preparing search index...
types
DataTypeInteger
Interface DataTypeInteger
A 32-bit integer.
interface
DataTypeInteger
{
toSql
?:
()
=>
string
;
key
:
"INTEGER"
;
length
?:
number
;
unsigned
?:
boolean
;
zerofill
?:
boolean
;
}
Hierarchy (
View Summary
)
DataTypeAbstract
DataTypeInteger
Index
Properties
to
Sql?
key
length?
unsigned?
zerofill?
Properties
Optional
to
Sql
toSql
?:
()
=>
string
key
key
:
"INTEGER"
Optional
length
length
?:
number
Optional
unsigned
unsigned
?:
boolean
Optional
zerofill
zerofill
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
to
Sql
key
length
unsigned
zerofill
← Documentation
GitLab
prorm API Reference
Loading...
A 32-bit integer.