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 () |
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 () |
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 () |
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) |
Static Public Attributes | |
static const IndexType | UNKNOWN_INDEX = Table_Index_IndexType_UNKNOWN_INDEX |
static const IndexType | BTREE = Table_Index_IndexType_BTREE |
static const IndexType | RTREE = Table_Index_IndexType_RTREE |
static const IndexType | HASH = Table_Index_IndexType_HASH |
static const IndexType | FULLTEXT = Table_Index_IndexType_FULLTEXT |
static const IndexType | IndexType_MIN |
static const IndexType | IndexType_MAX |
static const int | IndexType_ARRAYSIZE |
static const int | kNameFieldNumber = 1 |
static const int | kIsPrimaryFieldNumber = 2 |
static const int | kIsUniqueFieldNumber = 3 |
static const int | kTypeFieldNumber = 4 |
static const int | kKeyLengthFieldNumber = 5 |
static const int | kIndexPartFieldNumber = 6 |
static const int | kOptionsFieldNumber = 7 |
static const int | kCommentFieldNumber = 8 |
Private Member Functions | |
void | SharedCtor () |
void | SharedDtor () |
void | SetCachedSize (int size) const |
bool | _has_bit (int index) const |
void | _set_bit (int index) |
void | _clear_bit (int index) |
void | InitAsDefaultInstance () |
Private Attributes | |
::google::protobuf::UnknownFieldSet | _unknown_fields_ |
int | _cached_size_ |
::std::string * | name_ |
bool | is_primary_ |
bool | is_unique_ |
int | type_ |
::google::protobuf::uint32 | key_length_ |
::google::protobuf::RepeatedPtrField < ::drizzled::message::Table_Index_IndexPart > | index_part_ |
::drizzled::message::Table_Index_Options * | options_ |
::std::string * | comment_ |
::google::protobuf::uint32 | _has_bits_ [(8+31)/32] |
Static Private Attributes | |
static const ::std::string | _default_name_ |
static const ::std::string | _default_comment_ |
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 1767 of file table.pb.h.
const int drizzled::message::Table_Index::IndexType_ARRAYSIZE [static] |
Table_Index_IndexType_IndexType_ARRAYSIZE
Definition at line 1835 of file table.pb.h.
const Table_Index_IndexType drizzled::message::Table_Index::IndexType_MAX [static] |
Table_Index_IndexType_IndexType_MAX
Definition at line 1833 of file table.pb.h.
const Table_Index_IndexType drizzled::message::Table_Index::IndexType_MIN [static] |
Table_Index_IndexType_IndexType_MIN
Definition at line 1831 of file table.pb.h.