fluentsqlite v0.1.2 (2021-05-26T02:41:08Z)
Dub
Repo
InsertOrReplaceStatement
taskdesigns
sqlite
Undocumented in source.
class
InsertOrReplaceStatement :
Statement
{
Setter
[]
setters
;
Expression
table
;
this
(Setter[] _setters);
string
asSQL
();
InsertOrReplaceStatement
into
(Expression table);
}
Constructors
this
this
(Setter[] _setters)
Undocumented in source.
Members
Functions
asSQL
string
asSQL
()
Undocumented in source. Be warned that the author may not have intended to support it.
into
InsertOrReplaceStatement
into
(Expression table)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
setters
Setter
[]
setters
;
Undocumented in source.
table
Expression
table
;
Undocumented in source.
Inherited Members
From Statement
asSQL
string
asSQL
()
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