|
typedef
AlterTable_AlterTableOperation_Operation | Operation |
|
|
| AlterTable_AlterTableOperation (const AlterTable_AlterTableOperation &from) |
|
AlterTable_AlterTableOperation & | operator= (const AlterTable_AlterTableOperation &from) |
|
const
::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (AlterTable_AlterTableOperation *other) |
|
AlterTable_AlterTableOperation * | New () const |
|
void | CopyFrom (const ::google::protobuf::Message &from) |
|
void | MergeFrom (const ::google::protobuf::Message &from) |
|
void | CopyFrom (const AlterTable_AlterTableOperation &from) |
|
void | MergeFrom (const AlterTable_AlterTableOperation &from) |
|
void | Clear () |
|
bool | IsInitialized () const |
|
int | ByteSize () const |
|
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) |
|
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const |
|
::google::protobuf::uint8 * | SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const |
|
int | GetCachedSize () const |
|
::google::protobuf::Metadata | GetMetadata () const |
|
bool | has_operation () const |
|
void | clear_operation () |
|
inline::drizzled::message::AlterTable_AlterTableOperation_Operation | operation () const |
|
void | set_operation (::drizzled::message::AlterTable_AlterTableOperation_Operation value) |
|
bool | has_drop_name () const |
|
void | clear_drop_name () |
|
const ::std::string & | drop_name () const |
|
void | set_drop_name (const ::std::string &value) |
|
void | set_drop_name (const char *value) |
|
void | set_drop_name (const char *value, size_t size) |
|
inline::std::string * | mutable_drop_name () |
|
inline::std::string * | release_drop_name () |
|
void | set_allocated_drop_name (::std::string *drop_name) |
|
|
static const
::google::protobuf::Descriptor * | descriptor () |
|
static const
AlterTable_AlterTableOperation & | default_instance () |
|
static bool | Operation_IsValid (int value) |
|
static const
::google::protobuf::EnumDescriptor * | Operation_descriptor () |
|
static const ::std::string & | Operation_Name (Operation value) |
|
static bool | Operation_Parse (const ::std::string &name, Operation *value) |
|
|
static const Operation | DISCARD_TABLESPACE = AlterTable_AlterTableOperation_Operation_DISCARD_TABLESPACE |
|
static const Operation | IMPORT_TABLESPACE = AlterTable_AlterTableOperation_Operation_IMPORT_TABLESPACE |
|
static const Operation | DROP_KEY = AlterTable_AlterTableOperation_Operation_DROP_KEY |
|
static const Operation | DROP_COLUMN = AlterTable_AlterTableOperation_Operation_DROP_COLUMN |
|
static const Operation | DROP_FOREIGN_KEY = AlterTable_AlterTableOperation_Operation_DROP_FOREIGN_KEY |
|
static const Operation | Operation_MIN |
|
static const Operation | Operation_MAX |
|
static const int | Operation_ARRAYSIZE |
|
static const int | kOperationFieldNumber = 1 |
|
static const int | kDropNameFieldNumber = 2 |
|
|
void | SharedCtor () |
|
void | SharedDtor () |
|
void | SetCachedSize (int size) const |
|
void | set_has_operation () |
|
void | clear_has_operation () |
|
void | set_has_drop_name () |
|
void | clear_has_drop_name () |
|
void | InitAsDefaultInstance () |
|
|
::google::protobuf::UnknownFieldSet | _unknown_fields_ |
|
::google::protobuf::uint32 | _has_bits_ [1] |
|
int | _cached_size_ |
|
::std::string * | drop_name_ |
|
int | operation_ |
|
|
void | protobuf_AddDesc_alter_5ftable_2eproto () |
|
void | protobuf_AssignDesc_alter_5ftable_2eproto () |
|
void | protobuf_ShutdownFile_alter_5ftable_2eproto () |
|
Definition at line 87 of file alter_table.pb.h.
const int drizzled::message::AlterTable_AlterTableOperation::Operation_ARRAYSIZE |
|
static |
Initial value:=
AlterTable_AlterTableOperation_Operation_Operation_ARRAYSIZE
Definition at line 151 of file alter_table.pb.h.
const AlterTable_AlterTableOperation_Operation drizzled::message::AlterTable_AlterTableOperation::Operation_MAX |
|
static |
Initial value:=
AlterTable_AlterTableOperation_Operation_Operation_MAX
Definition at line 149 of file alter_table.pb.h.
const AlterTable_AlterTableOperation_Operation drizzled::message::AlterTable_AlterTableOperation::Operation_MIN |
|
static |
Initial value:=
AlterTable_AlterTableOperation_Operation_Operation_MIN
Definition at line 147 of file alter_table.pb.h.
The documentation for this class was generated from the following files: