fluentsqlite v0.1.2 (2021-05-26T02:41:08Z)
Dub
Repo
ScalarExpression
taskdesigns
sqlite
Scalar Expression
class
ScalarExpression :
Expression
(
T
) {
this
(T _value);
string
render
();
}
Constructors
this
this
(T _value)
Undocumented in source.
Members
Functions
render
string
render
()
Overriden render from Expression interface
Inherited Members
From Expression
render
string
render
()
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
Scalar Expression