|
| 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) |
|
Definition at line 386 of file alter_table.pb.h.