MySqlStatementType

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(MySqlStatementType h)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(MySqlStatementType h)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

getType
MySqlStatementType getType(SQLStatement stmt)
Undocumented in source. Be warned that the author may not have intended to support it.
values
MySqlStatementType[] values()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_types
MySqlStatementType[] _types;
Undocumented in source.

Variables

BLOCK
enum MySqlStatementType BLOCK;
Undocumented in source.
CASE
enum MySqlStatementType CASE;
Undocumented in source.
DECLARE
enum MySqlStatementType DECLARE;
Undocumented in source.
DELETE
enum MySqlStatementType DELETE;
Undocumented in source.
IF
enum MySqlStatementType IF;
Undocumented in source.
INSERT
enum MySqlStatementType INSERT;
Undocumented in source.
LOOP
enum MySqlStatementType LOOP;
Undocumented in source.
SELECT
enum MySqlStatementType SELECT;
Undocumented in source.
SELECTINTO
enum MySqlStatementType SELECTINTO;
Undocumented in source.
UNDEFINED
enum MySqlStatementType UNDEFINED;
Undocumented in source.
UPDATE
enum MySqlStatementType UPDATE;
Undocumented in source.
WHILE
enum MySqlStatementType WHILE;
Undocumented in source.
name
string name;
Undocumented in source.

Meta