Public Types | |
typedef Table_Index_IndexPart | IndexPart |
typedef Table_Index_Options | Options |
typedef Table_Index_IndexType | IndexType |
Public Member Functions | |
Table_Index (const Table_Index &from) | |
Table_Index & | operator= (const Table_Index &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (Table_Index *other) |
Table_Index * | New () const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const Table_Index &from) |
void | MergeFrom (const Table_Index &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_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_is_primary () const |
void | clear_is_primary () |
bool | is_primary () const |
void | set_is_primary (bool value) |
bool | has_is_unique () const |
void | clear_is_unique () |
bool | is_unique () const |
void | set_is_unique (bool value) |
bool | has_type () const |
void | clear_type () |
inline::drizzled::message::Table_Index_IndexType | type () const |
void | set_type (::drizzled::message::Table_Index_IndexType value) |
bool | has_key_length () const |
void | clear_key_length () |
inline::google::protobuf::uint32 | key_length () const |
void | set_key_length (::google::protobuf::uint32 value) |
int | index_part_size () const |
void | clear_index_part () |
const ::drizzled::message::Table_Index_IndexPart & | index_part (int index) const |
inline::drizzled::message::Table_Index_IndexPart * | mutable_index_part (int index) |
inline::drizzled::message::Table_Index_IndexPart * | add_index_part () |
const ::google::protobuf::RepeatedPtrField < ::drizzled::message::Table_Index_IndexPart > & | index_part () const |
inline::google::protobuf::RepeatedPtrField < ::drizzled::message::Table_Index_IndexPart > * | mutable_index_part () |
bool | has_options () const |
void | clear_options () |
const ::drizzled::message::Table_Index_Options & | options () const |
inline::drizzled::message::Table_Index_Options * | mutable_options () |
inline::drizzled::message::Table_Index_Options * | release_options () |
void | set_allocated_options (::drizzled::message::Table_Index_Options *options) |
bool | has_comment () const |
void | clear_comment () |
const ::std::string & | comment () const |
void | set_comment (const ::std::string &value) |
void | set_comment (const char *value) |
void | set_comment (const char *value, size_t size) |
inline::std::string * | mutable_comment () |
inline::std::string * | release_comment () |
void | set_allocated_comment (::std::string *comment) |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const Table_Index & | default_instance () |
static bool | IndexType_IsValid (int value) |
static const ::google::protobuf::EnumDescriptor * | IndexType_descriptor () |
static const ::std::string & | IndexType_Name (IndexType value) |
static bool | IndexType_Parse (const ::std::string &name, IndexType *value) |
Private Attributes | |
::google::protobuf::UnknownFieldSet | _unknown_fields_ |
::google::protobuf::uint32 | _has_bits_ [1] |
int | _cached_size_ |
::std::string * | name_ |
bool | is_primary_ |
bool | is_unique_ |
int | type_ |
::google::protobuf::RepeatedPtrField < ::drizzled::message::Table_Index_IndexPart > | index_part_ |
::drizzled::message::Table_Index_Options * | options_ |
::std::string * | comment_ |
::google::protobuf::uint32 | key_length_ |
Static Private Attributes | |
static Table_Index * | default_instance_ = NULL |
Friends | |
void | protobuf_AddDesc_table_2eproto () |
void | protobuf_AssignDesc_table_2eproto () |
void | protobuf_ShutdownFile_table_2eproto () |
Definition at line 1787 of file table.pb.h.
|
static |
Definition at line 1854 of file table.pb.h.
|
static |
Definition at line 1852 of file table.pb.h.
|
static |
Definition at line 1850 of file table.pb.h.