Drizzled Public API Documentation

drizzled::AlterInfo Class Reference

#include <alter_info.h>

List of all members.

Public Types

typedef std::list< AlterColumnalter_list_t

Public Member Functions

 AlterInfo (const AlterInfo &, memory::Root *)

Public Attributes

alter_list_t alter_list
List< Keykey_list
List< CreateFieldcreate_list
message::AddedFields added_fields_proto
std::bitset< 32 > flags
uint32_t no_parts
bool error_if_not_empty

Detailed Description

Contains information about the parsed CREATE or ALTER TABLE statement.

This structure contains a list of columns or indexes to be created, altered or dropped.

Definition at line 68 of file alter_info.h.


The documentation for this class was generated from the following files: