- 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.