hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
SQLForeignKeyImpl.On
hunt
sql
ast
statement
SQLForeignKeyImpl
SQLForeignKeyImpl
Undocumented in source.
class
SQLForeignKeyImpl
static
struct
On {
enum
On
DELETE
;
enum
On
UPDATE
;
string
name
;
string
name_lcase
;
this
(string name);
bool
opEquals
(On h);
bool
opEquals
(On h);
}
Constructors
this
this
(string name)
Undocumented in source.
Members
Functions
opEquals
bool
opEquals
(On h)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool
opEquals
(On h)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
DELETE
enum
On
DELETE
;
Undocumented in source.
UPDATE
enum
On
UPDATE
;
Undocumented in source.
name
string
name
;
Undocumented in source.
name_lcase
string
name_lcase
;
Undocumented in source.
Meta
Source
See Implementation
hunt
sql
ast
statement
SQLForeignKeyImpl
SQLForeignKeyImpl
aliases
cloneTo
constructors
this
functions
accept0
clone
getReferencedColumns
getReferencedTable
getReferencedTableName
getReferencingColumns
isOnDeleteCascade
isOnDeleteSetNull
setOnDeleteCascade
setOnDeleteSetNull
setReferencedTable
setReferencedTableName
structs
Match
On
Option