My Project
Public Types | Public Member Functions | Public Attributes
Alter_drop Class Reference
Inheritance diagram for Alter_drop:
Sql_alloc

List of all members.

Public Types

enum  drop_type { KEY, COLUMN, FOREIGN_KEY }

Public Member Functions

 Alter_drop (enum drop_type par_type, const char *par_name)
Alter_dropclone (MEM_ROOT *mem_root) const

Public Attributes

const char * name
enum drop_type type

Member Function Documentation

Alter_drop* Alter_drop::clone ( MEM_ROOT *  mem_root) const [inline]

Used to make a clone of this object for ALTER/CREATE TABLE

See also:
comment for Key_part_spec::clone

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines