hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
SQLSetStatement.Option
hunt
sql
ast
statement
SQLSetStatement
SQLSetStatement
Undocumented in source.
class
SQLSetStatement
static
struct
Option {
enum
Option
IDENTITY_INSERT
;
enum
Option
PASSWORD
;
enum
Option
GLOBAL
;
enum
Option
SESSION
;
enum
Option
LOCAL
;
string
name
[@property getter];
this
(string name);
bool
opEquals
(Option h);
bool
opEquals
(Option h);
}
Constructors
this
this
(string name)
Undocumented in source.
Members
Functions
opEquals
bool
opEquals
(Option h)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool
opEquals
(Option 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
GLOBAL
enum
Option
GLOBAL
;
Undocumented in source.
IDENTITY_INSERT
enum
Option
IDENTITY_INSERT
;
Undocumented in source.
LOCAL
enum
Option
LOCAL
;
Undocumented in source.
PASSWORD
enum
Option
PASSWORD
;
Undocumented in source.
SESSION
enum
Option
SESSION
;
Undocumented in source.
Meta
Source
See Implementation
hunt
sql
ast
statement
SQLSetStatement
SQLSetStatement
constructors
this
functions
accept0
clone
getChildren
getHints
getItems
getOption
output
set
setHints
setItems
setOption
static functions
plus
structs
Option