Public Types | |
typedef AlterTable_AlterTableOperation | AlterTableOperation |
typedef AlterTable_RenameTable | RenameTable |
typedef AlterTable_AlterKeysOnOff | AlterKeysOnOff |
typedef AlterTable_BuildMethod | BuildMethod |
Public Member Functions | |
AlterTable (const AlterTable &from) | |
AlterTable & | operator= (const AlterTable &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (AlterTable *other) |
AlterTable * | New () const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const AlterTable &from) |
void | MergeFrom (const AlterTable &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_catalog () const |
void | clear_catalog () |
const ::std::string & | catalog () const |
void | set_catalog (const ::std::string &value) |
void | set_catalog (const char *value) |
void | set_catalog (const char *value, size_t size) |
inline::std::string * | mutable_catalog () |
inline::std::string * | release_catalog () |
void | set_allocated_catalog (::std::string *catalog) |
bool | has_schema () const |
void | clear_schema () |
const ::std::string & | schema () const |
void | set_schema (const ::std::string &value) |
void | set_schema (const char *value) |
void | set_schema (const char *value, size_t size) |
inline::std::string * | mutable_schema () |
inline::std::string * | release_schema () |
void | set_allocated_schema (::std::string *schema) |
bool | has_name () const |
void | clear_name () |
const ::std::string & | name () const |
void | set_name (const ::std::string &value) |
void | set_name (const char *value) |
void | set_name (const char *value, size_t size) |
inline::std::string * | mutable_name () |
inline::std::string * | release_name () |
void | set_allocated_name (::std::string *name) |
bool | has_build_method () const |
void | clear_build_method () |
inline::drizzled::message::AlterTable_BuildMethod | build_method () const |
void | set_build_method (::drizzled::message::AlterTable_BuildMethod value) |
bool | has_ignore () const |
void | clear_ignore () |
bool | ignore () const |
void | set_ignore (bool value) |
int | operations_size () const |
void | clear_operations () |
const ::drizzled::message::AlterTable_AlterTableOperation & | operations (int index) const |
inline::drizzled::message::AlterTable_AlterTableOperation * | mutable_operations (int index) |
inline::drizzled::message::AlterTable_AlterTableOperation * | add_operations () |
const ::google::protobuf::RepeatedPtrField < ::drizzled::message::AlterTable_AlterTableOperation > & | operations () const |
inline::google::protobuf::RepeatedPtrField < ::drizzled::message::AlterTable_AlterTableOperation > * | mutable_operations () |
bool | has_rename () const |
void | clear_rename () |
const ::drizzled::message::AlterTable_RenameTable & | rename () const |
inline::drizzled::message::AlterTable_RenameTable * | mutable_rename () |
inline::drizzled::message::AlterTable_RenameTable * | release_rename () |
void | set_allocated_rename (::drizzled::message::AlterTable_RenameTable *rename) |
bool | has_alter_keys_onoff () const |
void | clear_alter_keys_onoff () |
const ::drizzled::message::AlterTable_AlterKeysOnOff & | alter_keys_onoff () const |
inline::drizzled::message::AlterTable_AlterKeysOnOff * | mutable_alter_keys_onoff () |
inline::drizzled::message::AlterTable_AlterKeysOnOff * | release_alter_keys_onoff () |
void | set_allocated_alter_keys_onoff (::drizzled::message::AlterTable_AlterKeysOnOff *alter_keys_onoff) |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const AlterTable & | default_instance () |
static bool | BuildMethod_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | BuildMethod_descriptor () |
static const ::std::string & | BuildMethod_Name (BuildMethod value) |
static bool | BuildMethod_Parse (const ::std::string &name, BuildMethod *value) |
Private Attributes | |
::google::protobuf::UnknownFieldSet | _unknown_fields_ |
::google::protobuf::uint32 | _has_bits_ [1] |
int | _cached_size_ |
::std::string * | catalog_ |
::std::string * | schema_ |
::std::string * | name_ |
int | build_method_ |
bool | ignore_ |
::google::protobuf::RepeatedPtrField < ::drizzled::message::AlterTable_AlterTableOperation > | operations_ |
::drizzled::message::AlterTable_RenameTable * | rename_ |
::drizzled::message::AlterTable_AlterKeysOnOff * | alter_keys_onoff_ |
Static Private Attributes | |
static AlterTable * | default_instance_ = NULL |
Friends | |
void | protobuf_AddDesc_alter_5ftable_2eproto () |
void | protobuf_AssignDesc_alter_5ftable_2eproto () |
void | protobuf_ShutdownFile_alter_5ftable_2eproto () |
Definition at line 386 of file alter_table.pb.h.
|
static |
Definition at line 452 of file alter_table.pb.h.
|
static |
Definition at line 450 of file alter_table.pb.h.
|
static |
Definition at line 448 of file alter_table.pb.h.