hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
SQLSelectOrderByItem.NullsOrderType
hunt
sql
ast
statement
SQLSelectOrderByItem
SQLSelectOrderByItem
Undocumented in source.
class
SQLSelectOrderByItem
static
struct
NullsOrderType {
enum
NullsOrderType
NullsFirst
;
enum
NullsOrderType
NullsLast
;
this
(string name);
string
name
[@property getter];
string
toFormalString
();
}
Constructors
this
this
(string name)
Undocumented in source.
Members
Functions
toFormalString
string
toFormalString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
name
string
name
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
NullsFirst
enum
NullsOrderType
NullsFirst
;
Undocumented in source.
NullsLast
enum
NullsOrderType
NullsLast
;
Undocumented in source.
Meta
Source
See Implementation
hunt
sql
ast
statement
SQLSelectOrderByItem
SQLSelectOrderByItem
constructors
this
functions
accept0
clone
getCollate
getExpr
getNullsOrderType
getResolvedSelectItem
getType
opEquals
replace
setCollate
setExpr
setNullsOrderType
setResolvedSelectItem
setType
toHash
structs
NullsOrderType
variables
collate
expr
nullsOrderType
resolvedSelectItem
type