Public Types | |
typedef Schema_Options | Options |
Public Member Functions | |
Schema (const Schema &from) | |
Schema & | operator= (const Schema &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (Schema *other) |
Schema * | New () const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const Schema &from) |
void | MergeFrom (const Schema &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_collation () const |
void | clear_collation () |
const ::std::string & | collation () const |
void | set_collation (const ::std::string &value) |
void | set_collation (const char *value) |
void | set_collation (const char *value, size_t size) |
inline::std::string * | mutable_collation () |
bool | has_engine () const |
void | clear_engine () |
const ::drizzled::message::Engine & | engine () const |
inline::drizzled::message::Engine * | mutable_engine () |
bool | has_catalog () const |
void | clear_catalog () |
const ::std::string & | catalog () const |
void | set_catalog (const ::std::string &value) |
void | set_catalog (const char *value) |
void | set_catalog (const char *value, size_t size) |
inline::std::string * | mutable_catalog () |
bool | has_creation_timestamp () const |
void | clear_creation_timestamp () |
inline::google::protobuf::uint64 | creation_timestamp () const |
void | set_creation_timestamp (::google::protobuf::uint64 value) |
bool | has_update_timestamp () const |
void | clear_update_timestamp () |
inline::google::protobuf::uint64 | update_timestamp () const |
void | set_update_timestamp (::google::protobuf::uint64 value) |
bool | has_uuid () const |
void | clear_uuid () |
const ::std::string & | uuid () const |
void | set_uuid (const ::std::string &value) |
void | set_uuid (const char *value) |
void | set_uuid (const char *value, size_t size) |
inline::std::string * | mutable_uuid () |
bool | has_version () const |
void | clear_version () |
inline::google::protobuf::uint64 | version () const |
void | set_version (::google::protobuf::uint64 value) |
bool | has_options () const |
void | clear_options () |
const ::drizzled::message::Schema_Options & | options () const |
inline::drizzled::message::Schema_Options * | mutable_options () |
bool | has_replication_options () const |
void | clear_replication_options () |
const ::drizzled::message::ReplicationOptions & | replication_options () const |
inline::drizzled::message::ReplicationOptions * | mutable_replication_options () |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const Schema & | default_instance () |
Static Public Attributes | |
static const int | kNameFieldNumber = 1 |
static const int | kCollationFieldNumber = 2 |
static const int | kEngineFieldNumber = 3 |
static const int | kCatalogFieldNumber = 4 |
static const int | kCreationTimestampFieldNumber = 11 |
static const int | kUpdateTimestampFieldNumber = 12 |
static const int | kUuidFieldNumber = 13 |
static const int | kVersionFieldNumber = 14 |
static const int | kOptionsFieldNumber = 15 |
static const int | kReplicationOptionsFieldNumber = 16 |
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_ |
::std::string * | collation_ |
::drizzled::message::Engine * | engine_ |
::std::string * | catalog_ |
::google::protobuf::uint64 | creation_timestamp_ |
::google::protobuf::uint64 | update_timestamp_ |
::std::string * | uuid_ |
::google::protobuf::uint64 | version_ |
::drizzled::message::Schema_Options * | options_ |
::drizzled::message::ReplicationOptions * | replication_options_ |
::google::protobuf::uint32 | _has_bits_ [(10+31)/32] |
Static Private Attributes | |
static const ::std::string | _default_name_ |
static const ::std::string | _default_collation_ |
static const ::std::string | _default_catalog_ |
static const ::std::string | _default_uuid_ |
static Schema * | default_instance_ = NULL |
Friends | |
void | protobuf_AddDesc_schema_2eproto () |
void | protobuf_AssignDesc_schema_2eproto () |
void | protobuf_ShutdownFile_schema_2eproto () |
Definition at line 124 of file schema.pb.h.