hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
PGSelectQueryBlock.IntoOption
hunt
sql
dialect
postgresql
ast
stmt
PGSelectQueryBlock
PGSelectQueryBlock
Undocumented in source.
class
PGSelectQueryBlock
static
struct
IntoOption {
enum
IntoOption
TEMPORARY
;
enum
IntoOption
TEMP
;
enum
IntoOption
UNLOGGED
;
this
(string name);
name
[@property getter];
bool
opEquals
(IntoOption h);
bool
opEquals
(IntoOption h);
}
Constructors
this
this
(string name)
Undocumented in source.
Members
Functions
opEquals
bool
opEquals
(IntoOption h)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool
opEquals
(IntoOption h)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
name
name
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
TEMP
enum
IntoOption
TEMP
;
Undocumented in source.
TEMPORARY
enum
IntoOption
TEMPORARY
;
Undocumented in source.
UNLOGGED
enum
IntoOption
UNLOGGED
;
Undocumented in source.
Meta
Source
See Implementation
hunt
sql
dialect
postgresql
ast
stmt
PGSelectQueryBlock
PGSelectQueryBlock
classes
FetchClause
ForClause
WindowClause
constructors
this
functions
accept0
clone
getDistinctOn
getFetch
getForClause
getIntoOption
getOrderBy
getWindow
setDistinctOn
setFetch
setForClause
setIntoOption
setOrderBy
setWindow
structs
IntoOption