distssh v2.0.1 (2019-10-06T18:28:00Z)
Dub
Repo
Limit
miniorm
query_ast
Undocumented in source.
@
safe
struct
Limit {
SumType
!(
None
,
Blob
)
expr
;
SumType
!(
None
,
LimitOffset
,
Blob
)
optional
;
this
(Blob expr, LimitOffset l);
this
(Blob expr, Blob l);
void
toString
(Writer w);
}
Constructors
this
this
(Blob expr, LimitOffset l)
Undocumented in source.
this
this
(Blob expr, Blob l)
Undocumented in source.
Members
Functions
toString
void
toString
(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
expr
SumType
!(
None
,
Blob
)
expr
;
Undocumented in source.
optional
SumType
!(
None
,
LimitOffset
,
Blob
)
optional
;
Undocumented in source.
Meta
Source
See Implementation
miniorm
query_ast
aliases
ColumnName
Expr
InsertDefaultValue
None
Star
Window
enums
InsertOpt
OrderingTermSort
WhereOp
structs
Blob
ColumnNames
Constant
Delete
From
Insert
InsertColumns
InsertValues
Limit
LimitOffset
OrderBy
OrderingTerm
Query
ResultColumn
ResultColumnExpr
ResultColumns
SchemaName
Select
Sql
TableAlias
TableOrQuery
TableOrSubQueries
TableOrSubQuerySelect
TableRef
Value
Values
Where
WhereExpr