fluentsqlite v0.1.2 (2021-05-26T02:41:08Z)
Dub
Repo
Setter
taskdesigns
sqlite
Undocumented in source.
class
Setter {
Expression
field
;
Expression
value
;
this
(Expression _field, Expression _value);
}
Constructors
this
this
(Expression _field, Expression _value)
Undocumented in source.
Members
Variables
field
Expression
field
;
Undocumented in source.
value
Expression
value
;
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