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