MySQL 9.1.0
Source Code Documentation
|
Class representing DROP COLUMN, DROP KEY, DROP FOREIGN KEY, DROP CHECK CONSTRAINT and DROP CONSTRAINT clauses in ALTER TABLE statement. More...
#include <sql_alter.h>
Public Types | |
enum | drop_type { KEY , COLUMN , FOREIGN_KEY , CHECK_CONSTRAINT , ANY_CONSTRAINT } |
Public Member Functions | |
Alter_drop (drop_type par_type, const char *par_name) | |
Public Attributes | |
const char * | name |
drop_type | type |
Class representing DROP COLUMN, DROP KEY, DROP FOREIGN KEY, DROP CHECK CONSTRAINT and DROP CONSTRAINT clauses in ALTER TABLE statement.
|
inline |
const char* Alter_drop::name |
drop_type Alter_drop::type |