prorm API Reference
← Documentation
GitLab
Preparing search index...
types
FieldInfo
Interface FieldInfo
Column metadata a driver reports for a result set.
interface
FieldInfo
{
name
:
string
;
type
:
string
;
length
:
number
;
tableID
:
number
;
columnID
:
number
;
nullable
:
boolean
;
isEnum
:
boolean
;
isPrimaryKey
:
boolean
;
}
Index
Properties
name
type
length
table
ID
column
ID
nullable
is
Enum
is
Primary
Key
Properties
name
name
:
string
type
type
:
string
length
length
:
number
table
ID
tableID
:
number
column
ID
columnID
:
number
nullable
nullable
:
boolean
is
Enum
isEnum
:
boolean
is
Primary
Key
isPrimaryKey
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
type
length
table
ID
column
ID
nullable
is
Enum
is
Primary
Key
← Documentation
GitLab
prorm API Reference
Loading...
Column metadata a driver reports for a result set.