Drizzled Public API Documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
alter_table.h
1
/* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
* vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
*
4
* Copyright (C) 2009 Sun Microsystems, Inc.
5
*
6
* This program is free software; you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation; either version 2 of the License, or
9
* (at your option) any later version.
10
*
11
* This program is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with this program; if not, write to the Free Software
18
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19
*/
20
21
#pragma once
22
23
#include <drizzled/statement/create_table.h>
24
25
namespace
drizzled {
26
namespace
statement {
27
28
class
AlterTable
:
public
CreateTable
29
{
30
public
:
31
AlterTable
(
Session
*in_session,
Table_ident
*ident);
32
33
virtual
bool
is_alter()
const
34
{
35
return
true
;
36
}
37
38
bool
execute
();
39
};
40
41
}
/* namespace statement */
42
43
44
bool
alter_table(
Session
*session,
45
drizzled::identifier::Table
&original_table_identifier,
46
drizzled::identifier::Table
&new_table_identifier,
47
HA_CREATE_INFO
*create_info,
48
const
message::Table
&original_proto,
49
message::Table
&create_proto,
50
TableList
*table_list,
51
AlterInfo
*alter_info,
52
uint32_t order_num,
Order
*order,
bool
ignore);
53
54
}
/* namespace drizzled */
drizzled::identifier::Table
Definition:
table.h:59
drizzled::Order
Definition:
order.h:27
drizzled::Session
Definition:
session.h:81
drizzled::statement::AlterTable
Definition:
alter_table.h:28
drizzled::Table_ident
Definition:
table_ident.h:30
drizzled::TableList
Definition:
table_list.h:58
drizzled::statement::CreateTable
Definition:
create_table.h:31
drizzled::AlterInfo
Definition:
alter_info.h:68
drizzled::statement::AlterTable::execute
bool execute()
Definition:
alter_table.cc:104
drizzled::message::Table
Definition:
table.pb.h:2017
drizzled::st_ha_create_information
Definition:
handler_structs.h:40
drizzled
statement
alter_table.h
Generated on Fri May 23 2014 13:09:16 for drizzle by
1.8.7