SQLQueryHelperjs - v1.2.6
Preparing search index...
index
ColumnDefinition
Interface ColumnDefinition
interface
ColumnDefinition
{
type
:
SqliteColumnType
;
nullable
?:
boolean
;
unique
?:
boolean
;
default
?:
ColumnDefaultValue
;
check
?:
string
;
}
Index
Properties
type
nullable?
unique?
default?
check?
Properties
type
type
:
SqliteColumnType
Optional
nullable
nullable
?:
boolean
Optional
unique
unique
?:
boolean
Optional
default
default
?:
ColumnDefaultValue
Optional
check
check
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
nullable
unique
default
check
SQLQueryHelperjs - v1.2.6
Loading...