hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
SQLFlashbackExpr.Type
hunt
sql
ast
expr
SQLFlashbackExpr
SQLFlashbackExpr
Undocumented in source.
class
SQLFlashbackExpr
static
struct
Type {
enum
Type
SCN
;
enum
Type
TIMESTAMP
;
this
(string name);
string
name
[@property getter];
bool
opEquals
(Type h);
bool
opEquals
(Type h);
}
Constructors
this
this
(string name)
Undocumented in source.
Members
Functions
opEquals
bool
opEquals
(Type h)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool
opEquals
(Type h)
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
SCN
enum
Type
SCN
;
Undocumented in source.
TIMESTAMP
enum
Type
TIMESTAMP
;
Undocumented in source.
Meta
Source
See Implementation
hunt
sql
ast
expr
SQLFlashbackExpr
SQLFlashbackExpr
constructors
this
functions
accept0
clone
getChildren
getExpr
getType
opEquals
setExpr
setType
toHash
structs
Type