SQLForeignKeyImpl.Option

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.

Members

Functions

getText
string getText()
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.
opEquals
bool opEquals(Option h)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

CASCADE
enum Option CASCADE;
Undocumented in source.
NO_ACTION
enum Option NO_ACTION;
Undocumented in source.
RESTRICT
enum Option RESTRICT;
Undocumented in source.
SET_NULL
enum Option SET_NULL;
Undocumented in source.
name
string name;
Undocumented in source.
name_lcase
string name_lcase;
Undocumented in source.

Meta