fluentsqlite v0.1.2 (2021-05-26T02:41:08Z)
Dub
Repo
ColumnDefinition.this
taskdesigns
sqlite
ColumnDefinition
Undocumented in source.
class
ColumnDefinition
this
(
Expression
_name
,
ColumnType
_type
,
bool
_primaryKey
,
bool
_unique
,
bool
_autoincrement
,
bool
_notNull
)
Meta
Source
See Implementation
taskdesigns
sqlite
ColumnDefinition
constructors
this
functions
render
variables
autoincrement
name
notNull
primaryKey
type
unique