hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
SQLCommentStatement.Type
hunt
sql
ast
statement
SQLCommentStatement
SQLCommentStatement
Undocumented in source.
class
SQLCommentStatement
static
struct
Type {
enum
Type
TABLE
;
enum
Type
COLUMN
;
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
COLUMN
enum
Type
COLUMN
;
Undocumented in source.
TABLE
enum
Type
TABLE
;
Undocumented in source.
Meta
Source
See Implementation
hunt
sql
ast
statement
SQLCommentStatement
SQLCommentStatement
functions
accept0
getChildren
getComment
getOn
getType
setComment
setOn
setType
structs
Type