Drizzled Public API Documentation

drizzled::message::Table_Index_Options Class Reference

Public Member Functions

 Table_Index_Options (const Table_Index_Options &from)
Table_Index_Optionsoperator= (const Table_Index_Options &from)
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
void Swap (Table_Index_Options *other)
Table_Index_OptionsNew () const
void CopyFrom (const ::google::protobuf::Message &from)
void MergeFrom (const ::google::protobuf::Message &from)
void CopyFrom (const Table_Index_Options &from)
void MergeFrom (const Table_Index_Options &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_pack_key () const
void clear_pack_key ()
bool pack_key () const
void set_pack_key (bool value)
bool has_binary_pack_key () const
void clear_binary_pack_key ()
bool binary_pack_key () const
void set_binary_pack_key (bool value)
bool has_var_length_key () const
void clear_var_length_key ()
bool var_length_key () const
void set_var_length_key (bool value)
bool has_null_part_key () const
void clear_null_part_key ()
bool null_part_key () const
void set_null_part_key (bool value)
bool has_key_block_size () const
void clear_key_block_size ()
inline::google::protobuf::uint32 key_block_size () const
void set_key_block_size (::google::protobuf::uint32 value)
bool has_has_partial_segments () const
void clear_has_partial_segments ()
bool has_partial_segments () const
void set_has_partial_segments (bool value)
bool has_auto_generated_key () const
void clear_auto_generated_key ()
bool auto_generated_key () const
void set_auto_generated_key (bool value)

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
static const Table_Index_Optionsdefault_instance ()

Static Public Attributes

static const int kPackKeyFieldNumber = 1
static const int kBinaryPackKeyFieldNumber = 2
static const int kVarLengthKeyFieldNumber = 3
static const int kNullPartKeyFieldNumber = 4
static const int kKeyBlockSizeFieldNumber = 5
static const int kHasPartialSegmentsFieldNumber = 6
static const int kAutoGeneratedKeyFieldNumber = 7

Private Member Functions

void SharedCtor ()
void SharedDtor ()
void SetCachedSize (int size) const
void set_has_pack_key ()
void clear_has_pack_key ()
void set_has_binary_pack_key ()
void clear_has_binary_pack_key ()
void set_has_var_length_key ()
void clear_has_var_length_key ()
void set_has_null_part_key ()
void clear_has_null_part_key ()
void set_has_key_block_size ()
void clear_has_key_block_size ()
void set_has_has_partial_segments ()
void clear_has_has_partial_segments ()
void set_has_auto_generated_key ()
void clear_has_auto_generated_key ()
void InitAsDefaultInstance ()

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
bool pack_key_
bool binary_pack_key_
bool var_length_key_
bool null_part_key_
::google::protobuf::uint32 key_block_size_
bool has_partial_segments_
bool auto_generated_key_
int _cached_size_
::google::protobuf::uint32 _has_bits_ [(7+31)/32]

Static Private Attributes

static Table_Index_Optionsdefault_instance_ = NULL

Friends

void protobuf_AddDesc_table_2eproto ()
void protobuf_AssignDesc_table_2eproto ()
void protobuf_ShutdownFile_table_2eproto ()

Detailed Description

Definition at line 1655 of file table.pb.h.


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