#include <AlterTable.hpp>
Public Types | |
| CT_ALTERED = 0x1 | |
| CT_DROPPED = 0x2 | |
| enum | Change_type { CT_ALTERED = 0x1, CT_DROPPED = 0x2 } |
Public Member Functions | |
| STATIC_CONST (SignalLength=3) | |
| SECTION (TABLE_NAME=0) | |
Public Attributes | |
| Uint32 | tableId |
| Uint32 | tableVersion |
| Uint32 | changeType |
Friends | |
| bool | printALTER_TABLE_REP (FILE *, const Uint32 *, Uint32, Uint16) |
Definition at line 267 of file AlterTable.hpp.
Definition at line 273 of file AlterTable.hpp.
00274 { 00275 CT_ALTERED = 0x1, 00276 CT_DROPPED = 0x2 00277 };
| AlterTableRep::SECTION | ( | TABLE_NAME | = 0 |
) |
| AlterTableRep::STATIC_CONST | ( | SignalLength | = 3 |
) |
Definition at line 281 of file AlterTable.hpp.
Referenced by Dbdict::alterTab_writeTableConf(), and execute().
Definition at line 279 of file AlterTable.hpp.
Referenced by Dbdict::alterTab_writeTableConf(), and execute().
Definition at line 280 of file AlterTable.hpp.
Referenced by Dbdict::alterTab_writeTableConf(), and execute().
1.4.7

