Goby v2
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
goby::common::protobuf::DatabaseResponse Class Reference
Inheritance diagram for goby::common::protobuf::DatabaseResponse:
Inheritance graph
[legend]

Public Types

typedef DatabaseResponse_ResponseType ResponseType
 

Public Member Functions

 DatabaseResponse (const DatabaseResponse &from)
 
DatabaseResponseoperator= (const DatabaseResponse &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (DatabaseResponse *other)
 
DatabaseResponseNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const DatabaseResponse &from)
 
void MergeFrom (const DatabaseResponse &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_response_type () const
 
void clear_response_type ()
 
inline::goby::common::protobuf::DatabaseResponse_ResponseType response_type () const
 
void set_response_type (::goby::common::protobuf::DatabaseResponse_ResponseType value)
 
int sql_result_size () const
 
void clear_sql_result ()
 
const ::goby::common::protobuf::EmbeddedMessagesql_result (int index) const
 
inline::goby::common::protobuf::EmbeddedMessage * mutable_sql_result (int index)
 
inline::goby::common::protobuf::EmbeddedMessage * add_sql_result ()
 
const ::google::protobuf::RepeatedPtrField< ::goby::common::protobuf::EmbeddedMessage > & sql_result () const
 
inline::google::protobuf::RepeatedPtrField< ::goby::common::protobuf::EmbeddedMessage > * mutable_sql_result ()
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const DatabaseResponsedefault_instance ()
 
static bool ResponseType_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * ResponseType_descriptor ()
 
static const ::std::string & ResponseType_Name (ResponseType value)
 
static bool ResponseType_Parse (const ::std::string &name, ResponseType *value)
 

Static Public Attributes

static const ResponseType NEW_PUBLISH_ACCEPTED = DatabaseResponse_ResponseType_NEW_PUBLISH_ACCEPTED
 
static const ResponseType NEW_PUBLISH_DENIED = DatabaseResponse_ResponseType_NEW_PUBLISH_DENIED
 
static const ResponseType SQL_QUERY_RESULT = DatabaseResponse_ResponseType_SQL_QUERY_RESULT
 
static const ResponseType SQL_QUERY_INVALID = DatabaseResponse_ResponseType_SQL_QUERY_INVALID
 
static const ResponseType ResponseType_MIN
 
static const ResponseType ResponseType_MAX
 
static const int ResponseType_ARRAYSIZE
 
static const int kResponseTypeFieldNumber = 1
 
static const int kSqlResultFieldNumber = 2
 

Friends

void protobuf_AddDesc_goby_2fpb_2fprotobuf_2fdatabase_5frequest_2eproto ()
 
void protobuf_AssignDesc_goby_2fpb_2fprotobuf_2fdatabase_5frequest_2eproto ()
 
void protobuf_ShutdownFile_goby_2fpb_2fprotobuf_2fdatabase_5frequest_2eproto ()
 

Detailed Description

Definition at line 223 of file database_request.pb.h.

Member Data Documentation

const int goby::common::protobuf::DatabaseResponse::ResponseType_ARRAYSIZE
static
Initial value:
=
DatabaseResponse_ResponseType_ResponseType_ARRAYSIZE

Definition at line 286 of file database_request.pb.h.

const ResponseType goby::common::protobuf::DatabaseResponse::ResponseType_MAX
static
Initial value:
=
DatabaseResponse_ResponseType_ResponseType_MAX

Definition at line 284 of file database_request.pb.h.

const ResponseType goby::common::protobuf::DatabaseResponse::ResponseType_MIN
static
Initial value:
=
DatabaseResponse_ResponseType_ResponseType_MIN

Definition at line 282 of file database_request.pb.h.


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