hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
SQLSequenceExpr.Function
hunt
sql
ast
expr
SQLSequenceExpr
SQLSequenceExpr
Undocumented in source.
class
SQLSequenceExpr
static
struct
Function {
enum
Function
NextVal
;
enum
Function
CurrVal
;
enum
Function
PrevVal
;
string
name
;
string
name_lcase
;
bool
opEquals
(Function h);
bool
opEquals
(Function h);
}
Members
Functions
opEquals
bool
opEquals
(Function h)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool
opEquals
(Function h)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
CurrVal
enum
Function
CurrVal
;
Undocumented in source.
NextVal
enum
Function
NextVal
;
Undocumented in source.
PrevVal
enum
Function
PrevVal
;
Undocumented in source.
name
string
name
;
Undocumented in source.
name_lcase
string
name_lcase
;
Undocumented in source.
Meta
Source
See Implementation
hunt
sql
ast
expr
SQLSequenceExpr
SQLSequenceExpr
constructors
this
functions
accept0
clone
getChildren
getFunction
getSequence
opEquals
setFunction
setSequence
toHash
structs
Function