geoimport
Preparing search index...
<internal>
FieldObject
Type Alias FieldObject
type
FieldObject
=
{
name
:
string
;
nullable
:
boolean
;
precision
?:
number
;
type
:
|
"Integer"
|
"Integer64"
|
"Real"
|
"String"
|
"Date"
|
"Time"
|
"DateTime"
|
"Binary"
|
"IntegerList"
|
"Integer64List"
|
"RealList"
|
"StringList"
;
uniqueConstraint
:
boolean
;
width
?:
number
;
}
Index
Properties
name
nullable
precision?
type
unique
Constraint
width?
Properties
name
name
:
string
nullable
nullable
:
boolean
Optional
precision
precision
?:
number
type
type
:
|
"Integer"
|
"Integer64"
|
"Real"
|
"String"
|
"Date"
|
"Time"
|
"DateTime"
|
"Binary"
|
"IntegerList"
|
"Integer64List"
|
"RealList"
|
"StringList"
unique
Constraint
uniqueConstraint
:
boolean
Optional
width
width
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
nullable
precision
type
unique
Constraint
width
geoimport
Loading...