fluentsqlite v0.1.2 (2021-05-26T02:41:08Z)
Dub
Repo
TableBuilder
taskdesigns
sqlite
Undocumented in source.
class
TableBuilder {
Expression
table
;
ColumnDefinition
[]
columns
;
this
(Expression _table);
ColumnDefinition
column
(Column!T column, bool primaryKey, bool unique, bool autoincrement);
}
Constructors
this
this
(Expression _table)
Undocumented in source.
Members
Functions
column
ColumnDefinition
column
(Column!T column, bool primaryKey, bool unique, bool autoincrement)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
columns
ColumnDefinition
[]
columns
;
Undocumented in source.
table
Expression
table
;
Undocumented in source.
Meta
Source
See Implementation
taskdesigns
sqlite
classes
Column
ColumnDefinition
ConjunctionPredicate
CreateStatement
DeleteStatement
DisjunctionPredicate
DropStatement
EqualityPredicate
InsertOrReplaceStatement
InsertStatement
PatternExpression
PatternPredicate
Predicate
SQLiteFunction
ScalarExpression
SelectStatement
Setter
Setters
Sort
SortAscending
SortDescending
Star
Table
TableBuilder
TransactionStatement
UpdateStatement
enums
ColumnType
functions
escapedString
instanceof
quotedIdentifier
interfaces
Expression
Statement