Drizzled Public API Documentation

drizzled::message::AlterTable_AlterTableOperation Class Reference
Inheritance diagram for drizzled::message::AlterTable_AlterTableOperation:

Public Types

typedef
AlterTable_AlterTableOperation_Operation 
Operation
 

Public Member Functions

 AlterTable_AlterTableOperation (const AlterTable_AlterTableOperation &from)
 
AlterTable_AlterTableOperationoperator= (const AlterTable_AlterTableOperation &from)
 
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (AlterTable_AlterTableOperation *other)
 
AlterTable_AlterTableOperationNew () 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 Public Member Functions

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 Public Attributes

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
 

Private Member Functions

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 ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::std::string * drop_name_
 
int operation_
 
int _cached_size_
 
::google::protobuf::uint32 _has_bits_ [(2+31)/32]
 

Static Private Attributes

static
AlterTable_AlterTableOperation
default_instance_ = NULL
 

Friends

void protobuf_AddDesc_alter_5ftable_2eproto ()
 
void protobuf_AssignDesc_alter_5ftable_2eproto ()
 
void protobuf_ShutdownFile_alter_5ftable_2eproto ()
 

Detailed Description

Definition at line 87 of file alter_table.pb.h.

Member Data Documentation

const int drizzled::message::AlterTable_AlterTableOperation::Operation_ARRAYSIZE
static
Initial value:
=
AlterTable_AlterTableOperation_Operation_Operation_ARRAYSIZE

Definition at line 152 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 150 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 148 of file alter_table.pb.h.


The documentation for this class was generated from the following files: