hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
SQLForeignKeyImpl.Match
hunt
sql
ast
statement
SQLForeignKeyImpl
SQLForeignKeyImpl
Undocumented in source.
class
SQLForeignKeyImpl
static
struct
Match {
enum
Match
FULL
;
enum
Match
PARTIAL
;
enum
Match
SIMPLE
;
string
name
;
string
name_lcase
;
this
(string name);
bool
opEquals
(Match h);
bool
opEquals
(Match h);
}
Constructors
this
this
(string name)
Undocumented in source.
Members
Functions
opEquals
bool
opEquals
(Match h)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool
opEquals
(Match h)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
FULL
enum
Match
FULL
;
Undocumented in source.
PARTIAL
enum
Match
PARTIAL
;
Undocumented in source.
SIMPLE
enum
Match
SIMPLE
;
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