fluentsqlite v0.1.2 (2021-05-26T02:41:08Z)
Dub
Repo
PatternExpression
taskdesigns
sqlite
Undocumented in source.
class
PatternExpression :
Expression
(
T
) {
import
std
.
variant
;
;
bool
prefix
;
bool
suffix
;
T
value
;
this
(bool _prefix, bool _suffix, T _value);
string
render
();
}
Constructors
this
this
(bool _prefix, bool _suffix, T _value)
Undocumented in source.
Members
Functions
render
string
render
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
prefix
bool
prefix
;
Undocumented in source.
suffix
bool
suffix
;
Undocumented in source.
value
T
value
;
Undocumented in source.
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